Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.8 KB

README.md

File metadata and controls

70 lines (52 loc) · 1.8 KB

Preface

Iron Man is an attempt to reproduce the first version of Iron Man hart using NeoPixel ring for my son.

Requirements

Hardware setup

To build the hardware I've used a stripboard of

Sketch

PCB Side 1

PCB Side 2

PCB Full

Build or edit firmware

Just open the project with Platform IO and you are ready to make your changes and upload it.

How does it work?

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.

Project tree

.
├── 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

TODO

  • Kicad files
  • Improve readme
  • improve images