Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peregin/led-cube
LED cube controlled by Arduino microcontroller
https://github.com/peregin/led-cube
arduino arduino-microcontroller cube dartlang led led-cube
Last synced: about 1 month ago
JSON representation
LED cube controlled by Arduino microcontroller
- Host: GitHub
- URL: https://github.com/peregin/led-cube
- Owner: peregin
- Created: 2013-11-28T19:16:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T10:16:52.000Z (over 7 years ago)
- Last Synced: 2023-07-31T14:59:03.225Z (over 1 year ago)
- Topics: arduino, arduino-microcontroller, cube, dartlang, led, led-cube
- Language: Dart
- Size: 7.69 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LED Cube controlled by Arduino
The project is about building a LED cube with size 4x4x4, which is then controlled by an Arduino microcontroller.
I've spent so much time with wiring and soldering, I though will never end.
Lesson learned, use prototyping board only when you have a few (meaning max 5) components to wire together.![cube](https://raw.github.com/peregin/led-cube/master/docs/cube-with-motion.jpg "Cube 4x4x4")
The code for triggering the LEDs in the cube is written in Sketch. Was really fun to debug hardware and software as well :)
## Schematic
The original schematic drawn by hand![schematic](https://raw.github.com/peregin/led-cube/master/docs/schematic-by-hand.jpg "Schematic")