Skip to content

Commit 8a7bd18

Browse files
committed
Initial README.md for QTemp32 demo firmware.
1 parent 76af6c0 commit 8a7bd18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

demo/qtemp32/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# QTemp32
2+
3+
Demo temperature recording with ESP32 and DHT11 using QLBase.
4+
5+
## Firmware Libraries Used
6+
7+
- [bblanchon/ArduinoJson](https://github.com/bblanchon/ArduinoJson) - JSON library for Arduino and embedded C++. Simple and efficient.
8+
- [nthnn/DynaConfig](https://github.com/nthnn/DynaConfig) - Arduino WiFi dynamic configuration library for ESP32 using captive portal authentication.
9+
- [DFRobot/DFRobot_DHT11](https://github.com/DFRobot/DFRobot_DHT11) - DHT11 is used to read the temperature and humidity of the current environment.

0 commit comments

Comments
 (0)