I do try to read the temp from a ds18b20 sensor.
I installed WiringPi by the way: http://wiringpi.com/download-and-install/
I installed the sensor and tried to read it by the: https://iada.nl/blog/artikel/temperatuu ... spberry-pi
I checked the connection between the sensor and the py several times. There is 3.3V at the sensor
The data is connected to pin 7 of the GPIO (GPIO 4). There is a resistor 0f 4.7KOhm between 3.3V and data pin
If I look in :
ewh@raspberrypi-2 /sys/bus/w1/devices $ ls -l
totaal 0
There are no sensors visible.
Beside this I'm able to switch off and on a LED on GPIO 17. So it looks like the GPIO is working correctly.
cd
What am I doing wrong?
Please advice