|
2 | 2 |
|
3 | 3 | This library enables an Arduino or other compatible hardware to write or read data to or from ThingSpeak, an open data platform for the Internet of Things with MATLAB analytics and visualization.
|
4 | 4 |
|
5 |
| -Hardware specific <ahref="http://github.com/mathworks/thingspeak-arduino/tree/master/examples">examples</a> are found here. But to give you an idea of usage examples for <ahref="#typical_write">writing</a> and <ahref="#typical_read">reading</a> with an ESP8266 are shown below. Complete <ahref="#documentation">documentation</a> inaslo shown below. |
| 5 | +Hardware specific <ahref="http://github.com/mathworks/thingspeak-arduino/tree/master/examples">examples</a> are found here. But to give you an idea of usage examples for <ahref="#typical_write">writing</a> and <ahref="#typical_read">reading</a> with an ESP8266 are shown below. Complete <ahref="#documentation">documentation</a> inalso shown below. |
6 | 6 |
|
7 | 7 | ThingSpeak offers free data storage and analysis of time-stamped numeric or alphanumeric data. Users can access ThingSpeak by visitinghttp://thingspeak.com and creating a ThingSpeak user account.
|
8 | 8 |
|
@@ -529,4 +529,4 @@ Some characters require '%XX' style URL encoding before sending to ThingSpeak.
|
529 | 529 | | +| %2B|
|
530 | 530 | | ;| %3B|
|
531 | 531 |
|
532 |
| -Control characters, ASCII values 0 though 31, are not accepted by ThingSpeak and will be ignored. Extended ASCII characters with values above 127 will also be ignored. |
| 532 | +Control characters, ASCII values 0 though 31, are not accepted by ThingSpeak and will be ignored. Extended ASCII characters with values above 127 will also be ignored. |