Sign inSign up

jdean/pitmasterpi

By jdean

Updated about 10 years ago

Docker Image for Python based Automated BBQ Pit Temp Controller running on Raspberry Pi

Image
1

1.3K

jdean/pitmasterpi repository overview

Docker Image for Python based BBQ Pit Temp Controller running on Raspberry Pi using GPIO and Robogaia relay board. https://github.com/justindean/PitmasterPi

Use this command to start the PitmasterPi container. It will automatically install the temp control drivers (needs privilege access to dev/mem/sys/etc), it will initialize the hardware and then start the pitmaster pi with a set temp of 225. You can modify this in the dockerfile that is in the git repo as well.

docker run --device /dev/ttyAMA0:/dev/ttyAMA0 --device /dev/mem:/dev/mem --privileged -ti justin_dean/pitmasterpi

Tag summary

Content type

Image

Digest

Size

162.2 MB

Last updated

about 10 years ago

docker pull jdean/pitmasterpi