Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by mdvrajkot

  1. M

    Microcontroller + Current Transformer (+Opamp)

    yes, resistor values are chosen appropriately.
  2. M

    Microcontroller + Current Transformer (+Opamp)

    CT in : CT connector. I am measuring peak voltage. Rectifier diode is not used in this circuit.
  3. M

    Microcontroller + Current Transformer (+Opamp)

    Hello, My goal is to measure the AC current ranging from 0 - 20 A (with 8-10% accuracy) with microcontroller. For that I have developed one small circuit. The schematic of the circuit is attached. 30/5 CT is used. I am getting the desired output from this circuit, which i need to solve. Still...
  4. M

    ADC Problem with SMD Components

    Hello, I am working on a project, which uses the inbuilt ADC of the microcontroller MSP430. When used the through hole components, it works well but when used SMD components, it does not work. Though Both PCB having same schematic and the components with same rating. So what could be the problem ?
  5. M

    [General] SIM900 - Send the data from GSM/GPRS module to Server

    Hello All, I have a SIM900A GSM/GPRS module. I have successfully interfaced basic AT Commands. Now I want to frequently send some data from GSM/GPRS module to the server (has static IP address & a domain name). I have read AT Command manual of SIM900 but still the picture has not been cleared...
  6. M

    3 phase 50hz kwh meter

    Hello svizoman, As far as accuracy is concern, the class of accuracy must be mentioned in their specification manual.e You can select the meters as per your need.
  7. M

    Difference between interrupt & Exception

    Hello v.s.n.kumar , The basic difference between thumb and ARM is 1. Code Size (ARM having higher) 2. Thumb instructions - 16 bit & ARM instructions - 32 bit 3. Performance (Higher in ARM)
  8. M

    prgram in micro c

    in microC compiler you can use the below code for accessing the bit. [/CODE]PORTD_bit_0 = 1; PORTD_bit_0 = 0;[/CODE]
  9. M

    delay function working using for loop

    Hello internetuser2k13, 1. for(j=0;j<100;j++) __delay_ms(10); Assuming that __delay_ms(10) functions generates the delay of 10ms. total_delay_1 = 10ms x 100 = 1000 ms = 1sec 2. for(i=0;i<seconds;i++) for(j=0;j<100;j++) __delay_ms(10)...
  10. M

    Measuring 50Hz signal using interrupt for relay operation

    Hello udayan92, To fulfill your requirement, you will require the zero cross detector circuit at the hardware side & Timer/Counter functions at the software side. You are saying that your crystal frequency is 10 MHz, which is sufficient for your application.
  11. M

    pic 18f4520 pull up doubts

    Yes, You can use the PORTB pull up resistors by accessing the RBPU bit.
  12. M

    [SOLVED] [Moved] Low cost AC line voltage measurement

    Hello Barry, Thanks for the reply. 1. I did the calculations and and also got the output but the question is, to detect the peak voltage and from the peak we are getting the rms value by the math, is it a reliablemethod?? 2. The electromechanical relay is also connected with the same system and...
  13. M

    [SOLVED] [Moved] Low cost AC line voltage measurement

    Hello, I am working on a project which measures the ac line voltage(normally 230v) and the ac current measurement. For that I am using the microchip microcontroller having 10 bit adc. For the voltage measurement I am using the voltage divider circuit and the program detects the peak of the...
  14. M

    [SOLVED] problem with the logic of GPS receiver interfaced through AT89S52

    Hello Ashu, You are getting garbage data, that means you are getting the data from the GPS. but probably you need to convert the characters into ASCII format by adding 48(decimal) and then display the values on lcd.

Part and Inventory Search

Back
Top