https://github.com/don/rfduino-js
https://github.com/don/rfduino-js
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/don/rfduino-js
- Owner: don
- Created: 2014-01-02T20:51:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T21:14:16.000Z (over 12 years ago)
- Last Synced: 2025-01-31T21:34:46.797Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[RFduino](rfduino.com) Node Example
### index.js
Discover and read temperature from RFduinos running the [Temperature sketch](https://github.com/RFduino/RFduino/blob/master/libraries/RFduinoBLE/examples/Temperature/Temperature.ino)
### ledButton.js
Read the button state and control the LED on the [RFduino RGB Pushbutton shield](http://www.rfduino.com/rfd22122-rgb-pushbutton-shield-accessory-board.html) running the [LedButton sketch](https://github.com/RFduino/RFduino/blob/master/libraries/RFduinoBLE/examples/LedButton/LedButton.ino)
Uses [noble](https://github.com/sandeepmistry/noble) for Bluetooth Low Energy support.