Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ernestum/thingspeak-gsm-datalogger-for-arduino

A Thingspeak datalogger for the Arduino GSM shield without the official (non working) GSM library
https://github.com/ernestum/thingspeak-gsm-datalogger-for-arduino

Last synced: 21 days ago
JSON representation

A Thingspeak datalogger for the Arduino GSM shield without the official (non working) GSM library

Awesome Lists containing this project

README

        

This is code that watches two binary sensors and sends out updates to thingspeak using an Arduino GSM shield.
It talks to the GSM modem in plain AT commands without the need for the officital GSM library which is a bit crappy.
It is designed to be very reliable (adding lots of delays and retransmission logic) at sending out those updates, not fast!

If you want to do something similar, I recommend using the ThingspeakConnection.h file because the whole project is actually designed around a shield that allows to cut all power away from the GSM shield to save power. The ThingspeakConnection.h file contains only the interesting communication features without all that clutter!