Discussion Title | Created date |
---|---|
Receiving PUi5 from GSM modem Dear All, I am interfacing Atmega16 with GSM modem(SIM900). Modem works fine with hyperterminal. Controller also transmits and receives good with hyper terminal. But when... |
Friday, 16 November 2012 - 06:10 |
Global Variable Hi all, I am using Atmega16 and i build a simple timer program.... Here is my code: #include #include #include #include unsigned int in,fin; void set_timer2(void... |
Saturday, 24 July 2010 - 16:59 |
ADC Hi All, I configured the Atmega16 ADC as follows: #include #include #define CON PORTC void conversion(int temp); char conv(int val); long N=0; void command(... |
Monday, 23 March 2009 - 07:03 |
Receving String in USART Hi all, I want to receive string in USART and to display it 2X16 LCD ... My code as follows: Receiver Code: unsigned char recc... |
Saturday, 28 February 2009 - 09:59 |
Transmitting AT commands Hi All, I am using Atmega16 in my project, and i need to transmit and receive AT commands (via USART) with my bluetooth device... Whether UDR accepts the AT commands?...... |
Wednesday, 18 February 2009 - 04:53 |
Receiving Garbage values Hi All, I have interfaced ATMega16 with PC (Visual Basic) via Max232, and I've used USART comm with baurd rate of 9600, 1 stop bit,No parity, Asyn mode, ... But, i am... |
Wednesday, 19 November 2008 - 09:45 |
Memory storage Hi All, Whether it is possible to store datas in the controller's memory, so that the datas stays permanent (even after the power off)... Best Regards Pradeep |
Thursday, 25 September 2008 - 07:45 |
*Pointers Hi, I want to combine two 8 bit data to one 16 bit data. ie) dataL=0x3A; Decimal value= 58 dataH=0x92; Decimal value= 92 data=0x3A92; // Decimal... |
Monday, 25 August 2008 - 13:03 |
TWI master receiver Hi, I am working with TWI in Atmega16. My code works for receving first byte data but i cant receive 2 nd byte... Internal clock frequency = 4MHZ. Kindly point out my errors #... |
Wednesday, 30 July 2008 - 10:01 |
ATmega169 Hi, I am working with ATmega169 and my compiler AVR 4. Certain C codes doesnt works..Should i need to include any specific header file for ATmega169. Regards Pradeep |
Friday, 25 July 2008 - 12:18 |
Interfacing LCD with ATmega169 Hi, Kindly suggest some links for Interfacing LCD with ATmega169. T&R Pradeep |
Friday, 11 July 2008 - 07:35 |
2 Wire communication C code Hi, I am using Two wire communication in my project to measure temperature. I am facing some problem to read the data from sensor device. Is there any bit have to be set... |
Tuesday, 8 July 2008 - 11:08 |