Skip to content

DIY device I made using an Arduino Uno and some free time

Notifications You must be signed in to change notification settings

dv1x3r/fan-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Fan Display

Prototype lol

DIY device I made using an Arduino Uno and some free time. Device was resurrected with brand new refactored firmware (a lot of time passed from the moment this device was originally created).

sketch.ino - Arduino Sketch. outputArray contains binary image to be displayed.
img2bin.py - Python Script. Converts image to the outputArray format.

Each LED owns his own bit in int value (1led=1; 2led=2; 3led=4 e.t.c.). Sum of active bits is the value of vertical line to be displayed in one time unit.
Phototransistor checks for the new lap and triggers the controller using interrupts.

  • Proof that this one actually works:
    Oops. Image was here

  • Photo
    Oops. Image was here

  • Schema
    Oops. Image was here

About

DIY device I made using an Arduino Uno and some free time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published