https://github.com/danielesteban/usynth
The world's smallest/cheapest synthesizer
https://github.com/danielesteban/usynth
Last synced: about 1 month ago
JSON representation
The world's smallest/cheapest synthesizer
- Host: GitHub
- URL: https://github.com/danielesteban/usynth
- Owner: danielesteban
- License: gpl-3.0
- Created: 2013-02-10T14:20:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-19T07:54:24.000Z (over 13 years ago)
- Last Synced: 2025-11-09T07:15:21.801Z (9 months ago)
- Language: Arduino
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
µSynth
======
The world's smallest/cheapest synthesizer
**Parts List:**
- 1x ATtiny84 Microcontroller
- 1x 74HC595 8-Bit Shift Register
- 2x 10KΩ Potentiometers
- 1x Dip Switch
- 1x Photoresistor
- 9x 10KΩ Resistors
- 8x 20KΩ Resistors
- That's it!
**Features:**
- 2 Synths. 4 Square waves each. 8 Bits. 8 Khz.
- Independent Pitch/Chainsaw/Scale selection
- Multiple control options combining the pots and the photoresistor.
- Rocking Electro Sound for ~10$ ;P
**License:**
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the [GNU General Public License](https://github.com/danielesteban/uSynth/blob/master/LICENSE)
along with this program. If not, see .