https://github.com/tomarrell/plantower
A library for decoding data from the Plantower series of sensors
https://github.com/tomarrell/plantower
Last synced: about 1 year ago
JSON representation
A library for decoding data from the Plantower series of sensors
- Host: GitHub
- URL: https://github.com/tomarrell/plantower
- Owner: tomarrell
- License: mit
- Created: 2021-12-10T18:01:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T13:40:01.000Z (over 4 years ago)
- Last Synced: 2025-03-26T18:25:18.220Z (over 1 year ago)
- Language: Go
- Size: 1.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plantower
[](https://github.com/tomarrell/plantower/actions/workflows/test.yaml)
[](https://pkg.go.dev/github.com/tomarrell/plantower)
This library allows you to decode data coming from the Plantower PMS5003 Digital
universal particle concentration sensor.
Currently supports models:
- PMS5003 [ [Datasheet](./pms5003_datasheet.pdf) ] (Active Mode)

## Usage
The library takes an `io.Reader` representing a stream of bytes from the sensor.
This allows you to decide how you read the data from the physical link.
```go
package main
import ()
func main() {
// TODO
}
```
## License
Licensed under the MIT license. See [LICENSE](./LICENSE) for more details.