2013-12-07 23:11:06 +05:30
|
|
|
# go-rpi
|
|
|
|
|
|
|
|
Use various sensors on the RaspberryPi with Golang (like a ninja!)
|
2013-12-09 00:36:56 +05:30
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
[![GoDoc](http://godoc.org/github.com/kid0m4n/go-rpi?status.png)](http://godoc.org/github.com/kid0m4n/go-rpi)
|
2013-12-09 01:17:31 +05:30
|
|
|
|
|
|
|
## Protocols supported
|
|
|
|
|
2013-12-09 01:20:27 +05:30
|
|
|
### I2C
|
2013-12-09 01:17:31 +05:30
|
|
|
|
|
|
|
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/i2c)
|
|
|
|
|
|
|
|
## Sensors supported
|
|
|
|
|
2013-12-09 01:20:27 +05:30
|
|
|
### BMP085
|
2013-12-09 01:17:31 +05:30
|
|
|
|
|
|
|
Barometric pressure sensor
|
|
|
|
|
2013-12-09 01:20:27 +05:30
|
|
|
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/bmp085) [Datasheet](https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf)
|
2013-12-09 01:17:31 +05:30
|
|
|
|
2013-12-09 01:20:27 +05:30
|
|
|
### LSM303
|
2013-12-09 01:17:31 +05:30
|
|
|
|
|
|
|
Accelerometer and magnetometer
|
|
|
|
|
2013-12-09 01:20:27 +05:30
|
|
|
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/lsm303) [Datasheet](https://www.sparkfun.com/datasheets/Sensors/Magneto/LSM303%20Datasheet.pdf)
|
2013-12-13 05:51:22 +05:30
|
|
|
|
|
|
|
### US020
|
|
|
|
|
|
|
|
Ultrasonic proximity sensor
|
|
|
|
|
|
|
|
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/us020) [Product Page](http://www.digibay.in/sensor/object-detection-and-proximity?product_id=239)
|