https://github.com/embedded-php/sensors
Embedded PHP: Sensors Library
https://github.com/embedded-php/sensors
am2302 apds9900 bmp280 hacktoberfest hcsr04 max30100 php php-library sensors
Last synced: 6 months ago
JSON representation
Embedded PHP: Sensors Library
- Host: GitHub
- URL: https://github.com/embedded-php/sensors
- Owner: embedded-php
- License: mit
- Created: 2021-05-02T19:30:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T21:57:22.000Z (about 3 years ago)
- Last Synced: 2025-02-25T05:47:36.861Z (over 1 year ago)
- Topics: am2302, apds9900, bmp280, hacktoberfest, hcsr04, max30100, php, php-library, sensors
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Embedded PHP: Sensors [](https://codeclimate.com/github/embedded-php/sensors/maintainability) [](//packagist.org/packages/embedded-php/sensors) [](https://php.package.health/packages/embedded-php/sensors/dev-main)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fembedded-php%2Fsensors?ref=badge_shield)
This library interfaces with different types of sensors, using GPIO manipulation and I2C/SPI/UART protocols on Raspberry Pi and other linux-based single-board computers.
## Available Sensors
Sensor | Status | Description
-------|--------|------------
HCSR04 | OK | Ultrasonic ranging sensor
## License
This library is licensed under the [MIT License](LICENSE).
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fembedded-php%2Fsensors?ref=badge_large)