Dallas 1-Wire Support

You have to edit /etc/modprobe.d/blacklist-odroid.conf file to enable the 1-wire driver because the driver exists in the blacklist by default.







Default GPIO for 1-Wire is Pin #7 (GPIO83)

Pin 1 (Left): Ground (-)

Pin 2 (Middle): Pin #7 C1

Pin 3 (Right): VCC (3.3V)

You also need to add a resistor from 4.7k to 10k between pin 2.

Pin 1 (Left): Ground (-)

Pin 2 (Middle): Pin #7 C1

Pin 3 (Right): Ground (-)

You also need to add a resistor from 4.7k to 10k between pin 2.

As you can see my sensor is detected as 10-000802f41d67, each sensor has a different id. So yours will be different.

Temperature is t=25562 or 25.562 degree's Celsius.

Multiple sensors can be connected on the same line as the draw below.

root@bigsmall:/sys/bus/w1/devices# ls
10-000802f37119  10-000802f41d67  w1_bus_master1

Two sensors in parallel.