aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 14e59a0cde99596d8a02d0272119675e52ac6272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Stickman-Costume
This was made for a halloween-costume. The code runs on an attiny85, mainly to be able to dim the lights down.

# Usage
- Upload the code to the attiny
- Solder together the board
- Make the costume
- Have fun!
## Operation
- Hold button `SW2` to change brightness/ pwm frequency.
- Click button `SW1` to go through the modes.
## Modes
1) `Static` This is just a static PWM-signal of the set frequency.
2) `Slow Strobe` This is a very slow blinking strobe effect.
3) `Medium Strobe` This is the same strobe effect, just a tad faster.
4) `Fast Strobe` This is the strobe effect in it's full glory!

# Schematic
![Schematic](https://raw.githubusercontent.com/JakobST1n/Stickman-Costume/master/StickmanCostume.png)
`R2` and `R3` should be around __1K__.