Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ernestum/thingspeak-gsm-datalogger-for-arduino
- Owner: ernestum
- License: gpl-2.0
- Created: 2015-05-29T21:05:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T23:52:11.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T08:12:20.509Z (2 months ago)
- Language: C++
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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!