An initial implementation of the temperature sensor node may be referenced DS18B20.py. However, this does not work, as the version of Ubuntu we are running on the pi does not support the one wire. We have already attempted to update the version, however this resulted in a failed update which bricked the pi. The solution around this is Linux and OneWire (using DS18B20 Temperature Sensor
Task summary
Create a node which reads and publishes data from the Waterproof 1-Wire DS18B20 Digital temperature sensor on the branch
temp-sensor
. The temperature sensor utilizes the 1-Wire protocol and is connected to Raspberry Pi pin number7
(it is not on i2c).Resources and notes
An initial implementation of the temperature sensor node may be referenced
DS18B20.py
. However, this does not work, as the version of Ubuntu we are running on the pi does not support the one wire. We have already attempted to update the version, however this resulted in a failed update which bricked the pi. The solution around this is Linux and OneWire (using DS18B20 Temperature Sensor