Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.14 KB

This library is deprecated

arduino-UART-client library is deprecated, and will not receive any further updates.


arduino-UART-client

This is a library for the AllThingsTalk ‘Internet of Things’ platform.

There are 2 parts to this library: an ino file that runs as firmware on a wifi module (like the esp8266) and a library that allows you to communicate over a serial connection to this wifi module

Installation

  1. Download the source code
  2. copy the content of the 'libraries' directory in the zip file to your arduino libraries folder (usually found at <arduinosketchfolder>/libraries).

Installing firmware

See detaills for more info.

Example sketches

The library includes a number of example sketches which demonstrate how assets of different types can be used with the AllThingsTalk ‘Internet of Things’ platform and also includes examples to be used with other boards.