I've been looking for a way to approach embedded audio for the Gullsonix range...aka the DIY MIDI controllers I've been working on. I've thought for some time that Daisy Seed by Electrosmith was probably the best option, but the coding knowledge was beyond me.
However...there's an easier way to get started with Daisy programming, via "DaisyDuino", which adopts an Arduino-like approach. This isn't as flexible or efficient as coding directly in C++, but it's a way in, and probably good enough for me.
To make it even more accessible, there's "Synthux Academy", with original Daisy hardware, code and tutorials aimed at beginners. After picking up a Simple Touch on eBay recently...and then being gifted a year's free subscription by the nice people at Synthux...I decided to have a go with Daisy for the first attempt at embedded audio.
Now, Daisy Seed is just a chip. And there are boards you can plug it into like Electrosmith's Pod, or the Simple Touch by Synthux, but these have a load of stuff I don't want...additional pots, sliders, buttons and I/O that just gets in the way.

I just a want a headphone socket, basically. I just want to be able to plug a pair of earbuds into my Midihex controller like you can with a Dualo or a Striso.
So I decided to create my own board called the Daisy Bud. This would present a 3.5mm stereo headphone socket and Daisy's USB connector outside the case. On the inside, it would have an 8x2 pin header for connections to things like Teensy, power, pots/buttons, anything else I might want to add later...and most importantly, a serial MIDI connection, so the Teensy can play it like a soundcard.
(The Daisy might be powerful enough to do everything on its own, but it's conceptually simpler and more reliable for me to use Teensy to read the controls and just use Daisy for synth playback. Also, the Teensy 4.1 in this controller is continuously scanning 103 Hall-effect keys and using the results to make note velocity calculations, so it's already quite busy.)
I contacted an electronics designer on Fiverr who I've worked with on a couple of previous projects, and described what I wanted in simple, vague terms; pretty much what I've written here. I also included a highly detailed technical diagram that they requested.

The Daisy has line-out built in, but I wanted a headphone circuit, and suggested copying the one from the Pod.
https://daisy.nyc3.cdn.digitaloceanspac ... d_Rev5.pdf
I'm planning to get these manufactured by JLCPCB, but they pointed out that the TPA6110 used in that design wasn't available for assembly...

https://jlcpcb.com/parts/componentSearc ... xt=TPA6110
...but they identified an alternative, the TPA6111A2DR, which they said they could use instead.
I said, great! Oh, and can you include a MicroSD card reader like the Pod. And add this gull logo.
"No problem."
Cost was £80. Currently waiting to see what they come up with. As you can see, being an audio tech entrepreneur these days is pretty tough.















