io-galileo

0.1.0 • Public • Published

This repo is written to support few Grove Sensor(which I have got in Intel IoT Roadshow) on Intel Galileo Board.

Here is the list of sensor supported:
1.Grove Temperature Sensor
2.Grove Button
3.Grove Led Socket
4.Grove Buzzer
5.Grove Touch Sensor
6.Grove Sound Sensor
7.Grove Rotary Angle Sensor
8.Grove LCD RGB Backlight
9.Grove Air Quality Sensor
10.Grove Vibration Sensor
11.Grove 3-Axis Accelerometer
12 Grove Servo Motor


Please read respective sensors wiki page for each sensor tech specification. Here each sensor has a common function `initialize(pinNumber)`, parameter should be the pin number to which the sensor is connected.

Example:
Grove Temperature Sensor

  • Connect it to any of four Analog Pins(A0-A3)
  • It has two method intialize(pinNumber) and getTemperature(), getTemperature will return object containing both celsius and fahrenheit temperature
usage:
`TemperatureSensor.intialize(0);`
`var temperature = TemperatureSensor.getTemperature();`

FUTURE WORK 1.Planning to release as a node module
2.Porting of upm and mraa to JavaScript

Reference:
1.upm
2.mraa

NOTE: Please do lookup the code for other sensor functions till I update README file

Readme

Keywords

Package Sidebar

Install

npm i io-galileo

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • nagesh-c