Skip to content

Simple emulation of IronMan hart using ATTiny85 and FastLed library

Notifications You must be signed in to change notification settings

sallemi-iot/IronMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple emulation of IronMan hart using ATTiny85 and FastLed library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published