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 likitha.b

  1. L

    problem in getting duty cycle displayed on cro

    /******************************************************* This program was created by the CodeWizardAVR V2.60 Evaluation Automatic Program Generator © Copyright 1998-2012 Pavel Haiduc, HP InfoTech s.r.l. http://www.hpinfotech.com Project : Version : Date : 3/20/2013 Author : Company ...
  2. L

    problem in getting duty cycle displayed on cro

    all configurations are made in the software itself
  3. L

    problem in getting duty cycle displayed on cro

    hi, can some one tell me what is the mistake in this code i am not getting output on cro. interrupt service routine code for INT0 int p_rpm;//global variable. { int c_rpm;//current rpm c_rpm=TCNT0;//loading the value of timer0 to current rpm if(TOV0) {...
  4. L

    rpm counter using atmega8

    int flag=1; { cnt++; TCNT0=0x0ff; flag=0; rpm=cnt/12; flag=1; } i have written this program to count the rpm will this be correct.
  5. L

    rpm counter using atmega8

    hi, can someone tell me how write a embedded c code to count rpm in atmega8 , but using interrupt.
  6. L

    led blinking using led using atmega8

    How to blink an led using interrupt0 in atmega8.
  7. L

    need code that can measure the duty cycle as frequency varies using atmega8

    we need to need to display the duty cycle on the cro. we need to to write the the code using interrupt and timer.
  8. L

    need code that can measure the duty cycle as frequency varies using atmega8

    hi, we will be giving a frequency of range 100hz-1Mhz from the signal generator to the interrupt pin of atmega8 microcontroller , we need measure the frequecny and inturn the duty cycle as the output form any other pin of the controller , and the o/p dutycycle should be given to the cro.

Part and Inventory Search

Back
Top