Shutout to all the Mr. Robot fans out there .
The inspiration of this project came from the 8th episode of 1st season of Mr. Robot (S01E08) . The person who had the meeting with eliot about the hack (white rose), wore a very strange device which beeped after every 1 minute passed .
I’ve made a better version of this device using components for no more than $5 . This device vibrates for 1 second after every 2 minutes.
The parts needed for this build are :
- attiny 13a / attiny85 / attiny45
- Mini vibrating motor .
- a coin cell battery .
The tools needed are :
- Usb asp programmer ( Other programmers will work too !)
- soldering iron
- jumper wires .
- A working brain (obviously!)
Procedure :
Software Side :
- Follow this tutorial for your attiny 45/85 here .
- If you are using attiny 13a(like me) follow this tutorial.
- Download the code from here . {ITS JUST A BLINK SKETCH WITH TIME ADJUSTMENTS 🙂 }
Hardware Side :
- Connect you usb asp (or any other programmer) to attiny like this :
- :VCC > VCC(PIN8)
- GND > GND(PIN4)
- SCK > SCK(PIN7)
- MISO>MISO(PIN6)
- MOSI>MOSI(PIN5)
- RESET>RESET(PIN1)
- I made a small socket for easier wiring and programming .
- After connecting upload the code to your attiny.
- After you have successfully uploaded the sketch remove the attiny from breadboard .
- After removing take your vibration motor and solder its one leg to pin 3 of attiny and the other leg to ground like this :
- Solder reset pin the vcc to prevent auto reset.
- connect the coin cell battery to attiny like this :
- after completing use electrical tape to seal the whole deal like this :
- The Battery lasted a week in my test with an average (inexpensive) coin cell battery.
- I believe that some minor code improvements can make the battery last for months and even years.
- I will post the code improvements later on this site so stay tuned !
Now with the time management accurate down to two minutes you can take down your own steel mountain 😉
Advertisements