Skip to content

mcgillmrl/SIM808_GPS_GSM

Repository files navigation

Code for the GPS GSM module based on the SIM808 chipset

Installation

Get the Arduino IDE and install the Adafruit FONA library. This version assumes you'll be using the ATSAMD21 Cortex-M0 microcontroller (Arduino Zero or equivalent)

After installing the FONA library, you may try flashing your microcontroller.

If it hangs when running, it is possible that the debug prints are being sent to the serial port in use by the SIM808. To fix this, you need to change the the DebugStream definition to

#define DebugStream		SerialUSB

if you want to see debug information being printed. Alternatively, you can just disable debug prints by removing the definition of ADAFRUIT_FONA_DEBUG:

//#define ADAFRUIT_FONA_DEBUG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages