Size: 1340
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. | 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 17: | Line 22: |
{{attachment:20161222_092547.jpg|case v1.1 with 18650 battery|width=400}} {{attachment:20161222_092611.jpg|slots on each end of the battery holder to fix little metal clips|width=400}} {{attachment:20161222_092634.jpg|nude battery holder close up|width=400}} |
Dowload it here: https://github.com/DevLoL/pollysynth/tree/master/box |
Line 21: | Line 24: |
== Progressbar == | <<arnica(album=False, columns=3, sort_by=date, show_text=1, thumbnail_width=320)>> |
Line 23: | Line 26: |
`[XXXXXXXX··]` | == Future changes == |
Line 25: | Line 28: |
* proof of concept for keyboard * https://www.youtube.com/embed/VS9mnLH0Z-Q first protoype using Joe Marschal's code |
* 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 31: | Line 38: |
* exactly what I need http://www.cs.nott.ac.uk/~pszjm2/?p=605 inspiration |
|
Line 32: | Line 43: |
* exactly what I need http://www.cs.nott.ac.uk/~pszjm2/?p=605 | |
Line 37: | 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/