Forked from Sam Zeter
Work in progress -> Revision 0.6.1
My first project to get back to electronics and learn something new along the way. This repository is for the documentation of my journey to a fully functional analog synthesizer and may help other people to build one too.
This is my first electronics project for a long time and I decided to build the Music From Outher Space - Noise Toaster, because of the great documentation and the book 'Make: Analog Synthesizers' by Ray Wilson.
This repository contains all the files necessary for building the Noise Toaster, including the synth's PCB.
If you intend to create your own PCB, simply compress all the files located in the 'PCB/Gerber Files' directory into a .zip file and upload it to the PCB manufacturer of your choice.
In the directories 'classic design' and 'alternative design' (yet to come!) are all files to build the case of the Noise Toaster.
For the front panels, I also created PCB designs, which you can upload to a manifacturer. Furthermore, there are CAD files and technical drawings (yet to come!) in the folders.
The 'src' folder contains additional files which might be helpful.
.
│
└── MFOS-NoiseToaster/
│
├── 'src/' → additional files and images that might be helpful for your own build
├── 'classic design/' → all files to build the classic Noise Toaster case
│ ├── 'CAD/'
│ │ └── '.FCstd' → FreeCAD files for the build
│ └── 'front panel/'
│ └── KiCAD files for front panel PCB → .zip this Geber files for the manufacturer
├── 'PCB/'
│ └── 'Gerber Files/' → .zip this directory for upload to the manufacturer
│ │ └── *.gbr
│ └── 'Noise Toaster PCB.kicad_pcb'
│ └── ... → all files for the circuit diagram
├── 'Bill of Material/'
│ └── 'BoM checklist.md'
│ └── 'interactive BoM.html'
├── README.md
└── TODO.md
└── licence.md → CC-BY-NC-SA
- Musik From Outer Space
- MFOS - Noise Toaster - Dokumentation
- Ray Wilson - YouTube Channel
- MFOS Noise Toaster Presentation - Video by Ray Wilson
- Noise Toaster in action - Video by Ray Wilson
- Make: Analog Synthesizers by Ray Wilson