Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damonoehlman/nbd2016-syd
Some examples in prep for Nodebots Day 2016 (some SYD specific hardware)
https://github.com/damonoehlman/nbd2016-syd
Last synced: 7 days ago
JSON representation
Some examples in prep for Nodebots Day 2016 (some SYD specific hardware)
- Host: GitHub
- URL: https://github.com/damonoehlman/nbd2016-syd
- Owner: DamonOehlman
- Created: 2016-07-20T10:45:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T06:53:08.000Z (about 7 years ago)
- Last Synced: 2024-10-25T20:41:04.281Z (21 days ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodebots Day Sydney 2016
Some simple examples for Nodebots Day Sydney 2016.
## Examples
### Really Simple
- [LED - simple, check it on the board](led.js)
- [Light Sensor - simple analog read](sensor-ldr.js)
- [PIR Motion Sensor](sensor-motion.js)
- [Laser](laser.js)### Simple
- [LED - external, use resistor](led.js)
- [LED 3W - external, use resistor](led-3w.js)
- [RGB LED - external, again resistors](led-rgb.js)
- [Simple XY Joystick Example](joystick.js)
- [Relay](relay.js)
- [Sensor Smoke - MQ2](sensor-mq2-smoke.js)### Getting a little tricky
- [8x8 LED Matrix - single unit](matrix.js)
- [Temperature Sensor](sensor-temperature.js)
- [Sound Sensor](sensor-sound.js)
- [Proximity Sensor](sensor-proximity.js)
- [Accelerometer](sensor-accelerometer.js)## Stretch Goals
- [Stepper](stepper.js)