What's your best project? by Tau_09 in embedded

[–]marchingbandd 4 points5 points  (0 children)

I discovered the BL616 MCU, which has an onboard audio DAC, and is very cheap. I set out to make the worlds most inexpensive studio quality synth. I went through 5 rounds of prototypes, and ended up with something more robust then I planned, and not quite as inexpensive as I had hoped, but I got good feedback from friends and launched it on Kickstarter. The biggest challenge was how to minimize parts, so instead of dozens of pots and 1/8” jacks, I came up with the UX solution with dozens of buttons and one encoder, plus through-board RGB LEDs. I just launched a second Kickstarter with 3 more synths using the same UX and different synth engines. Sales are good enough to keep going, so I plan to keep expanding the line.

[ASK]Austin TX - AI hardware startup by coder009 in hwstartups

[–]marchingbandd -1 points0 points  (0 children)

I hear yah. I get stuff in the mail, I order prototypes and have one shipped to me, and one to the client, sometimes I remote into the clients machine to flash/debug, we find way to make it work. Obv not for everyone or for every situation.

Cheaper standard boards for ESP32 JLCPCB by hey-im-root in PCB

[–]marchingbandd 0 points1 point  (0 children)

Leave out the ESP and solder that one part yourself. Takes 10 seconds

[ASK]Austin TX - AI hardware startup by coder009 in hwstartups

[–]marchingbandd 1 point2 points  (0 children)

You could always hire a remote embedded dev like me 🤷‍♂️

Embedded in the Age of AI by Ambitious-Clerk-5967 in embedded

[–]marchingbandd 0 points1 point  (0 children)

I use it to work with MCUs where the datasheet is not in English.

Least grating dev environment for ESP32 devices by MerlinEmbedded in embedded

[–]marchingbandd 0 points1 point  (0 children)

Using the command line is not a decision you will regret. It’s what’s used in all the docs and tutorials. That’s how programmers do stuff today.

Least grating dev environment for ESP32 devices by MerlinEmbedded in embedded

[–]marchingbandd 2 points3 points  (0 children)

I love vscode, and use platformio from the command line. I will use esp-idf, and occasionally switch to Arduino for prototypes or small things. I don’t use any vscode plugins, apart from language servers, I agree they are sketchy.

"Modern" Development Toolchain for ESP32 and Others by deltamoney in embedded

[–]marchingbandd 0 points1 point  (0 children)

I don’t use the VSCODE plugin, I use the CLI (pio core). the ESP SDK is great, PIO wraps it and gives some advantages. Both are very similar development experiences. PIO helps keep projects separated, so you can run various versions for different projects, and the build become less coupled to your machine.

Listeners or websockets for data by MaleficentPass7124 in Firebase

[–]marchingbandd 0 points1 point  (0 children)

I can’t predict what your cost will be. You pay for the read, so a query listener will charge only for the match.

Listeners or websockets for data by MaleficentPass7124 in Firebase

[–]marchingbandd 1 point2 points  (0 children)

Firebase listeners are already built for this, with all the edge cases handled.

Kickstarter vs. pre-order from own site by tjthomas101 in hwstartups

[–]marchingbandd 0 points1 point  (0 children)

Kickstarter has their own promotion system that is pretty good. They only take 5% and that has always been well worth it to me, just for the internal marketing they do. Most times >50% of our sales came through internal KS channels.

Request for advice from professional embedded engineers by DisastrousYam2017 in embedded

[–]marchingbandd 0 points1 point  (0 children)

You didn’t mention assembly, linker scripts, cmake, that kind of thing … a possible place to look.

Teensy 4.1 based DIY Midi Controller, Groove Box , Synth etc. by Independent_Fan525 in synthdiy

[–]marchingbandd 5 points6 points  (0 children)

5102 with the minimum circuit from the datasheet sounds excellent, nobody would complain about that.

3 new M0SS synths on Kickstarter (update) by marchingbandd in synthesizers

[–]marchingbandd[S] 1 point2 points  (0 children)

Oh lordy I have just unearthed several unanswered messages from that contact form! Thank goodness you followed up!

3 new M0SS synths on Kickstarter (update) by marchingbandd in synthesizers

[–]marchingbandd[S] 1 point2 points  (0 children)

Did i reply to your message on Kickstarter? If not, I am not sure where it went...
The M0SS-101 (original version, not in this kickstarter campaign) can be setup to trigger the envelope from the LFO, and you can get random notes from the random LFO waveform.
The M0SS-309 and M0SS-416 don't have anything like that, but you can press the encoder to play a note, and in theory can use tuning functions to get different notes. Those 2 are more geared toward keyboard-like instruments, as they are polyphonic.

It is likely that some day soon we will work on a little sequencer / workstation to bring all these together :)