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-21 02:06:06 +05:30
|
|
|
|
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
|
|
|
|
2014-01-01 03:10:32 +05:30
|
|
|
### BMP180
|
|
|
|
|
|
|
|
Barometric pressure sensor
|
|
|
|
|
|
|
|
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/bmp180) [Datasheet](http://www.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf)
|
|
|
|
|
2013-12-09 01:20:27 +05:30
|
|
|
### LSM303
|
2013-12-21 02:06:06 +05:30
|
|
|
|
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
|
|
|
|
|
2013-12-21 02:06:06 +05:30
|
|
|
[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)
|
|
|
|
|
|
|
|
### BH1750FVI
|
|
|
|
|
|
|
|
Luminosity sensor
|
|
|
|
|
|
|
|
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/us020) [Datasheet](http://www.elechouse.com/elechouse/images/product/Digital%20light%20Sensor/bh1750fvi-e.pdf)
|
2013-12-31 08:03:05 +05:30
|
|
|
|
|
|
|
##Interfaces
|
|
|
|
|
|
|
|
###Keypad(4x3)
|
|
|
|
|
|
|
|
[Product Page](http://www.adafruit.com/products/419#Learn)
|