Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davicedraz/iot-oled-temperature
Firmware for continuous temperature measurement using DHT11/DHT22 sensors
https://github.com/davicedraz/iot-oled-temperature
dht-temperature-sensors esp8266 iot platformio
Last synced: 6 days ago
JSON representation
Firmware for continuous temperature measurement using DHT11/DHT22 sensors
- Host: GitHub
- URL: https://github.com/davicedraz/iot-oled-temperature
- Owner: davicedraz
- Created: 2019-04-12T20:11:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T19:33:23.000Z (over 4 years ago)
- Last Synced: 2024-11-09T06:13:38.327Z (2 months ago)
- Topics: dht-temperature-sensors, esp8266, iot, platformio
- Language: C++
- Homepage:
- Size: 16.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP8266 Firmware - Oled Temperature Measurement
This is a very simple project using DHT11/DHT22 sensor sending temperature and humidity to middleware platform and also showing the data an OLED IC2 screen:
The development enviroment used was the [PlaftormIO](https://docs.platformio.org/en/latest/), a cross-platform, cross-architecture, multiple framework, professional tool for embedded systems engineers and for software developers who write applications for embedded products. Without going too deep into PlatformIO implementation details, work cycle of the project developed using PlatformIO is as follows:
- Users choose board(s) interested in “platformio.ini” (Project Configuration File)
- Based on this list of boards, PlatformIO downloads required toolchains and installs them automatically.
- Users develop code and PlatformIO makes sure that it is compiled, prepared and uploaded to all the boards of interest.The firmware execution cycle works basically on:
- Check WiFi connection
- Connect to a middleware (local or cloud) platform via MQTT
- Continuous temperature measurement using a DHT11/DHT22 sensor
- Send the data collected to the platform