- This topic has 1 reply, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Arduino › Interface GSM with Arduino pro mini
Hello,
I have been doing a project based on arduino which requires me to interface it with gsm module. I have sim900 gsm module and am not able to interface it with the arduino. The idea of the project is to detect using LDR circuit and send message using gsm. But my circuit is detecting the interference but not sending any message. Any help will be greatly appreciated. The link to the project is http://www.engineersgarage.com/contribution/intelligent-letter-box-using-arduino-and-gsm
-Thank you
first of all please check the connections, gsm Tx to the Arduino Rx, and gsm Rx to the Arduino Tx,
if connections are properly connected then check the program,
in program once check the baudrate of serial port.
after that check AT commands.