This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
it:microcontroller [2020/08/23 09:18] admin created |
it:microcontroller [2020/08/23 12:17] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Temperature monitor using ESP32 via wifi and server===== | =====Temperature monitor using ESP32 via wifi and server===== | ||
+ | ==== General ==== | ||
+ | * beware 3.3 vs 5v input pins -- wemos 3.3v in | ||
+ | * powering the esp32: https:// | ||
+ | * esp32 webserver: https:// | ||
+ | |||
==== 2020-08-23 ==== | ==== 2020-08-23 ==== | ||
Line 23: | Line 28: | ||
* cannot upload sketch with DHT-11 connected but able to do without it connected | * cannot upload sketch with DHT-11 connected but able to do without it connected | ||
* finally got the DHT working and output to serial monitor | * finally got the DHT working and output to serial monitor | ||
+ | |||
+ | ==== See also ==== | ||
+ | * [[it: | ||