Iron Man is an attempt to reproduce the first version of Iron Man hart using NeoPixel ring for my son.
To build the hardware I've used a stripboard of
Just open the project with Platform IO and you are ready to make your changes and upload it.
The project is making use of the famouse FastLED library to managing the Neo Pixel ring. The only present effect for now is the hartbeat
and is built with no-blocking in mind. This because the device has a button to control the colors of the ring.
.
├── extras
│ ├── pcb-full.jpg
│ ├── pcb-side-1.jpg
│ ├── pcb-side-2.jpg
│ ├── sketch.jpg
│ └── sketch-mirrored.jpg
├── include
│ ├── IronMan.h
│ └── README
├── lib
│ └── README
├── platformio.ini
├── README.md
├── src
│ └── IronMan.cpp
└── test
└── README
- Kicad files
- Improve readme
- improve images