https://github.com/asukiaaa/thingspeak_asukiaaa
A library to send field values to ThingSpeak.
https://github.com/asukiaaa/thingspeak_asukiaaa
arduino arduino-library esp32 esp8266 thingspeak
Last synced: about 2 months ago
JSON representation
A library to send field values to ThingSpeak.
- Host: GitHub
- URL: https://github.com/asukiaaa/thingspeak_asukiaaa
- Owner: asukiaaa
- Created: 2019-06-17T13:58:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T03:29:15.000Z (almost 7 years ago)
- Last Synced: 2025-10-11T05:39:09.784Z (8 months ago)
- Topics: arduino, arduino-library, esp32, esp8266, thingspeak
- Language: C++
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThingSpeak_asukiaaa
A library to send field values to ThingSpeak.
I know the presence of [official library](https://github.com/mathworks/thingspeak-arduino) but I want to use simpler one so I make this.
# Usage
See [an example project](./examples/WriteFields/WriteFields.ino).
# License
MIT
# References
- [ThingSpeak](https://thingspeak.com/)
- [Update channel data with HTTP GET or POST](https://www.mathworks.com/help/thingspeak/writedata.html)