mikaelpatel / Cosa-ThingSpeak

ThingSpeak Client and TalkBack for Cosa Arduino OOP Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosa-ThingSpeak

This Cosa library is an implementation of the ThingSpeak client protocol; Channel update and TalkBack command handler.

Install

To use this library you must download and install the [Arduino IDE] (http://www.arduino.cc/en/Main/Software) (or GCC AVR toolchain) and [Cosa] (https://github.com/mikaelpatel/Cosa).

Download and unzip the Cosa-ThingSpeak library into your sketchbook libraries directory. Rename from Cosa-ThingSpeak-master to ThingSpeak.

The ThingSpeak library and examples should be found in the Arduino IDE File>Sketchbook menu. Open the CosaThingSpeakClient example sketch. Select the Cosa core by selecting one of the Cosa boards in the Tools>Board menu.

References

  1. ThingSpeak API, http://community.thingspeak.com/documentation/api/

About

ThingSpeak Client and TalkBack for Cosa Arduino OOP Framework


Languages

Language:C++ 95.3%Language:C 4.7%