{"id":15020687,"url":"https://github.com/jveverka/rpi-projects","last_synced_at":"2025-08-06T08:10:00.908Z","repository":{"id":42370426,"uuid":"71588639","full_name":"jveverka/rpi-projects","owner":"jveverka","description":"Drivers and home automation projects for Raspberry PI. ","archived":false,"fork":false,"pushed_at":"2023-02-25T13:36:31.000Z","size":17301,"stargazers_count":26,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"pi4j-v2","last_synced_at":"2025-06-16T20:46:04.120Z","etag":null,"topics":["bmp180","ds1621","dyi","gpio","gpio-sensors","hcsr04","hcsr501","htu21d","i2c","java","kubernetes-cluster","mcp9808","openjdk","pi4j","pi4j-drivers","python","raspberry-pi","rpi-camera","sensehat","wiringpi"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jveverka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-21T18:45:09.000Z","updated_at":"2025-03-26T15:57:03.000Z","dependencies_parsed_at":"2025-02-11T08:49:06.256Z","dependency_job_id":null,"html_url":"https://github.com/jveverka/rpi-projects","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jveverka/rpi-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Frpi-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Frpi-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Frpi-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Frpi-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jveverka","download_url":"https://codeload.github.com/jveverka/rpi-projects/tar.gz/refs/heads/pi4j-v2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Frpi-projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269042263,"owners_count":24349655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bmp180","ds1621","dyi","gpio","gpio-sensors","hcsr04","hcsr501","htu21d","i2c","java","kubernetes-cluster","mcp9808","openjdk","pi4j","pi4j-drivers","python","raspberry-pi","rpi-camera","sensehat","wiringpi"],"created_at":"2024-09-24T19:55:26.278Z","updated_at":"2025-08-06T08:10:00.854Z","avatar_url":"https://github.com/jveverka.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n![Build and Test](https://github.com/jveverka/rpi-projects/workflows/Build%20and%20Test/badge.svg)\n[![Maven Central](https://img.shields.io/badge/maven%20central-release-green.svg)](https://search.maven.org/artifact/one.microproject.rpi/rpi-drivers)\n\n# Raspberry PI projects and drivers\n\n![banner](docs/graphics-banner.svg)\n\nThis project contains various DYI projects, hardware drivers, schematics and code examples for Raspberry PI.\n\n### Hardware drivers \u0026 docs\n* __[rpi-drivers](rpi-drivers)__ - Java APIs for some [pi4j-v2](https://pi4j.com/) I2C compatible hardware.\n* __[waveshare-lcd-13-driver](waveshare-lcd-13-driver)__ - Java driver for small LCD display.\n* __[sensehat-games](sensehat-games)__ - small compilation of python games for 8x8 [sensehat](https://www.raspberrypi.org/products/sense-hat/) display.\n* __[pir-motion-detectors](pir-motion-detectors)__ - RPi compatible motion detectors.\n\n## IOT devices\n### RPi Power Controller   \n* __[rpi-powercontroller](rpi-powercontroller)__ - Control relay power switch via HTTP/REST APIs.\n* __[rpi-powercontroller-client](rpi-powercontroller-client)__ - Java Client for [rpi-powercontroller](rpi-powercontroller).\n\n### RPi Power Meters\n* __[rpi-powermeter](rpi-powermeter)__ - Single phase AC power consumption meter.\n* __[rpi-voltage-current](rpi-voltage-current)__ - DC voltage, current and power metering.\n\n### RPi Camera\n* __[rpi-camera](rpi-camera)__ - Capture images via HTTP/REST APIs. \n* __[rpi-camera-client](rpi-camera-client)__ - Java Client for [rpi-camera](rpi-camera).\n\n### RPi Radiation Monitoring\n* __[rpi-radiation-monitor](rpi-radiation-monitor)__ - simple radiation background monitor with HTTP/REST access.\n\n## Others\n* __[Device Controller](device-controller)__ - controller gateway for RPi devices.\n* __[Kubernetes Cluster](k8s-cluster)__ - running backend on Arm64 RPi4 hardware.\n* __[Guidelines and Procedures](guidelines-and-procedures)__ - various guidelines.\n\n## Build and Test\n``\ngradle clean build test\n``\n\n*Enjoy !*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjveverka%2Frpi-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjveverka%2Frpi-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjveverka%2Frpi-projects/lists"}