Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinrobertbrooks/peako-light-prototypes
Logic prototypes for mjpeakeART's Time Pieces 💡
https://github.com/colinrobertbrooks/peako-light-prototypes
arduino bootstrap4 react recharts
Last synced: about 2 months ago
JSON representation
Logic prototypes for mjpeakeART's Time Pieces 💡
- Host: GitHub
- URL: https://github.com/colinrobertbrooks/peako-light-prototypes
- Owner: colinrobertbrooks
- Created: 2019-02-11T01:38:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:04:19.000Z (about 2 years ago)
- Last Synced: 2023-02-27T03:32:23.959Z (almost 2 years ago)
- Topics: arduino, bootstrap4, react, recharts
- Language: JavaScript
- Homepage: https://colinrobertbrooks.github.io/peako-light-prototypes
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peako Light Prototypes
Logic prototypes for mjpeakeART's [Time Pieces](http://mjpeake.com/time-pieces).
## Development
`$ yarn start`
## Tests
`$ yarn test`
## Build
`$ yarn build`
## Boilerplate
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## References
### Arduino
[Arduino IDE](https://www.arduino.cc/en/main/software)
[Learning C for Arduino](https://mrwilde.com/wp-content/uploads/2018/03/Learning-C-for-Arduino.pdf)
### Relays (I/O)
[Use an Arduino and Relays to Control AC Lights and Appliances](https://makezine.com/projects/arduino-relays-high-voltage/)
### Triacs (Fade)
[Installing Additional Arduino Libraries](https://www.arduino.cc/en/guide/libraries)
[RBDDimmer Library](https://github.com/RobotDynOfficial/RBDDimmer)
[RBDDimmer Usage Example](https://github.com/austincastro/hydroponics/blob/074846c5ee88568d48e403ae625cd39d4aa94d56/Thesis/Unit%20Testing/Unit_9_Light_Dimmer/Unit_9_Light_Dimmer.ino)