structure7 / fridgeTemps

Monitoring of a refrigerator and freezer's temperature to an OLED display.
1 stars 0 forks source link

DS18B20 / ESP-12E specific stuff #9

Closed structure7 closed 8 years ago

structure7 commented 8 years ago

Two sensors with Arduino sketch examples, etc: https://www.arduinotech.cz/inpage/nodemcu-wifi-modul-s-esp8266-496/

At least someone getting a DS18B20 to work... there's hope there: http://www.instructables.com/id/ESP8266-NodeMCU-v10-ESP12-E-with-Arduino-IDE/?ALLSTEPS

structure7 commented 8 years ago

Just works! With #define ONE_WIRE_BUS 12 // NodeMCU D6, ESP-12E GPIO12 (WORKS!) it works as expected!