Sylwester

Results 71 issues of Sylwester

### Operating System Linux ### Board Raspberry Pico ### Firmware examples/device/midi_test with modifications ### What happened ? When trying to add multiple MIDI ports, the device will enumerate, but aconnect...

Bug 🐞

I've made a board which uses the STUSB4500 and trying to flash it with a Arduino Duemilanove with SoftWire Wire(A0, A1) but it fails. ``` Press 'f' to flash the...

Change the define to support the PJRC Teensy 3.x

I have created the PicoDSP and some DSP boards around the easily available RP2040 MCU. Here is my sample code (using Vult currently instead of Faust) https://github.com/DatanoiseTV/RP2040-DSP-FreeRTOS-Template It would be...

When I set my 5020 to 10V, it will only change around 15s later. All functions, including function generator seem delayed. If the function generator is started, turned off 5s...

This is an initial step at adding ArtNet support. I've successfully tested 128 LEDs (RGBW) via IP running at 100 FPS. Message packing could be done in a nicer way,...

I am currently having trouble with RF24 to get the RP2040 to wake up from dormant mode. It sucessfully received one packet and then stops receiving. Only resetting the MCU...

question

It would be fantastic to have bitstream export support with the right pinmapping for doppler. https://github.com/dadamachines/doppler/blob/master/hardware/doppler-quickstart_print.pdf https://github.com/dadamachines/doppler/blob/master/hardware/dadamachnes-doppler-schematic.pdf

At this point, the vultc generates a mix of C and C++. C doesn't support references, therefore on my platform (RP2040) the compiler complains: ``` n file included from /home/syso/dev/pico-project-generator/i2s-codec-demo/i2s-codec-demo.c:11:...

I'm running Vult generated code on my ESP32, but internal RAM is limited to 520K (minus WiFi Stack etc), so in order to use more, I need to use dynamic...