Simple. Read a DHT sensor and sends data to Thingspeak].
I'm sure that if you are newbie you can learn a lot on this project!
- Reads a DHT sensor X times
- Calculates a smoothed value from these measures
- Submits the data to a Thingspeak] channel
It has been built on PlatformIO and ESP8266.
- 📂 Clone or download.
- 📝 Add project to PlatformIO (it's a VSCode or Atom extension).
- 📝 Configure your board and flags and platform on
platformio.ini
(all configurations, if neccesary create new project from ui and copy from it). - 📝 Configure constants on top of
main.cpp
- ☑️ Select the environment you want to run (PlatformIO bottom bar).
- 🚀 Hit
build
,upload
andmonitor
. - ✨ Watch the serial output or checkout the sdcard after a while.
If you have any question about something specific, open an issue (but i won't be a teacher).