johndoe31415 / tiny26noise

A brown-noise generator using a PRNG on an ATtiny26 which gets progressively quieter over time

Repository from Github https://github.comjohndoe31415/tiny26noiseRepository from Github https://github.comjohndoe31415/tiny26noise

tiny26noise

Very simple example of how to use an ATtiny26 to create brown(ish) noise. The amplitude also gets progressively quieter over time until it shuts off after about 20 minutes entirely. It uses minimal parts and a R2R-network as a DAC on port A.

License

GNU GPL-3.

About

A brown-noise generator using a PRNG on an ATtiny26 which gets progressively quieter over time

License:GNU General Public License v3.0


Languages

Language:C++ 64.7%Language:C 31.4%Language:Makefile 3.9%