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:...
I m doing a project based on radio control car and i m facing a problem and can't able to proceed ... so anyone who have any knowledge of the mentioned...
Hello all, I have been trying to display some text on my 16*2 JHD162A LCD module. But it does not display anything. I see only black rectangles on the...
http://www.infibeam.com/Books/ <http://www.infibeam.com/Books/> Book lovers from India now have the option to open Infibeam.com <http://www.infibeam.com/> to...
Dear Friends, I am interfacing DS1302 with ATMEGA8535 using CodevisionAVR compiler. I was trying to access the weekday register using ds1302 library functions....
Hi, I am having problem in programming the timer of ATmega16 in compare mode. I am trying it with AVRGCC in AVR studio. Some one give any idea or example of...
hi you have to use timer/counter(n) register. this is ATMEGA8535's PWM duty cycle 50%example program. you can write like this. TCCR1A = 0X83; TCCR1B =...
... hi joinmahsan, i write in AVR studio 4.14 and WinAVR 20080430, use timer in Phase corect PWM mode. watch in this link for example. have fun !!! ...
hi frnds i have 1 problem with serial port(uart)communication using mega8 actually my all other programs of echo are working properly but this 1 is using...
hi you have to use timer/counter(n) register. this is ATMEGA16's PWM there are alltogether 4 pwm ports OC0- PB3 OC1A- PD4 OC1B- PD5 0C2- PD7 FOR duty...
Hello every one I am relative new to this group and first and foremost I will like to intriduce myself. I am . Mr Harrington R live and work in the USA. ...
Dear fourier902000, dear friends, Recently I have made great progress in finishing my website: http://www.mihaigalos.ro It contains some simple projects to get...
I am using Atmega8 IC ,with STK500 board to program the LCD. I want to scroll message one messge on first line and at the same time a standstill message in...