Close
0%
0%

Stylish!

A most stylish wearable music synthesizer!
A real stylus based monophonic music synthesizer built into a giant trucker belt buckle!

Public Chat
Similar projects worth following
Conceived as a piece of premium swag for the MAGwest convention, "Stylish!" investigates how cheaply one can make a real, useful monophonic, digital (virtual analog) music synthesizer! Borrowing the stylus-based keyboard from the venerable Stylophone, and adding complete synthesis features like multiple oscillators, filters, envelopes, vibrato, etc. that are fully adjustable so that you can make your own sounds! It may even end up with a step sequencer and drum loop!
Let's bring real music synthesis to the masses, stylishly!

Entries for the Hackaday Prize are required to disclose the licensing terms of all of the software used in the project. 

This project is licensed under the Creative Commons 4.0 Share Alike Non-commercial Licence.

This project includes the Mozzi audio library, which is also under this license and this it is required.

This project also uses the Arduino IDE, which is licensed under LGPLv2.1.

This project also uses STM32Duino libraries and utilities for supporting STM32 Blue Pill boards.

These libraries include ST-Microelectronics Driver Code licensed under the BSD 3-Clause License, middleware licensed under the MCD-ST Liberty SW License, and the Apache License.

Stylus Keyboard.pdf

An early concept, before it turned into a belt buckle.

Adobe Portable Document Format - 73.01 kB - 09/01/2018 at 10:03

Preview
Download

MAGSynth Block Diagram.pdf

An early and probably obsolete design document.

Adobe Portable Document Format - 33.65 kB - 09/01/2018 at 10:03

Preview
Download

  • 1 × STM32F104C8T6 "Blue Pill" development board
  • 2 × 40x1 angle pin header 2.54mm pin pitch For mounting the "Blue Pill" board to the SMD pads on the back of the board.
  • 1 × XPT8871 Amplifier Chip, SMD If you don't use a separate XH-M125 board,
  • 1 × 470uF Capacitor, SMD If you don't use a separate XH-M125 board,
  • 1 × 100 Ohm Resistor, SMD If you don't use a separate XH-M125 board,

