I have just wired up the GSM module to a 1000mAh battery with 3A output and only using the Espruino for reading the RX and TX lines. The text messages now come through it seems every time and the AT commands are more responsive.
I am still getting some spurious data coming through the lines but not half as bad as before here is what I am seeing:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks for all the help on this guys.
I have just wired up the GSM module to a 1000mAh battery with 3A output and only using the Espruino for reading the RX and TX lines. The text messages now come through it seems every time and the AT commands are more responsive.
I am still getting some spurious data coming through the lines but not half as bad as before here is what I am seeing:
The text message I receive is:
Subsequent messages are better:
With the message received at the phone being:
Is there a check I can put in place to remove these weird characters?
Currently using:
For serial data handling.
For anyone else with similar issues to this thread, power was the killer for me it seems.