Instructions

Ausgabe 22.09.2017 Copyright by Joy-IT 14
3
RPi - Explorer700
Python Program:
Open the console and enter the following commands:
Expected result: the console will push the following:
Press CTRL+C to exit the program.
8. DS18B20 Example - Temperature sensor Demos
(Note: To use the DS18B20 program, you should append „dtoverlay=w1-gpio-pullup“ to the end of the
/boot/cong.txt le and reboot your Raspberry.
sysfsProgram:
Open the console and enter the following commands:
sudo python ds3232.py
cd /Explorer700/DS3232/python
start..........
2015/08/12 18:00:00 Wed
2015/08/12 18:00:01 Wed
2015/08/12 18:00:02 Wed
2015/08/12 18:00:03 Wed
make
sudo ./ds18b20
cd /Explorer700/DS18B20/fs