Search found 1 match

by TomaszFilipek
Wed May 08, 2024 11:36 am
Forum: ESP8266
Topic: ESP8266 NodeMCU v3 and DS18B20: Sensors not detected
Replies: 0
Views: 2047

ESP8266 NodeMCU v3 and DS18B20: Sensors not detected

Hello, I have a WiFi module ESP8266 + NodeMCU v3 to which I have connected two DS18B20 sensors to pin D7. For some reason, the sensors are not being detected. Please advise why. #include <Arduino.h> #include "TemperatureSensorController.cpp" TemperatureSensorController temperatureSensorController; v...