I'm using 4.3Kohm pul-up, but I'm using the full VCC+GND+Data 3 pins configuration. I'm using NINA B102 board (ESP32 based).
Did yoo find similar problems before switching to the lib you suggested ?
Type: Posts; User: pberna
I'm using 4.3Kohm pul-up, but I'm using the full VCC+GND+Data 3 pins configuration. I'm using NINA B102 board (ESP32 based).
Did yoo find similar problems before switching to the lib you suggested ?
I someone has the possibility to debug the TemperatureMonitor7MQTTClient_crash_4.zip test example I can send hiom a NINA board for free. Unfortunately I'm not able to use the GDB debugger.
Hi Pete
There are no bug in the code. The number of remote sensor is 1 as is 1 the number of the local temperature sensor. The idea is to create a single Temperatures sensor to create e uniform...
I've further reduced the complexity of the program
please see the TemperatureMonitor7MQTTClient_crash_4.zip example
here
...
Sorry but it is clearly a software problem not an hw problem
Dear Developer
I've notice, using DallasTemperature lib (DS18B20 temperature sensor ) that function ds.getTempCByIndex() which at a lower level uses 1wire stack fails and return -127°C or a fixed...