- This topic has 3 replies, 3 voices, and was last updated 10 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › URGENT!! Interfacing GPS and GSM with ATMega16
I need help for interfacing sim300 GSM module and a GPS module simultameously to a ATMega16 Microcontroller.
Please help me..I need help urgently..
I have the following components
MAX232 IC
Royaltek GPS Modem
SIM300 GSM Modem
ATMega16 Development board
Hi,
Please find the examples from EGLABS>>MICROCONTROLLER>>AVR
Hi Krishna, ATmega16 has only one hardware USART (1 RX and 1 TX pin) so if you want to control these both devices then you have to choose a microcontroller with two USARTs (like ATmega164) or you have to use software UART.
In have completed my interfacing by connecting the Rx of Atmega16 to the Tx of GPS Modem and the Tx of Atmega16 to Rx of sim300. Now i want to send an sms through the microcontroller. Can you please provide me with a code for that? Im really helpless.