This is a learning project, to get familiar with some tools. It is definitely over engineered, but it should make fun.
Control a lamp with a RF433 sender and power socket controlled by a RF433 receiver.
- Documentation of Raspberry Installation
- REST-API
- Dockerfile Build
- Swagger Documentation
- Linters
- Dev Container
- Tests
You need
- Raspberry Pi
- 433 Mhz sender and receiver
Software Installation
sudo apt-get update
sudo apt-get install git-core
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
https://www.einplatinencomputer.com/raspberry-pi-433-mhz-funksteckdose-schalten/