Microcontroller › AVR › GSM interfacing
- This topic has 12 replies, 4 voices, and was last updated 12 years, 3 months ago by Muralikrishna R.
-
AuthorPosts
-
June 10, 2012 at 12:52 pm #1837Muralikrishna RParticipant
hi,
i want to knw how to interface gsm with AVR. Currently am proposing a project like..collision detection based on gsm,and theft protection based on gps ,ie smar car system. Am quite new with this avr stuff. bt i insist to learn it..soo any help would be appreciated. thnx in advance.
June 11, 2012 at 12:18 pm #8002AmrithParticipanthi friend,
Good Project. GSM modules & modems are widely available in the market with serial communcation interface, you can interface these GSM modems or modules to your controller using UART or serial communication. Google for circuit diagrams or visit the below site for detail description.
http://www.atmel.com/Images/doc8016.pdf
All the best !!!
June 12, 2012 at 9:20 am #8009Muralikrishna RParticipantthx a lott:)
can u provide me with some sort of block diagram or circuit to understand better??
for this kinda small scale project,which is preferable? atmega 16 or 8?
would it be better to use arduino or embedded c for programming the microcontroller?
June 12, 2012 at 11:34 am #8011swkParticipantMuralikrishna, try using SIM900 series GSM modem, they are quite easy to interface with any controller, and they have inbuilt HTTP / FTP commands, so from controller point it relives us from TCP/IP stack on the controller.
I think I have a circuit diagram for this GSM with Mega32 i suppose. let me search my system and if lucky to find then i will share it.
~SwK.
June 12, 2012 at 11:44 am #8012AmrithParticipantHi Murli,
I’m working on this project titled “ATMEGA16 interfacing to GSM” I’ll update it on Engineers garage website very soon with all schematics & codes.
June 12, 2012 at 12:14 pm #8013AmrithParticipantMurli,
Regarding your query, if you are a begineer better strt with arduino, it is user friendly and you can get lot of help from fourms. Remember that at higher level of coding you need to learn Embedded C
June 12, 2012 at 6:15 pm #8018AJISH ALFREDParticipantYes, Arduino is a nice platform for beginners to start with. The IDE itself have a lot of sample programs, including serial communication. At the top of the code file, there will be a small description about the circuit connection also.
June 14, 2012 at 9:13 am #8035Muralikrishna RParticipantfor starting this project ,what should be our first step??? like,using arduino.. or learning the ATcommand
set. these AT commands are universal for all modules or watt?
June 14, 2012 at 1:14 pm #8046AmrithParticipantFirst step is to get your hardware ready. Learn audrino and start writing basic codes on I/O’s and serial communication. Then, go for AT commands, AT commands are common for all the modules and modems.
June 17, 2012 at 2:53 pm #8065Muralikrishna RParticipantstarted with arduino basics..abt how to use it and all… is there any reference circuit or something….for this project..
June 19, 2012 at 2:19 am #8072AJISH ALFREDParticipantThat’s good!
The circuit is simple. Connect the Tx and Rx pins of the module to the Rx and Tx of thr controller respectievely via serial to ttl conereter (max232)
June 19, 2012 at 6:21 pm #8086AmrithParticipantHi Murli,
Below is the circuit & block diagram, kindly use as reference only
June 21, 2012 at 2:17 pm #8106Muralikrishna RParticipantthanks…we just started off…vl get back to you…if we got stuck in between
-
AuthorPosts
- You must be logged in to reply to this topic.