ESP8266/Arduino C++: Working with random numbers and CASE/SWITCH 19. December 2020 Admin Arduino, ESP8266 NodeMCU (0) Very elementary, but this might help someone.. Simply a random number generator and make a str [More]
ESP8266 with TWO separate DS18B20 temp sensors, TWO one-wire buses! 6. December 2020 Admin ESP8266 NodeMCU (0) // 11-30-2020 Oh Good! This one works!! #include <OneWire.h> #in [More]
HTU21D Temperature Humidity Sensor 6. December 2020 Admin ESP8266 NodeMCU (0) I experimented with the DHT11 Temp & Humid sensor, compared the values to two digital and one an [More]