https://github.com/maximecb/avr-annoyance
Device using an Atmel microcontroller to produce high-pitched screechy noises at random, unpredictable intervals.
https://github.com/maximecb/avr-annoyance
Last synced: over 1 year ago
JSON representation
Device using an Atmel microcontroller to produce high-pitched screechy noises at random, unpredictable intervals.
- Host: GitHub
- URL: https://github.com/maximecb/avr-annoyance
- Owner: maximecb
- Created: 2012-12-29T18:45:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T21:50:17.000Z (over 10 years ago)
- Last Synced: 2025-03-21T06:04:55.631Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 265 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AVR-Annoyance
=============
Device producing screechy high-pitched noises at random intervals, similar to the "Annoy-a-tron".
This device is powered by an inexpensive ATtiny microcontroller.
Parts required (total value less than $2):
- ATTiny85 or ATMega8/16/32 microcontroller
- 1x 1uF capacitor
- 1x 10K resistor
- 1x 2N2222 transistor
- 1x speaker 8 to 30 Ohms
- 4.5V to 6V battery (2xCR2032 batteries work)
- Wire to make connections
Software requirements:
avr-gcc
avr-libc
avrdude
To compile the code, type:
make build
To program into your microcontroller, type:
make fuse
make flash
Testimonials from unwilling, annoyed users:
> "What's that sound!?"
> "Maybe it's the printer"
> "I once spent half an hour looking for it, couldn't find it"
During tests, the device was able to operate for over two months drawing power
from two 3V CR2032 batteries connected in series. After two months of
operation, a battery voltage of 4.0V was measured with a 100Ohm load.