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 suraksha s

  1. S

    problem in sending data to pc from microcontroller

    sir eventhough if i give a loop and changed it as unsigned char i am not getting output - - - Updated - - - this is the changes i have made #include <avr/io.h> int main(void) { UCSRC |= (1<<UMSEL); // select asynchronous mode UCSRC |= (1<<USBS); UBRRH = 51>>8; // higher 8...
  2. S

    problem in sending data to pc from microcontroller

    sir actually this is my serial program to send a letter 'a' on hyper terminal but when i try to load the program to controller ATMEGA 32 and try to display on hyperterminal i am unable to get the data. please help me out as soon as possible #include <avr/io.h> int main(void) { UCSRC |=...
  3. S

    problem in displaying RTC value

    i need a heip in building c code for displaying RTC value serially using ATMEGA 32 microcontroller . please heip me out as soon as possible
  4. S

    problem in generating audio signal using ATMEGA32

    i need a c code for genertaing audio that "temerature level exeed" using ATMEGA32 microcontroller can any one help me out
  5. S

    problem in serial communication

    can any one help me out in c code for serial programming to display time with corresponding to system clock using ATMEGA32 microcontroller
  6. S

    problem for voice generation

    hello sir can you give me the c code to get voice output in the speaker (to get "temperature level exceed") using ATMEGA32 microcontroller
  7. S

    problem in solving serial communiction

    hello sir i need a c code for serial communication to display time like hr:min:sec continuously so please help me out
  8. S

    problem in displaying ADC value on LCD 16*2 using ATMEGA32 in c code

    sir this is our program to display adc_ppm value on LCD using ATMEGA32 microcontroller we are facing problem in displaying converted value the result is in symbol form not in any value plz help me out as soon as possible #include <avr/io.h> #define F_CPU 8000000 #include<util/delay.h> #define...

Part and Inventory Search

Back
Top