Hello all,
I am using an arduino uno and a tinysine 3g shield with the sim5320A chip inside. On their website, (3G/GPRS/GSM Shield for Arduino with GPS - American version SIM5320A), it says to use the ADAFRUIT_FONA library with it, so that is what I am doing. When I try to send a text from the FONATest sketch, it allows me to type out a text and it says Sent! so I suppose the arduino thinks it is functioning properly, but my phone has yet to actually receive a text, so clearly something is not working properly.
This is what it prints out(number changed):
s
Send to #15555555555
Type out one-line message (140 char): hi
---> AT+CMGF=1
<--- OK
---> AT+CMGS="15555555555"
<--- >
hi
^Z
Sent!
FONA>
Any help would be super appreciated!