https://github.com/felipemonobe/j5_components_exp
[Arduino + J5] First try with arduino components running through johnny-five framework
https://github.com/felipemonobe/j5_components_exp
Last synced: 4 days ago
JSON representation
[Arduino + J5] First try with arduino components running through johnny-five framework
- Host: GitHub
- URL: https://github.com/felipemonobe/j5_components_exp
- Owner: FelipeMonobe
- Created: 2016-07-24T15:20:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T01:05:58.000Z (almost 9 years ago)
- Last Synced: 2025-05-17T12:14:44.563Z (about 1 year ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Arduino + J5] Arduino components experimentation with Javascript's Johnny-five library https://github.com/rwaldron/johnny-five. Examples were highly based on J5's samples.
---
##Components:
- ~~**16x2 LCD Display:** Text display to output messages;~~
- ~~**Ultrasonic Distance Sensor:** Distance-aware device;~~
- ~~**9g TowerPro SG90 Micro Servo:** Angled or linear position motor;~~
- ~~**NTC Temperature Sensor:** Tempareature-aware device;~~
- ~~**LDR Light Sensor (Photoresistor):** Light-aware device;~~
- **Tilt Vibration Sensor:** Orientation-aware device;
- ~~**Passive Buzzer (piezo):** Sound emitter;~~
- ~~**Green and Red LEDs:** Light components;~~
- ~~**RGB LED:** Light component with color and brightness control;~~
- ~~**10KΩ Trimpot Potentiometer:** adjustable resistor control;~~
- ~~**Push-button Switch:** 2 position state switch;~~
- **3-way Switch:** 3 position state switch;
##Auxiliary components:
- **Uno R3 Board**
- **USB Cable**
- **830 Point Protoboard**
- **Male-male Jumper Wires**
- **40 Pin Bar**
- **Ceramic Capacitors (10nF, 100nF)**
- **Electrolytic Capacitors (100uF)**
- **Resistors (330Ω, 1KΩ, 10KΩ)**
###Status:
- **Pending**
- ~~Done~~