JosephHewitt / wardriver_rev3

A portable ESP32-based WiFi/Bluetooth scanner for Wigle.net.
https://wardriver.uk
GNU General Public License v3.0
221 stars 19 forks source link

Temp not displaying on 1.2.0b4 #118

Closed d0p4m1n31 closed 8 months ago

d0p4m1n31 commented 9 months ago

Running the 1.2.0b4 version beta software, but cannot get the temp to show on the display. Is this a known issue? Like in 1.0.3? To make sure it is not hardware, I replaced the temp sensor and resistor

JosephHewitt commented 9 months ago

Hi,

No this isn't a known issue. I have attempted to reproduce this on 2 of my test devices and they both work as expected on 1.2.0b4. Keep in mind it may take a few moments to appear after you turn on the device but it should be there within a minute.

Could you connect your PC to the ESP "side B" and look at the serial monitor on baud 115200? When it first turns on, you should see some text scrolling by which will log the status of the temperature sensor (along with other things). The message Unable to detect DS18B20 temperature sensor! indicates the sensor cannot be communicated with, and DS18B20 detected with ID = [...] indicates it was detected.

The temperature is then sent to "side A" to be displayed on the LCD. By checking this we can determine where the problem is occuring which might narrow down the problem.

Are you also willing to share an image of how you soldered the temperature sensor and resistor? I can then check the placement etc.

JosephHewitt commented 8 months ago

Had a conversation regarding this outside of GitHub and this issue is likely hardware related.