Flora and Fona

Hi, I'm currently doing a tracking project at university, which involves the Adafruit boards Flora and Fona 808 GSM + GPS module. I have wired it together according to the Adafruit circut assembly (Circuit Assembly | FLORA + FONA | Adafruit Learning System) however I am struggling to find the correct coding.

We are planning on using just the GSM feature which will send text messages to the phone when a button attached to the Flora is pressed. There has been a suggestion to use Data.Sparkfun to store the locations however it is at this point I am struggling to code.

Does anybody have any suggestions as to what I can do?

however I am struggling to find the correct coding.

Quit looking. Start writing.

(deleted)

Have you tried File->Examples->Adafruit_FONA->FONAtest to see if your FONA module works with the example code? The example code is probably configured for UNO (FONA RX->Pin 2, FONA TX -> Pin 3, FONA RST->Pin 4) and to work with the Flora wiring (FONA RX->Pin 10, FONA TX -> Pin 9, FONA RST->Pin 6) you will probably have to change the settings in the example.

If that works you can then use the example code as a basis for your programming. If it doesn't work then some of your wiring may be wrong.