Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature sensor #224

Open
steph1111 opened this issue May 3, 2024 · 0 comments
Open

Temperature sensor #224

steph1111 opened this issue May 3, 2024 · 0 comments
Assignees
Labels
priority: required This is required to be completed

Comments

@steph1111
Copy link
Member

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 number 7 (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

@steph1111 steph1111 added the priority: required This is required to be completed label May 3, 2024
@steph1111 steph1111 moved this to In Progress in Todo 2024 May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: required This is required to be completed
Projects
Status: In Progress
Development

No branches or pull requests

2 participants