rpi-projects
rpi-projects copied to clipboard
Drivers and home automation projects for Raspberry PI.
Raspberry PI projects and drivers
This project contains various DYI projects, hardware drivers, schematics and code examples for Raspberry PI.
Hardware drivers & docs
- rpi-drivers - Java APIs for some pi4j-v2 I2C compatible hardware.
- waveshare-lcd-13-driver - Java driver for small LCD display.
- sensehat-games - small compilation of python games for 8x8 sensehat display.
- pir-motion-detectors - RPi compatible motion detectors.
IOT devices
RPi Power Controller
- rpi-powercontroller - Control relay power switch via HTTP/REST APIs.
- rpi-powercontroller-client - Java Client for rpi-powercontroller.
RPi Power Meters
- rpi-powermeter - Single phase AC power consumption meter.
- rpi-voltage-current - DC voltage, current and power metering.
RPi Camera
- rpi-camera - Capture images via HTTP/REST APIs.
- rpi-camera-client - Java Client for rpi-camera.
RPi Radiation Monitoring
- rpi-radiation-monitor - simple radiation background monitor with HTTP/REST access.
Others
- Device Controller - controller gateway for RPi devices.
- Kubernetes Cluster - running backend on Arm64 RPi4 hardware.
- Guidelines and Procedures - various guidelines.
Build and Test
gradle clean build test
Enjoy !