Search for the Adafruit FONA library and install it
We also have a great tutorial on Arduino library installation at:
http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use
FONA 3G Baud Adjustment
If you have a FONA 3G, the first time you use it you may need to run the FONA3G_setBaud example to set the baud rate manually to 4800bps rather than 115200
Load Demo
Open up File->Examples->Adafruit_FONA->FONAtest and upload to your Arduino wired up to the module.
For the FONA 3G, change the constructor used in FONATest to Adafruit_FONA_3G:
// Use this for FONA 800 and 808s //Adafruit_FONA fona = Adafruit_FONA(FONA_RST); // Use this one for FONA 3G Adafruit_FONA_3G fona = Adafruit_FONA_3G(FONA_RST);
For Mega, Leonardo, or Micro, change the definition of FONA_TX to the pin you used!
Text editor powered by tinymce.