"Hey Drone-University, why not set the baud rate of the modem to 57600 instead of 19200. You can use the command AT+IPR=57600 followed by AT&W to save to non volatile memory. In Mission Planner go to config/tuning > full parameter list > search for…"
"You need to switch on the modem and the nano at the same time. It should be 8888 (or whatever port you want) and for your last question, you are making a UDP connection from the modem to the server, so no need to initiate a server on the modem side"
I'm glad you like my project. The answer to your first 3 questions is all "Arduino IDE" you can find it at this link: http://arduino.cc/en/Guide/HomePage
For last question, Pin 2 connects to the reset pin and pin 3 connects…"
The LEDs tell you 3 things:
1) Solid read is an error or stop (if it is on for longer than a minute there was a fatal error)
2) solid green means it's connected to the ground station
3) blinking red means that data is being transmitter or…"
"@Hugues, thank you. The domain resolves to your computer using a dynamic dns service, so when your in Mission Planner you just need to select UDP from the drop down menu then click connect. Then you enter the port number and click okay. If your…"
As I wasn't able to flash the newer Arducopter firmware on my Walkera X350 Pro (Devo-M) and wasn't able to find the correct Firmware to get my APM 2.6 to work with my SIM900D module. I had to come up with another way to add GSM/GPRS telemetry to my…
"Hey everyone,
I've updated the instructions so that the telemetry link will be reestablished should the modem get disconnected from the GSM/GPRS network. I've tested the code and it works.