embd/README.md

40 lines
2.4 KiB
Markdown
Raw Normal View History

2014-02-10 00:35:41 +01:00
# embd
2013-12-07 18:41:06 +01:00
2014-02-10 00:35:41 +01:00
Golang Embedded Programming Framework
2013-12-08 20:06:56 +01:00
## Documentation
2014-02-10 00:35:41 +01:00
[![GoDoc](http://godoc.org/github.com/kidoman/embd?status.png)](http://godoc.org/github.com/kidoman/embd)
2013-12-08 20:47:31 +01:00
## Protocols supported
2014-02-10 00:35:41 +01:00
* **I2C** [Documentation](http://godoc.org/github.com/kidoman/embd/i2c)
2013-12-08 20:47:31 +01:00
## Sensors supported
2014-02-10 00:35:41 +01:00
* **TMP006** Thermopile sensor [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/tmp006), [Datasheet](http://www.adafruit.com/datasheets/tmp006.pdf), [Userguide](http://www.adafruit.com/datasheets/tmp006ug.pdf)
2014-02-10 00:35:41 +01:00
* **BMP085** Barometric pressure sensor [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/bmp085), [Datasheet](https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf)
2013-12-08 20:47:31 +01:00
2014-02-10 00:35:41 +01:00
* **BMP180** Barometric pressure sensor [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/bmp180), [Datasheet](http://www.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf)
2014-02-10 00:35:41 +01:00
* **LSM303** Accelerometer and magnetometer [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/lsm303), [Datasheet](https://www.sparkfun.com/datasheets/Sensors/Magneto/LSM303%20Datasheet.pdf)
2014-01-02 02:20:57 +01:00
2014-02-10 00:35:41 +01:00
* **L3GD20** Gyroscope [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/l3gd20), [Datasheet](http://www.adafruit.com/datasheets/L3GD20.pdf)
2014-01-02 02:20:57 +01:00
2014-02-10 00:35:41 +01:00
* **US020** Ultrasonic proximity sensor [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/us020), [Product Page](http://www.digibay.in/sensor/object-detection-and-proximity?product_id=239)
2014-01-02 02:20:57 +01:00
2014-02-10 00:35:41 +01:00
* **BH1750FVI** Luminosity sensor [Documentation](http://godoc.org/github.com/kidoman/embd/sensor/us020), [Datasheet](http://www.elechouse.com/elechouse/images/product/Digital%20light%20Sensor/bh1750fvi-e.pdf)
2014-01-05 09:24:24 +01:00
## Interfaces
2014-01-05 22:17:25 +01:00
* **Keypad(4x3)** [Product Page](http://www.adafruit.com/products/419#Learn)
2014-01-05 09:24:24 +01:00
## Controllers
2014-02-10 00:35:41 +01:00
* **PCA9685** 16-channel, 12-bit PWM Controller with I2C protocol [Documentation](http://godoc.org/github.com/kidoman/embd/controller/pca9685), [Datasheet](http://www.adafruit.com/datasheets/PCA9685.pdf), [Product Page](http://www.adafruit.com/products/815)
2014-01-05 21:56:45 +01:00
2014-02-10 00:35:41 +01:00
* **MCP4725** 12-bit DAC [Documentation](http://godoc.org/github.com/kidoman/embd/controller/mcp4725), [Datasheet](http://www.adafruit.com/datasheets/mcp4725.pdf), [Product Page](http://www.adafruit.com/products/935)
2014-02-10 00:35:41 +01:00
* **ServoBlaster** RPi PWM/PCM based PWM controller [Documentation](http://godoc.org/github.com/kidoman/embd/controller/servoblaster), [Product Page](https://github.com/richardghirst/PiBits/tree/master/ServoBlaster)