ThingSpeak™ is an IoT platform that uses channels to store data sent from apps or devices.
You can read data from your ThingSpeak channels using the HTTP calls and the REST API. You can use the MQTT subscribe
method to receive messages whenever the channel is updated. And you can use thingSpeakRead
to read data from your channel in desktop MATLAB. Learn more about
when to Choose Between REST API and MQTT API to update a
channel.
Choose Between REST API and MQTT API
Learn when to use REST and MQTT to update a channel.
Subscribe to Channel Updates Using Desktop MQTT Client
This example shows how to use a desktop MQTT client to subscribe to a channel.
Prototyping with Sonar Proximity Sensor
This example shows how to prototype with ThingSpeak™ using a Wi-Fi connected Arduino® board.
Post Temperature Data and Read from Channel
This example shows how to collect environmental data from a device and post it from your device to a ThingSpeak™ channel.
Moisture Sensor using HTTP POST Requests to Channel
This example shows how to post multiple fields of data to a ThingSpeak™ channel from a device that wakes from deep sleep.
Bulk-Update Using an Arduino or an ESP8266
This example shows how to use either an Arduino® MKR1000 board or an ESP8266 board connected to a Wi-Fi® network to continuously collect Wi-Fi signal strength and bulk-update a ThingSpeak™ channel.
Wireless Network Signal Strength with ESP32 with Arduino IDE
This example shows how to use the wireless network functionality of ESP32 to post data to ThingSpeak™.
See the details of ThingSpeak REST API error messages and corresponding HTTP status codes.
Common mistakes and problem resolution for subscribing to ThingSpeak.