raspberry-projects
raspberry-projects copied to clipboard
Raspberry Pi project collection
This repository contains lots of code from my videos. You can access the playlist under the following link: Raspberry Pi playlist
Alarm System
- move all files to your raspi
- set up your screen (e.g. from tontec)
- put autorun.sh into your autostart
Clock
- move the two files to your raspi
- run
midori -e Fullscreen -a uhr.html
Servos
- use setup.sh and servo.php in combination, which is the tea brewing script
- alternatively use servo.py and code your own things with it
Servo Controller
Stepper Motors
- connect pins as described in setup.sh and follow instructions in the comments
- use setup.sh to initialize GPIO
- run php stepper.php to rotate the motor
Fighter Plane
- follow the install instructions in the script
- connect I²C bus to PCA9685
- connect 4 servos to PWM outputs
- call http://[RASPI-IP-ADDRESS]:8000 on your smart phone