Microcontroller › 8051 › Can I do this project? Reed switch + 8051 + GSM module??
- This topic has 10 replies, 5 voices, and was last updated 12 years, 11 months ago by
hazrat ali.
-
AuthorPosts
-
October 9, 2012 at 3:43 pm #1983
mohammed
ParticipantHi every buddy.
I want build this project, first I wanna make sure can I do it or no??.
My project is Wireless Alarm System,I`ll use reed switch with 8051 Microcontroller and GSM module exactly Arduino SIM900.
I want if the switch connected gsm module send a message (that I created and wrote it in gsm module) to a mobile.Thanks..I wait you all
October 10, 2012 at 6:15 pm #8658AJISH ALFRED
ParticipantThe project is possible, no doubt!
October 10, 2012 at 7:02 pm #8659mohammed
Participantwhat do you think,about better GSM module to use??
And, Can you give hints about C code??
thanks sir
October 11, 2012 at 5:00 pm #8661AJISH ALFRED
ParticipantSIM 300 is a widely used module. You should learn AT commands to control the module before start coding.
Try making call, sending message etc. by sending AT commands through hyperterminal to the module. If it works, then your code running on the microcontroller should be capable of sending the same commands serially to the module.
Feel free to ask more doubts. Good luck with your project.
November 11, 2012 at 1:27 pm #8741mohammed
ParticipantHi
I started my project, but I`ve an question, Can do it without screen??
because I don`t need it.Another question. What about MAX232 component?? is it important??
thanks
November 15, 2012 at 12:53 pm #8750AJISH ALFRED
ParticipantHi Mohammed,
Screen, well its upto you.
MAX232 is basically a serial to ttl converter. Your controller can read only ttl logic. If your GSM module is communicating with RS232 serial standard, you need a RS232 to ttl converter. MAX232 will do this job.
If you share your circuit shcematic and details, we could help you more.
December 26, 2012 at 4:00 pm #8879manisha
Participanthey mohammed u completed that project..i wanted some information about reed switches.how u connected reed switches to microcontroller?can we directly interface reed switch with MCU?
March 5, 2013 at 9:07 pm #9254hazrat ali
Participantdear sir ajish!
i have problem ,how get data from MCU UNIT trough sending sms…..and how to switch on and off GSM SIM900 MODULE by sending sms….plz sir reply must … i need it urgent
thanks
March 6, 2013 at 7:00 am #9258umar farrok
Participantbasic commands to check the gsm modem working properly or not follow the commands
at pres enter
at+cmgf=1 press enter
at+cmgs=”your mobile number” press enter
-> type your message to your reciever end people
finally press (control +z)
March 6, 2013 at 7:01 am #9259umar farrok
Participanttry that code in your hyper terminal window after connecting your gsm module with sim
March 6, 2013 at 11:56 am #9266hazrat ali
Participantthanks frooq!
i already use these command…but now i want to control it by myself…means that when i want to get data ..simply i send sms to MCU unit through gsm module and get data…and turn it off OR on sleeping mode….dear friend Is it possible????
plz reply me quick..thanks
-
AuthorPosts
- You must be logged in to reply to this topic.