{"id":21279163,"url":"https://github.com/jgphilpott/sensors","last_synced_at":"2026-05-10T16:04:40.042Z","repository":{"id":112129310,"uuid":"391757909","full_name":"jgphilpott/sensors","owner":"jgphilpott","description":"Links, documentation and code for a variety of Raspberry Pi sensors and accessories.","archived":false,"fork":false,"pushed_at":"2021-10-09T20:43:54.000Z","size":2473,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T13:42:42.003Z","etag":null,"topics":["documentation","raspberry-pi","sensors"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgphilpott.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":"2021-08-01T22:59:05.000Z","updated_at":"2023-03-08T13:27:01.000Z","dependencies_parsed_at":"2023-08-01T01:02:47.357Z","dependency_job_id":null,"html_url":"https://github.com/jgphilpott/sensors","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jgphilpott/sensors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fsensors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fsensors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fsensors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fsensors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgphilpott","download_url":"https://codeload.github.com/jgphilpott/sensors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgphilpott%2Fsensors/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268315924,"owners_count":24231059,"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-01T02:00:08.611Z","response_time":67,"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":["documentation","raspberry-pi","sensors"],"created_at":"2024-11-21T10:20:12.366Z","updated_at":"2026-05-10T16:04:34.984Z","avatar_url":"https://github.com/jgphilpott.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"200\" height=\"200\" src=\"https://github.com/jgphilpott/sensors/blob/main/pi.png\"\u003e\u003c/p\u003e\n\n# Sensors\n\nIf you haven't used Raspberry Pi's GPIO pins before, a good starting point is the [Pi Box 1](https://github.com/jgphilpott/sensors/blob/main/Intro/README.md) from [Monk Makes](https://github.com/monkmakes). If you already have some experience and are hungry for more, this repo contains links, documentation and code for a variety of Raspberry Pi sensors and accessories, see below.\n\n## Accessories\n\n - [2x20 Extra Tall Female Stacking Header](https://github.com/jgphilpott/sensors/blob/main/Accessories/Extra_Tall_Stacking_Header/README.md)\n - [MCP3008 Analog-to-Digital Converter](https://github.com/jgphilpott/sensors/blob/main/Accessories/MCP3008/README.md)\n\n## Atmosphere\n\n - [FlashTree Barometric Pressure Sensor](https://github.com/jgphilpott/sensors/blob/main/Atmosphere/BMP180/README.md)\n - [FlashTree Temperature and Humidity Sensor](https://github.com/jgphilpott/sensors/blob/main/Atmosphere/DHT22/README.md)\n - [Sense HAT](https://github.com/jgphilpott/sensors/blob/main/Atmosphere/Sense_HAT/README.md)\n\n## Biometrics\n\n - [Andifany Pulse Sensor](https://github.com/jgphilpott/sensors/blob/main/Biometrics/Pulse/README.md)\n - [Optical Fingerprint Reader](https://github.com/jgphilpott/sensors/blob/main/Biometrics/Fingerprint/README.md)\n\n## Camaras\n\n - [Raspberry Pi Camera](https://github.com/jgphilpott/sensors/blob/main/Camaras/Camera/README.md)\n - [Raspberry Pi NoIR Camera](https://github.com/jgphilpott/sensors/blob/main/Camaras/Camera_NoIR/README.md)\n\n## Irrigation\n\n - [Gikfun Soil Moisture Sensor](https://github.com/jgphilpott/sensors/blob/main/Irrigation/Soil_Moisture/README.md)\n\n## Lasers\n\n - [SunFounder Laser](https://github.com/jgphilpott/sensors/blob/main/Lasers/SunFounder_Laser/README.md)\n - [Waveshare Laser](https://github.com/jgphilpott/sensors/blob/main/Lasers/Waveshare_Laser/README.md)\n\n## Motion\n\n - [MPU-6050 Gyroscope](https://github.com/jgphilpott/sensors/blob/main/Motion/MPU6050/README.md)\n - [PIR Motion Sensor](https://github.com/jgphilpott/sensors/blob/main/Motion/PIR_Motion_Sensor/README.md)\n\n## Motors \u0026 Drivers\n\n### Motors\n\n - [28BJY-48 5V Stepper Motor](https://github.com/jgphilpott/sensors/blob/main/Motors\u0026Drivers/Motors/28BJY-48/README.md)\n - [Nema 17 Stepper Motor](https://github.com/jgphilpott/sensors/blob/main/Motors\u0026Drivers/Motors/NEMA-17/README.md)\n - [Nema 17 Mini Stepper Motor](https://github.com/jgphilpott/sensors/blob/main/Motors\u0026Drivers/Motors/NEMA-17-Mini/README.md)\n - [SM24240 Stepper Motor](https://github.com/jgphilpott/sensors/blob/main/Motors\u0026Drivers/Motors/SM24240/README.md)\n\n### Drivers\n\n - [Adafruit Stepper Motor HAT](https://github.com/jgphilpott/sensors/blob/main/Motors\u0026Drivers/Drivers/Adafruit/README.md)\n - [Waveshare Stepper Motor HAT](https://github.com/jgphilpott/sensors/blob/main/Motors\u0026Drivers/Drivers/Waveshare/README.md)\n - [Waveshare Mini Stepper Motor HAT](https://github.com/jgphilpott/sensors/blob/main/Motors\u0026Drivers/Drivers/WaveshareMini/README.md)\n\n## Navigation\n\n - [HMC5883L Electronic Compass](https://github.com/jgphilpott/sensors/blob/main/Navigation/HMC5883L/README.md)\n - [NEO-6M GPS Module](https://github.com/jgphilpott/sensors/blob/main/Navigation/NEO/README.md)\n\n## Port Expanders\n\n - [MCP23008](https://github.com/jgphilpott/sensors/blob/main/Port_Expanders/MCP23008/README.md)\n - [MCP23017](https://github.com/jgphilpott/sensors/blob/main/Port_Expanders/MCP23017/README.md)\n\n## Radio\n\n - [Gikfun RC522 RFID Module](https://github.com/jgphilpott/sensors/blob/main/Radio/RC522_RFID/README.md)\n - [NRF24L01+ RF Transceiver](https://github.com/jgphilpott/sensors/blob/main/Radio/NRF24L01+/README.md)\n - [Oiyagai 433MHz RF Transmitter and Receiver](https://github.com/jgphilpott/sensors/blob/main/Radio/433MHz/README.md)\n - [Si4703 FM Tuner](https://github.com/jgphilpott/sensors/blob/main/Radio/Si4703/README.md)\n\n## Scales\n\n - [20kg Load Cell Weight Sensor](https://github.com/jgphilpott/sensors/blob/main/Scales/20kg_Load_Cell/README.md)\n\n## Sonic\n\n - [FlashTree Ultrasonic Distance Sensor](https://github.com/jgphilpott/sensors/blob/main/Sonic/HC-SR04/README.md)\n\n## Time\n\n - [Robojax DS1307 Real Time Clock](https://github.com/jgphilpott/sensors/blob/main/Time/DS1307/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgphilpott%2Fsensors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgphilpott%2Fsensors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgphilpott%2Fsensors/lists"}