Size: 795
Comment:
|
← Revision 10 as of 2023-01-27 08:17:27 ⇥
Size: 2163
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
The '''`PollySynth 16`''' is a simple synthesizer with a capacitive keyboard for input. It will use the 8038 function generator for output | The '''`PollySynth`''' is a simple synthesizer with a capacitive keyboard for input. It has '''2''' instances. |
Line 3: | Line 3: |
== Todo / Ideas == | The box is based on Printbus' improved generic box and also uses and WarrantyVoider's rounded corners and nophead's polyhole libraries for OpenSCAD. I'm quite proud of the battery holder, the most complicated thing I created from scratch so far and it worked right away! |
Line 5: | Line 5: |
* Design and etch/cut the keyboard for notes * buttons or sliders for pitch and volume * Keyboard controller * case |
The box fits a 10x5cm copper plated PCB glued to the lid, a speaker, a small pcb with a battery charge controller, on/off switch and audio jack output. The brains of the whole thing is a Arduino Nano. It is powered by an 18650 battery that also prevents the copper plate from being pushed in. Software is by Joe Marshall who happened to have created it for the very same reason I did. http://www.cs.nott.ac.uk/~pszjm2/?p=605 The case was printed by my friends MarchGut and the assembly, design etc at my favourite place of all, DevLoL Hackerspace. == Features == * Keyboard cut from simple copper pcb * custom designed |
Line 10: | Line 16: |
* amplifier | |
Line 13: | Line 18: |
== Progressbar == | == the case == |
Line 15: | Line 20: |
`[X·········]` | Based on a [[http://www.thingiverse.com/thing:643264|design by Kevin Buehner]] which itself is an improvement from [[http://www.thingiverse.com/thing:28608|David Pye's design]]. With holders for speaker, battery and a small pcb. |
Line 17: | Line 22: |
* proof of concept for keyboard | Dowload it here: https://github.com/DevLoL/pollysynth/tree/master/box <<arnica(album=False, columns=3, sort_by=date, show_text=1, thumbnail_width=320)>> == Future changes == * Fix small issues with case * Wire headphone output * Improve input, needs some caps * Remove calibration from software and use a poti instead * Replace battery charger with an improved one * Find on/off swith in larger quant and a way to fix it better * buttons or sliders for pitch and volume |
Line 21: | Line 38: |
* exactly what I need http://www.cs.nott.ac.uk/~pszjm2/?p=605 inspiration |
|
Line 22: | Line 43: |
* exactly what I need http://www.cs.nott.ac.uk/~pszjm2/?p=605 | |
Line 27: | Line 47: |
CategoryProjects · CategoryCurrentProject | CategoryProjects |
The PollySynth is a simple synthesizer with a capacitive keyboard for input. It has 2 instances.
The box is based on Printbus' improved generic box and also uses and WarrantyVoider's rounded corners and nophead's polyhole libraries for OpenSCAD. I'm quite proud of the battery holder, the most complicated thing I created from scratch so far and it worked right away!
The box fits a 10x5cm copper plated PCB glued to the lid, a speaker, a small pcb with a battery charge controller, on/off switch and audio jack output. The brains of the whole thing is a Arduino Nano. It is powered by an 18650 battery that also prevents the copper plate from being pushed in.
Software is by Joe Marshall who happened to have created it for the very same reason I did. http://www.cs.nott.ac.uk/~pszjm2/?p=605
The case was printed by my friends MarchGut and the assembly, design etc at my favourite place of all, DevLoL Hackerspace.
Features
- Keyboard cut from simple copper pcb
- custom designed
- 18650 battery with charging module
- speaker
the case
Based on a design by Kevin Buehner which itself is an improvement from David Pye's design. With holders for speaker, battery and a small pcb.
Dowload it here: https://github.com/DevLoL/pollysynth/tree/master/box
Future changes
- Fix small issues with case
- Wire headphone output
- Improve input, needs some caps
- Remove calibration from software and use a poti instead
- Replace battery charger with an improved one
- Find on/off swith in larger quant and a way to fix it better
- buttons or sliders for pitch and volume
Weblinks
exactly what I need http://www.cs.nott.ac.uk/~pszjm2/?p=605
inspiration
lib for the input https://github.com/PaulStoffregen/CapacitiveSensor
(optional) a beatbox http://sandsoftwaresound.net/arduino/arduino-lo-fi-beat-box/