i am still unable to connect my atmega16 with computer for serial communication. I have tried hyperlink but it is not reading values from atmega16, also i m...
hi, i've recently joined the group .i'm little confused abt interfacing. i'm working on"ECG TELEMETRY".in which i need to convert an ecg analog signal to...
use this for the UART init function: void USART_Init( unsigned int baud ) { /* Set baud rate */ UBRRH = (unsigned char)(baud>>8); UBRRL = (unsigned char)baud; ...
Hi,  If PC doesn't recognise u r IC do the following. 1. Check u r serial port connector to u r microcontroller kit. 2. Check the Flash-magic settings    ...
if my function still does not enable you to use your UART, maybe it's beacause the link you provided has a serious flaw : the RTS (Request to Send) and CTS...
hello friends iam new to AVR and iam trying to learn using small programs. iam using atmega16 micr-cont for this purpose. i wrote this program to display a...
Hi I am new to AVR programming, Hope you would clarify me the simple doubts 1.Is WinAVR compiler based on windows based or Linux based. 2.If i want to write a...
Hello marx, yes WINAVR is an windows based compiler.yes u can surely use WINAVR to write program for 2313 ,for that matter to all Atmels tiny and mega series....
Dear Friends , I am getting some compiler error in the below code Can you please help me to solve this void init_serial(void) { // set baud rate 1 UBRRH =...
hello marx, i was a bit busy lately. include #include"io.h" it must help. Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/...
Hey friends... I'm Mahesh... I'm an extreme beginner to wireless connection or communication... Please help me... To understand in a better way, i'll give a...
The distance in your case is not mentioned. But... For short range comm.. is ok to use holtec or xilinx modules for transmitter/receive. 4 pins and is done....
Hello ! I have some problems with the ADC of the ATMega32 microcontroller... i'm using an 100nF capacitor at the AREF pin connected to ground. I measured the...
radio comm based circuit are avilable at lower cost for up to 100 mts. these r generally 4 bit TX_RX pair. use them. ckt is small and reliable ... -- NANDAN...
Constantin, Make sure that you are waiting for the conversion to complete before continuing. // read ADC channel (0-7) and return only ADCH only. unsigned char...
hye, does anyone know how to interface any type of atmega microcontroller can access the ZigBee™ 802.15.4 wifi solution for sending data? if have solution,...
hi i am working in WINAVR compiler i have one doubt in avrlib before i using atmega 16 in that i worked UART ,i2c ,spi and etc sucessfully completed...
Hello. Inline assembly with C is possible, regardless of your uC being atmega16 or something else. Please refer to the AVRLibC User manual for that. It has a...
Hi, yeah goes to www.gigapedia.org and then search it then u can found a good book to learn atmega32 in c. Thank you Hi, yeah goes to www.gigapedia.org and...
you should use the book Embedded C Programming And The Atmel AVR by Richard H. Barnett, Sarah Cox, and Larry Best book ever written, en for atmega 16 or atmega...
Hi, I want to begin programming Atmel in C. How can I download books for free. I have searched in the local market for the same, but could not get. ... From:...