We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76af6c0 commit 8a7bd18Copy full SHA for 8a7bd18
demo/qtemp32/README.md
@@ -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