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 youngsinatra

  1. Y

    [AVR] External clock as an input to MCU

    #include <avr/io.h> #include <inttypes.h> #include <avr/pgmspace.h> #include <avr/interrupt.h> #include <stdlib.h> #include "LCD4bit.h" #define F_CPU 1000000UL volatile unsigned int Pulses, N; ISR(TIMER0_OVF_vect); ISR(TIMER1_OVF_vect); int main(void) { PORTB = 0; DDRB = 0xFC; DDRC =...
  2. Y

    [AVR] Logic Input for ADE7751

    I know this is maybe embarrassing but I'm really newbie at this.. The pin S1,S0 description at ADE 7751 said "These logic inputs are used to select one of four possible frequencies for the digital-to-frequency conversion" and so G1, G0 with their logic input for gain selection.. My question is...
  3. Y

    [AVR] External clock as an input to MCU

    I'm using an AD7751 energy metering IC and ATMega32. I connect the PIN22 (CF) from AD7751 to PIN1 ((T0/XCK)PB0) from ATMega32. I want to calculate the energy by calculating the frequency from CF, how do I make this happen? I've set the operation mode to synchronous but I'm confused how to...
  4. Y

    [General] DC Energy Meter for Electric Vehicle with Microcontroller

    I don't know with for sure because this is my first time designing a energy meter. It will be used for measuring electric vehicle and pv, do you have any suggestion what will be the max DC current?
  5. Y

    [General] DC Energy Meter for Electric Vehicle with Microcontroller

    I have project to design a tool to measure DC energy meter foe electric vehicle and pv. Please tell me which IC and microcontroller I should use. And If you have any references for this project, please share. Thanks.

Part and Inventory Search

Back
Top