- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 12 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
DIY a Tiny Single-PCB Synthesizer
If you’re thinking of getting into DIY synths, the mini-TS could be your ticket in.
Built by Janostman, the mini-TS pushes the limits of completely stripped back sound synthesis. The adorable synth shares the same basic sound-generation firmware with his previous TinyTS, but features a lot more keys (2 octaves), an OLED, and MIDI in/out, while taking away some of the knobs.
The keyboard is made of copper pads placed over a ground plane, and the code does simple capacitive-sensing to discern whether they’re being touched or not. You can also grab a mini-TS and fiddle around with the code – which is open source – to get even more creative. Or you could just take the code and make a less refined version for yourself with a cheapo Arduino and some copper plates.
Anyone with PCB layout practice could get a clone worked up in an afternoon, although it’s going to be cheaper to get these made in bulk, and you’re probably better off just buying one from Janostman.
Features of the mini-TS:
- Clickable rotary encoder and 128×32 graphic OLED display for parameter entry.
- 2 Phase Distortion DCO’s with Detune
- 1 DCF Peak with ENV Modulation
- 1 DCA with AR-Envelope
- CV/Gate 1volt/Octave output.
- 2 CV Inputs
- 1 Stereo Audio Output
- PCB pads for MIDI Rx & Tx signals.
- The stereojacks are TRS-type and have CV inputs on the ring.