Short example Video how to Power On and Off your printer
Modify OctoPrint to remotly trigger plug sockets out of the Webinterface
Wire 433Mhz Sender to the Raspberry
Install wiringPi
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Short example Video how to Power On and Off your printer
wire the 433Mhz module like shown
Install OctoPrint like normal to your SD Card
configure WIFI using the octopi-network.txt file or plug in a LAN cable
Login to your Pi using pi/raspberry
do update everything and install git-core
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git-core
install wiringPi and Raspberry-Remote
cd
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build
cd
git clone git://github.com/xkonni/raspberry-remote.git
cd raspberry-remote
make send
cd
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates