- This topic has 2 replies, 3 voices, and was last updated 6 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › How To interface GSM modem with ATMEGA16
My project involves interface between an ATMEGA16 and a GSM modem. I am kinda new to AVR microcontrollers hence having trouble coding. I want the microcontroller to interface with the gsm modem and basically display what message i send as SMS to the gsm modem on the LCD module connected to the Microcontroller. Pls post the code atleast for the interface between ATMEGA16 and the GSM modem…
Thanks in advance….
AVR has USART and GSM works on serial protocol. so thats it.
GSM works on simple AT commands that you can send from AVR micro controller and get things done