Adafruit_FONA icon indicating copy to clipboard operation
Adafruit_FONA copied to clipboard

Arduino library for the Adafruit FONA

Results 66 Adafruit_FONA issues
Sort by recently updated
recently updated
newest added

- Arduino board: **Adafruit FONA feather** - Arduino IDE version (found in Arduino -> About Arduino menu): **2.1.1** - List the steps to reproduce the problem below (if possible attach...

Hello forum members, I hope you're all doing well. I'm currently facing an audio output problem with the Adafruit FONA 2G board and I'm in need of some guidance to...

I had the same problem as described here: https://forum.arduino.cc/t/sending-sms-using-adafruit-fona-working-but-returning-failed/662385/17 When the SIM module is not (correctly) recognized, the parsing of the answer of sending an SMS fails. The SMS gets...

- Arduino board: **Arduino Mega** - Arduino IDE version (found in Arduino -> About Arduino menu): **2.0.3** - I use the Adafruit FONA 808 - Mini Cellular GSM + GPS...

Debug error: C:\Users\nmentese\Documents\Arduino\libraries\Adafruit_FONA_Library\examples\FONAtest\FONAtest.ino: In function 'void loop()': FONAtest:626:60: error: no matching function for call to 'Adafruit_FONA::enableNTPTimeSync(bool, const char [13])' if (!fona.enableNTPTimeSync(true, F("pool.ntp.org"))) ^ In file included from C:\Users\nmentese\Documents\Arduino\libraries\Adafruit_FONA_Library\examples\FONAtest\FONAtest.ino:28:0: C:\Users\nmentese\Documents\Arduino\libraries\Adafruit_FONA_Library/Adafruit_FONA.h:120:8: note:...

Hi team, I have a FONA 3G board https://www.adafruit.com/product/2691 It appears this library doesn't work with this board. I get a connection error and it reports in the terminal window...

The TCPconnected function sends `AT+CIPSTATUS`, however this is not a valid command for the FONA 3G's SIM5320. As a result, this fails every time. In some other libraries like Adafruit_MQTT_FONA...

I am using a mega and Sim 7000A. I am trying to connect my device to a different MQTT broker than Adafruit IO which is HiveMQ so I can build...

Hi, i send these commands, the request is sending, but i do not get the response data. This is the code: fona.sendCheckReply(F("AT+CGACT?"),1000); fona.sendCheckReply(F("AT+CGCONTRDP"),1000); fona.sendCheckReply(F("AT+CHTTPCREATE=http://www.iforce2d.net/"),1000); fona.sendCheckReply(F("AT+CHTTPCON=0"),1000); fona.sendCheckReply(F("AT+CHTTPSEND=0,0,/test.php"),1000); fona.sendCheckReply(F("AT+CHTTPDISCON=0"),1000); fona.sendCheckReply(F("AT+CHTTPDESTROY=0"),1000);

Hi, I experienced some seriuos problems while debugging an issue while using the GET method to an nginx server. The issue was that even if my URL was **http**, the...