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 r.madhav

  1. R

    ADE7754 interfacing with megga88 through SPI lines...

    avr ade7754 unsigned char spi_read() { #asm("nop"); SPDR=0x00; // data register while(SPSR.7==0); // wait up to read cycle to complete return SPDR; } use this if u had inbuilt SPI lines
  2. R

    3 phase 3 wire measurement

    yes what r u doing is correct. line voltage = √3 times of V phase and what r the doughts u r having.
  3. R

    Reactive Load for ADE7758 Measurements

    ade7758 crystal sir i am using ATmega16L micro and i had purchased the ADE7758 and connected the hardware. i had made hard ware for ADE7758 AVDD & VDD ---- 5volts. and requried ressistors and capacitors and connected DOUT(ade7758) ---- MISO(mega16) configured as input DIN (ade7758) ----...
  4. R

    Help me obtain differential mode using ADC pins in ATmega8

    hi every body can any help me to obtain differential mode using ADC pins in ATmega8
  5. R

    mesuring AC current,powerfactor

    yes, they are giving voltage through a resistor but when i measured with an multimeter on the adc pin it is showning about 220v ac.. my manager is not allowing me to convert AC in to DC for sensing..
  6. R

    mesuring AC current,powerfactor

    hello , we can give ac 230v directly to an adc pin in microcontroller. i had that program in assembly lang for mega8 but iam not able to analyse it. in this code they are measuring only voltage with respective neutral, if u want that code i will farward.... plz help me to write the code in c...
  7. R

    mesuring AC current,powerfactor

    mesuring of current thank,s to every one for the reply can i give ac voltage (430v) directly to an internal adc of microcontroller(mega8) and how to give current wave to measure current and powerfactor plz kindly help me to develop the software
  8. R

    mesuring AC current,powerfactor

    power factor + adc+asm i need an help to find AC current and power factor using microcontroller
  9. R

    Lets Start Sine Wave UPS project on PIC MCU..

    mcu used in ups application hi iam also implementing ups using AVR controller. but the problem is to controll the PWM with feedback. do you have any idea about PID to implement in this control
  10. R

    hello, iam working on AVR mega8 to develop a UPS

    i am not able to compensate the pwm o/p on load conditions plz help me on this topic i will be very help 2 u.....

Part and Inventory Search

Back
Top