View all 19 components

  • Fix for audio problems

    T. B. Trzepacz11/21/2023 at 07:55 0 comments

    So, I handed the belt synth to my friend Brandon to see if he could figure out the strange audio issue with the LED making noise in the speaker.

    His solution was to isolate the audio section ground from the rest of the circuit.

    You can do this by cutting the traces on the GROUND (battery) side of C1 on both sides of the board so that they don't connect anything, and then running a bodge wire to the exposed conductive pad at the back of the amplifier chip (the exposed rectangle with the 6 vias on the right of the board, when you are looking at the front.)

    You also cut the connection between C4 and GROUND (battery) so that the only connection is to the back of the potentiometer terminal 1.

    It seems odd, because the ground at the amplifier is still connected to the battery by a longer route, but somehow this seems to work.

    I have a nice picture of what to do, but I keep getting "Unknown Error"  trying to upload it, so I can't show it.

    Anyway, I've updated the KiCAD schematics and PCB on my system, so I'll probably try to test them before making them public.

    I wonder how to specify the bodge wire in the PCB tho?

    Does anybody know what the best way to cut traces on a PCB is? I have ~60 to correct...

  • Submitted to the DigiKey "Making Tech At Home" Contest

    T. B. Trzepacz05/13/2020 at 20:56 0 comments

    I'm kinda way behind on project logs, but I submitted this project to the DigiKey "Making Tech At Home" contest, since, well, I'm making them at home right now.

    Since all the files are on GitHub, anybody else can make one too. You may think "Oh, it requires a fancy PCB and all sorts of surface mount parts from China!" but really, all you need is a blue pill (STM32F103C8T6) board, and maybe an LED ring or LED strip with WS2812B parts in it.

    The whole thing was designed to be fairly modular, and was originally prototyped with a blue-pill, an LED ring, and the cheapest amplifier board on AliExpress, and early board revisions (see the history on GitHub) actually have pin connectors for those parts.

    But even if you just have the STM32 blue-pill board, you can still make a playable synth pretty easily:

    You can replace the PCB + stylus "keyboard" with a bunch of switches, or even recode to use a keyboard from something else, using a keypad library or something. The only strange thing with the keyboard is that there are a couple of diodes so that you can use the last button (pad)  to trigger two buttons at once, which was a poor man's way of multiplexing and getting one more button in.

    While I have an elaborate low pass filter to eliminate the PWM noise, you can literally just attach it to a headphone jack or amplifier input and it will probably sound OK, since those things can't reproduce frequencies in the PWM range anyway. 

    You can power it through the USB port on the blue-pill board and skip the batteries and extra diodes.

    Again, the LEDs can be replaced with just about any commodity WS2812B LED ring or LED strip.

    Basically, the software is the synthesizer, and with the code from this project, any Blue Pill board can become a valid synthesizer.

    Since it is based on Mozzi, you could probably even run it on a Teensy or Arduino Duo with a little effort. Patch storage / writing would probably have to be reconfigured, but most other platforms have some persistent memory for storage and don't require you to write to the Flash as I have done.

    And that is why I think this is appropriate for the DigiKey "Making Tech At Home" contest. One microcontroller, and you can basically make a completely usable, programmable synthesizer. 

  • Stylish prototype melted! LED ring lost! Worst Thursday EVAR!

    T. B. Trzepacz11/03/2018 at 12:24 2 comments

    I lost the LED ring somewhere between the Supplyframe Design Lab and 23b Shop in Fullerton.

    Then, having returned home late, I accidentally left Stylish on the car seat and it melted in the heat of the day! Oh noes!

    Worse, I need it to show off at Hackaday Superconference, as I won an award for it!

    Well, Friday is a lost cause. It does still work, so I brought it, but it looked terrible!

    I can reprint it, but it takes 27 hours! What to do?

    Well, the back is still vaguely shaped correctly, so if I just print the front, it might be OK. That's only 8 hours...

    Ok. And Alex Whittemore volunteered to print the back, so I sent them the link for the files for that, although I imagine it won't be done before he has to leave for the show, so I won't get it til Sunday in any event.

    But what to do about the LED ring?

    Well, there ARE traces on the PCB to solder it on directly, but two of the LEDs traces were kinda messed up, so I used the external ring instead.

    Well, nothing to it but to do it. I soldered all of the WS2812B RGB LEDs to the board, using lots of bodge wires to fix the places where the traces were incorrect.

    It took some debugging, as there was one bad LED in the bunch that had to be replaced, and I had to wire one LED completely floating in the air...

    It can still be a little finicky, and the last LED has some strange extra colors in it, but it's good enough for show!

    I also have a spare of the white part of the LED bezel, although I don't have the TPE part. I can reprint that Saturday night.

    So I should have something decent for tomorrow's show.

    Which is in just a few hours! I should sleep!

  • Prototype cleanup!

    T. B. Trzepacz10/25/2018 at 13:23 0 comments

    So, the prototype was looking pretty decent, but it still had some noticeable holes around the LED ring, power switch, and the amplifier board.

    Also, the belt synth should probably have a way to mount it on your belt.

    I know, right?

    So anyway, I spent a night doing CAD and 3d printing stuff.


    I made the LED ring cover with flexible TPU/TPE/Ninjaflex filament . This allows me to have the cover flex to get around the ring and have some indents to lock the board and bezel in.

    Printed the bezel in "natural" PLA filament. It turned out that all of the soldered vias on my homebrew 16 LED ring were pushing it up, so I ended up printing it again. That one also didn't fit, so I ended up going at it with nippers until it kinda fit. 

    I also needed a cover for the amplifier board.

    So I designed that.

    I also needed to make an end for the switch and a plug for the hole in the case for the switch that is too big.

    Hey, look here is a thing! This makes it sound like I didn't spend my entire working day on this. Rest assured that I'm STILL working on it.

    Those colors sucked, so I reprinted in colors that match the existing case.

    For some reason, the blue is less snug than the natural, so I had to use the natural white version of the switch.

    But hey, I promised you a belt mount. Well, It kinda takes awhile to print, so you'll have to wait, but here is a cool render.

    Anyway, see it Thursday at the Hackaday Meetup!


  • "Diva Plavalaguna" Achievement GET!

    T. B. Trzepacz10/24/2018 at 12:38 0 comments

    While I slog through boring bits like writing code and cleaning up the PCB design, it was nice to discover that the project got another accolade in the Hackaday Prize contest: the "Diva Plavalaguna" Achievement: You've built a musical item so unexpected it blows everyone's mind."

    High praise indeed!

    They like me! They really LIKE me!

  • V0.2 PCB design completed! Parts order pending.

    T. B. Trzepacz10/17/2018 at 13:46 0 comments

    I've finally completed the V0.2 PCB design!

    This version includes :

    • a USB port (USB B, because I hate all of the smaller USB jacks).
    • a headphone jack.
    • a new power switch that switches both power and ground, batteries properly in series.
    • diodes to allow batteries and USB to be attached at the same time and let the unit be powered by USB.
    • a fix for the lack of pins for the MODE button.
    • capacitors on all of the WS2812B RGB LEDs.

    Whew!

    Here is a lovely 3d render. Note that it shows all thru-hole components mounted in most places, but rest assured that I actually have an option for surface mount parts for manufacturing. The thru-hole parts are used in the 3d render because those are larger and the case needs to be constructed around them because they are going to be harder to fit.

    Back side of the board shows the new capacitors on the LEDs, and the USB and headphone jacks. 

    The USB port and headphone jack are optional; they can be removed to get the price down, although saving a dime seems silly here.  Note that there is a little extension on the board for the headphone jack; that is because I now know that the boarder on the case is going to be at least 7mm, and it sticks out from the PCB so that the jack won't be recessed too far inside the case. Likewise, the edge location of the USB port.

    Also, the batteries have been moved as far to the left and right of the board as possible, and all of the amplifier circuitry has been moved out from behind the batteries. Mostly, this makes it possible to mount the batteries to the PCB if one is using it without a case.

    Finally, all of the battery and speaker connectors have been changed to vertical pin headers to make them a little easier to fit; there were a lot of problems before with the speaker connection getting stuck under the bezel

    I've also prepared a parts order for AliExpress that I have posted  for approval. I hope to get that order out by tomorrow. 

    While I wait for parts, I'll be getting back to working on the software.

  • A winner is me! Top 20 in Hackaday Prize Musical Instrument Challenge!

    T. B. Trzepacz10/17/2018 at 02:58 0 comments

    YaY! A winner is me!

    Thank you everybody who "Like'd" "Stylish: The Trucker Belt Buckle Synthesizer" !

    There is still a lot of work ahead!

    If anybody hasn't "Like'd" it on the Hackaday site, please do so! Besides the (remote) possibility of placing in the top 5 of the Hackaday contest, there is still the chance for $5k in the Tindie manufacturing contest which judges on the 24th!

    Because Stylish is designed to be a manufacturable product, and also a kit, I think I have a much better chance at this one than many of the other entries that are meant as a one-off, or are too big for the Tindie store.

    So I'm gonna keep pushing on this!

    Go for SOLITAR!


    https://hackaday.com/2018/10/16/these-twenty-projects-won-the-musical-instrument-challenge-in-the-hackaday-prize/

  • Needed a 3d model for the new power switch. Wasted an evening.

    T. B. Trzepacz10/16/2018 at 14:07 9 comments

    I like having 3d models for PCB parts so that my 3d board renders will be accurate. I found a lovely switch on AliExpress (which I still haven't even placed the order for) and decided that I needed a model. But the internet didn't cough one up, so I wasted a whole evening and got it done. 

    This was made possible by the fact that they did include a very nice drawing of the part and some decent pictures.

    I could have made a simpler model.

    I could have done without.

    But I had to do it.

    And I had to do it right.

    I don't know what that says about me.

    EDIT: 
    The component is here on AliExpress. It is listed as "YT2024Y MSS22D18 MINI Miniature SMD Slide Switch 2P2T 6Pin ".  

    I made the 3d model available on Pinshape here, but Pinshape seems to be focused on 3d printer stuff, so they won't take STEP files, which makes it kinda useless for KiCAD. So I put it in the GitHub for the project here.

    FURTHER EDIT:This switch is crappier than I thought and kinda fell apart on me.

  • Puzzling out power

    T. B. Trzepacz10/16/2018 at 06:35 0 comments

    This project is powered by AA batteries. Normal, non-rechargable AA batteries. But I'd also like to attach it to USB for stuff, and draw power from there when it is so attached.

    So, the worry is that USB power will back-bias the batteries and they will eventually leak or explode. That would be irresponsible. So I should probably do something about that.

    Now, the easiest option is to simply use a 3 position switch, which has one direction for battery power, and one for USB power. But that's confusing, and I'm not sure what happens when you are attached to USB but on battery power. I don't want to do stuff that blows up computers USB ports, either.

    Now there are plenty of solutions that provide all sorts of protection for circuits against voltage spikes, reverse polarity, etc. Some of the protection chips alone are $2.50-$5, tho, and whole board solutions from Adafruit are $10+. This project is shooting for a $10 price point for the whole thing, so the price points on that kinda stuff aren't really reasonable! And many of those parts just can't be sourced easily in China, where the PCBA happens. If it isn't on AliExpress, I can't use it!

    So, I'm looking at a bare minimum solution that adds a few pennies to the design and doesn't impede performance. 

    The simplest transparent option seems to be to put a diode in series with the battery and the power in, and another on the USB side. 

    But I'm a n00b. What kind of diode?

    I really had no idea, so I got in the Hackaday.io Hack Chat and talked to Al Williams and Jez Boxall. Al pointed out some useful articles ( 12) and suggested a Shottky diode with a low VR .  After some looking around, I found the 1n5822 Schottky diode on AliExpress for barely over a penny! Al had decamped by this point, but Jez seemed to think the specs were in range for this project. Second opinions are good!

    I also found a lovely set of articles on the topic of polarity protection which seemed to be in the right direction for what I was doing.

    I finally decided to use a diode on the positive side of batteries, and on the positive side of the USB plug to prevent backflow from batteries. Adds 2.1 cents to the design; I think they client will accept it!

    Next thing to do is to order parts and wire it up!

  • 3d print of V2 case!

    T. B. Trzepacz10/11/2018 at 12:34 0 comments

    The 3d printer finally coughed up the finished print of the V2 case! It snaps together very nicely, and screws can be added for increased solidity.

    From the front, it looks very similar to the V1 case, but you might notice a much larger bezel around the bottom of the keyboard, an indentation over the buttons, and the thru-hole parts for the PWM are now covered with a little bump.

    The plastic under the banana plug socket had a tiny hole in it due to a very thin feature that I tried to patch with extra plastic and a soldering iron, but just ended up making it worse. 

    The USB port hole awaits a connector! On the real one, if this appears, it will probably be optional and perhaps differently located. Currently, you have to attach the USB cable directly to the microcontroller inside the case, which means I have to disassemble it to work on software every time. This should solve that.

    The speaker mount got a redo as well, but because of some unintended relations in the model, it screwed up the rest of the model, so I had to revert all of that work. I can still get this part from the history, but having it attached to the rest of the design intent is not really possible unless I redo it.

    I had also started on a bezel for the LED ring before I discovered this, so all of that work is gone as well. 

    I finished updating the schematic to reflect the changes I made to the board with bodge wires and cut traces, but I keep crashing KiCAD when I try to reroute the PCB to match.  I've downloaded a new daily build of KiCAD, and will try to install it soon and see if it helps.

    Now that the contest entry has met requirements, I'm hoping to slow down a little and get my sleep schedule (as well as various health issues) back in order, so work may be a little slower.

    The whole case was mainly made for "dog-and-pony" purposes; the project wasn't really ready for that, but contest deadline was Monday, so being pretty is good. I intend to finish up the beautification with the USB port and the LED ring cover, and maybe do something about the amp board that sticks out, but after that I intend to finally get back to the code.

    In the code, the state machine for the UI is being written, but because of the massive debouncing required to make this thing work, that system needs to be tweaked to accommodate the different needs of playing the piano keyboard vs touching UI buttons.

    For example, when tracking the piano keyboard, if the user moves to a new key by sliding the stylus, you want to go to that immediately... unless it is a key you just left, because you might be sitting on the boundary between keys. In that case, you want to wait for it to be stable. But on the buttons, you want to wait a good long time for stability. Probably the best thing to do is to have them trigger on stylus UP, but then you think the user will be confused if they touch the thing and nothing happens. So buttons need a LONG debounce period, and states for both stylus down (update LEDs with solid color change) and stylus up (LEDs flashing in current "state color" to reflect a need for further input.)

    This also applies even to synthesizer systems like the envelope generator state machine. Since the keyboard needs low latency, a "trigger" for envelope needs to start immediately on key down, but then debounce heavily any key up.  This could potentially be done in the envelope generator by having "attack" reassert itself from whatever the current volume level is if there is a momentary off due to stylus motion. This works better with envelopes that are only "attack-decay" than with full ADSR tho, so this might not be an option after all.

    Anyway, it's code that is in the middle of being written, but I'm in CAD land for a few more days...

View all 35 project logs

  • 1
    (DIY PCB Only) Solder all vias

    If you milled or etched your own board, it won't have plated through vias. Put a small bit of wire in each via and solder both sides of the board.

  • 2
    Solder processor pin header

    Use some perfboard to make sure the pins are straight, and double check by putting the processor on top of that. The right angled pins on the bottom should face away from each other. Make sure pins don't overlap PCB traces, especially if you milled your own board and have no soldermask. Solder all pins, but it will probably go easier if you solder the ends first.

  • 3
    Solder processor onto pin headers or solder female headers onto processor as desired.

    You can either solder the processor in permanently, or else put female headers on it first. If you want the headers, just place them on top of the pins you just soldered and follow the instructions from there.
    Place the processor on the pins in such a way that, if the speaker hole is above it, the debugging connector is on the left, and the USB connector is on the right, and the reset button and jumpers are facing you.

View all 12 instructions

Enjoy this project?

Share

Discussions

ytub006464 wrote 12/15/2023 at 22:25 point

That's surely a most elegant board layout. Hats off to you, mainly for that mad presentation video And Cutest layout Resso Music App. https://theressoapk.com/

  Are you sure? yes | no

James Newton wrote 11/21/2019 at 21:48 point

REALLY loving my PCB! Thanks for hooking me up. Is there a place with the /text/ (not image) of the parameters is listed so I can make a little label to remind myself how to edit the sounds? When you burn through all these PCBs, you might add a little board label with that data. But then I guess most people will use theirs inside the case. I just like the PCB. 

  Are you sure? yes | no

James Newton wrote 11/22/2019 at 19:08 point

Maybe the patch_params enum is a good starting point:
https://github.com/softegg/Stylish-Trucker-Belt-Synthesizer/blob/master/src/Stylish/Stylish.pde#L105

I'm going to label the "keys" on my board with this:

OSC1 WAVE
OSC1 NOTE
OSC2 WAVE
OSC2 NOTE
NOISE
DETUNE
ATTACK
DECAY
SUSTAIN
RELEASE
FILTER Q
FILTER FREQ
LFO WAVE
LFO FREQ
LFO RAMP?
PWM?
FILTER ENV
PITCH ENV
PWM ENV?
NOISE ENV
FILTER LFO
PITCH LFO
VOL LFO
PWM LFO?
LFO_NOISE
//BALANCE (No key available)
Does that seem right? Matches the doc except for the "*FUTURE*" in place of the ones with ?

  Are you sure? yes | no

T. B. Trzepacz wrote 11/23/2019 at 13:22 point

The enum was in accordance with my plans, and some of those plans have not yet been implemented, hence "FUTURE".

I reserve the right to change the order and arrangement of the parameters at any point in the future, so if you ever plan on reflashing as I implement new revisions, I would suggest not doing anything too permanent.

I've been considering moving the modulation adjustments to after their modulators so that they would be easier to find. For example, putting all of the ENV adjustors after DECAY and all of the LFO adjustors after LFO_RAMP.

I've also been considering a scheme to add more parameters by breaking up each parameter into bitfields. So you might have the first 4 keys of OSC1_WAVE select the waveform, and then the rest of the keys to select the octave, instead of them being mixed as they are now.  This would enable me to cram some additional flags in, maybe to turn on a ring modulator, or oscillator sync parameters. Of course, this might expand the memory footprint of the patches a bit, but as I'm using 400 bytes out of 1k, I think I've got some room.

There is ever the temptation to make it more powerful, but that would also make it more complicated and more obtuse. Perhaps simple is better?

I had an idea of making a cardboard "programming overlay with a hole for the keyboard and buttons in it that you could fold over the synth and clip to the belt clips in the back that would label all of the parameters without need to modify the enclosure permanently.

I also had an idea for a separate "programming terminal" which would plug into the USB port and give you a more detailed parameter display, and maybe add some programming knobs for faster programming. But it is pretty simple as it is.

Right now, all my energy is going into trying to design a usable injection mold.

  Are you sure? yes | no

James Newton wrote 12/01/2019 at 03:28 point

Thanks for the advice, I understand you may change it. I wrote the labels on in pencil on the black solder mask. Shows up pretty well (sometimes have to tilt a bit to get the right reflection) and can be erased. 

  Are you sure? yes | no

3mrrrx wrote 10/09/2018 at 00:58 point

Rock on Brother! \00/ 

  Are you sure? yes | no

Jan wrote 10/08/2018 at 15:49 point

That's really a most stylish board layout. Hats off to you, especially for that mad presentation video haha

  Are you sure? yes | no

T. B. Trzepacz wrote 10/09/2018 at 15:23 point

Thanks!
I tried to do something kinda funny, but I was soooo tired!
I had spent the entire night trying to get the thing into shape for the video and was really tired and out of time to get it in before deadline, so it was somewhat rushed. In fact, the first version mis-rendered and I had to re-upload it! 

I'm really hoping to place in the contest so that I get some money to finish development, and getting the support of Tindie would be great too!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates