- Code: Select all
sudo modprobe w1-gpio
sudo modprobe w1-therm
cd /sys/bus/w1/devices/
ls
which shows up the two sensor, and can read them individually by:
- Code: Select all
# replace xx-xxxxxxxxxxxx with the sensor Number
cd xx-xxxxxxxxxxxx
cat w1_slave
however this is as far as my knowledge goes in terms of scrip, what i want to do is read both sensors at the same time, i also want the temperature to be plotted to a graph through out the course of 12 hours, i want to be able to see real time data and graph from the sensors from my work place if my Raspi is @ home.
Can any one help me to do this i would greatly appreciate it!