Sylwester

Results 92 comments of Sylwester

> 1. I have never tried multiple MIDI, however string index for interface cannot be 1,2,3 since those are already used for manufacturer, product string. If you dont have any...

Now flashing was successful, but even though my USB PSU supports PD and is able to negotiate 15V or 20V with other devices, it fails to negotiate: Schematic: https://imgur.com/pJCw2jW

I can confirm that trying to program an ESP32 via the pico-uart-bridge is failing. Is there any solution yet?

@davidmoreno It is possible to bundle it with a custom image, but I am not sure if it is a good idea. I would prefer the way of an installer...

There has been some work done, maybe you can take a look? https://github.com/perexg/picoprobe-sump Also, it might be worth looking into the protocol used by DSLogic. DSview as a GUI is...

Yes, but I am not sure where to start best. The RP2040 doesn't have a floating point unit, so all the calculations should be done using fixed point calculations. Vult...

Is there any update on this? I am working on a project that could largely benefit from v8 and porting it later on would be a bit of a pain.

I have the same issue, but adding your #ifndef doesn't fix the white screen for me.

I can try it. No, everything stays the same and no disadvantages found so far (also, not possible to brick it). Todo for that would be: - Static binary with...

@davidmoreno You could use this lib for mDNS-SD https://github.com/gocarlos/mdns_cpp Also, there is no python on the mpc, so rtpmidid-cli needs to be reimplemented in C/C++ (or better, extend rtpmidid with...