https://github.com/vinzdef/concrete-sign
A concrete sign, moving letters managed with arduino
https://github.com/vinzdef/concrete-sign
arduino making nodejs physical servo
Last synced: 27 days ago
JSON representation
A concrete sign, moving letters managed with arduino
- Host: GitHub
- URL: https://github.com/vinzdef/concrete-sign
- Owner: vinzdef
- License: unlicense
- Created: 2018-03-01T13:27:38.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-01T18:32:56.000Z (over 8 years ago)
- Last Synced: 2025-03-31T07:30:29.474Z (about 1 year ago)
- Topics: arduino, making, nodejs, physical, servo
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concrete-sign
A concrete sign, where chalk letters are moved using Arduino and servos.
This repo contains code and material for an experiment I'll be building, made out of chalk letters installed on servos and synced via Arduino.
___
#### How to run
You need an arduino board with [`Frimata`](https://www.arduino.cc/en/Reference/Firmata) flashed on it to run this code. (Can be done trough the default IDE)
Install deps: `npm install`
Run the code: `node ./index.js`
You will be presented with a REPL that has a `letters` array in scope, which contains instances of [`Letter`](https://github.com/ghzmdr/concrete-sign/src/Letter.js). These can be used to move the servos.

___
#### Current Stage:
- Prototyping:
+ I'm exploring how I could manage the servos via code and which circuitery is needed.
**Deliverable**: At least 2 letters in scale made out of cardboard.
___

___