-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Dear All,
I am stuck with an interesting and frustrating issue and appreciate some guidance/help.
I am trying to get DS18B20 sensor working with Wifi.
At present, to just get DS18B20 readings without WiFI, is straightforward - just use the OneWire.h and DallasTemperature.h libraries and connect the data cable to Pin 4. VCC is to 5V and Gnd is Gnd.
However, with these libraries AND using Pin 4, I just cannot get Wifi to start up on the "WeMos" D1 R32 dev board.
On the other hand, I cannot get DS18B20 readings if I try to use other pins (such as Pin 36).
The libraries just don't detect the device on other Pins except Pin 4 (i tried, 36, 35, 39 and even 27).
Am I missing something? The board is the one that is quite easily available, it looks like this:
https://www.hackster.io/uncle-yong/wemos-r32-with-arduino-startup-guide-7bc841
Thanks and warm regards to all!