Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)