This repository summarizes all
-
Library incl. documentaion:
The ThingSpeak library https://github.com/ATM-HSW/libThingSpeak is a port and extension of https://github.com/mathworks/thingspeak-arduino for Mbed OS 5 https://github.com/ARMmbed/mbed-os
-
http Dependency:
The ThingSpeak library was changed to use the mbed-http library https://os.mbed.com/teams/sandbox/code/mbed-http/ The examples include https://github.com/ATM-HSW/libHttp which is a fork of the mercurial repository https://os.mbed.com/teams/sandbox/code/mbed-http/
-
MQTT Dependency:
The ThingSpeak library was extended by MQTT using the https://os.mbed.com/teams/mqtt/ The examples include https://github.com/ATM-HSW/libMQTT and dependencies which are forks of the mercurial repositories https://os.mbed.com/teams/mqtt/code/MQTT/ and dependencies
-
exampleThingSpeakReadField
Reading a value from a ThingSpeak single field (own channel has to be configured).
https://github.com/ATM-HSW/exampleThingSpeakReadField
-
exampleThingSpeakReadWeatherStation
Reading weather station data from Mathwork's headquarter weather ThingSpeak channel (public channel)
https://github.com/ATM-HSW/exampleThingSpeakReadWeatherStation
-
exampleThingSpeakWriteField
Writing a value to a single field on ThingSpeak (own channel has to be configured).
https://github.com/ATM-HSW/exampleThingSpeakWriteField
-
exampleThingSpeakWriteChannel
Writing values to multiple fields of a channel on ThingSpeak (own channel has to be configured).
https://github.com/ATM-HSW/exampleThingSpeakWriteChannel