Ds18b20 temperature sensor not detected
Ds18b20 temperature sensor not detected
I've tried 3 different probes and none appear when I try to set up my biab profile. Gpio inside is enabled on my pi. Ordered another probe just to be sure. Any ideas?
Re: Ds18b20
Hey Diggerg,
sorry to hear that! A few ideas:
- Check if you have the resistor (4.7kOhm) connected between 3.3V and Data (usually white)
- Check that you connected it to the right GPIO (GPIO 4)
- Same goes for 3.3V and GND. Maybe try other 3.3V or GND GPIOs.
- It should be covered by the steps in the tutorial, but you activate w1 explicitly (that's the protocol that's used to read out temperatures) like i.e. described here.
- Make absolutely sure, that the connections are snug. This is crucial (and I fucked this up many times).
Cheers,
Bernhard.
sorry to hear that! A few ideas:
- Check if you have the resistor (4.7kOhm) connected between 3.3V and Data (usually white)
- Check that you connected it to the right GPIO (GPIO 4)
- Same goes for 3.3V and GND. Maybe try other 3.3V or GND GPIOs.
- It should be covered by the steps in the tutorial, but you activate w1 explicitly (that's the protocol that's used to read out temperatures) like i.e. described here.
- Make absolutely sure, that the connections are snug. This is crucial (and I fucked this up many times).
Cheers,
Bernhard.
- Attachments
-
- ds18b20_resistor.png (72.32 KiB) Viewed 3950 times
Re: Ds18b20
Yeah still no luck. I'll wait till my new probe turns up and try again. Used both 3.3v outputs and different grounds but no reading
Re: Ds18b20
Ok so probe number 4 is no different. Still not showing
Re: Ds18b20
Interesting that you use 3.3v on the pi but 5v on the Arduino to run a ds18b20
Re: Ds18b20
Unbelievable.
Another idea: connect them to the 5V instead of 3.3V (in theory the DS18B20 supports a range from 3-5.5V)
Another idea: connect them to the 5V instead of 3.3V (in theory the DS18B20 supports a range from 3-5.5V)
Re: Ds18b20
I have been reading online ( dangerous I know). Do I need to install any extra script for 1 wire even though it is switched on in preferences? Or is it all in the bierbot software?
Re: Ds18b20
hmmm, really strange. There seems to be one systematic thing ...
Let's do it the other way round can you share:
- An image of your raspberry Pi settings screen for switching on/off peripherals?
- An image of your Raspberry Pi and the connected GPIOS
- The content of your config file (bricks.yaml)
Anything else where you think it might be important?
Thanks,
Bernhard.
Let's do it the other way round can you share:
- An image of your raspberry Pi settings screen for switching on/off peripherals?
- An image of your Raspberry Pi and the connected GPIOS
- The content of your config file (bricks.yaml)
Anything else where you think it might be important?
Thanks,
Bernhard.
Re: Ds18b20 temperature sensor not detected
It can't even see the probes in script so I'm going to wipe my SD card. Reinstall raspian and start again. Would my existing API still work?
Re: Ds18b20 temperature sensor not detected
API will still work!