PicoADK-Firmware-Template icon indicating copy to clipboard operation
PicoADK-Firmware-Template copied to clipboard

🎵 🎹 Firmware boilerplate for the RP2040 powered PicoADK Audio Development Board. Build your own stand alone synthesizers! Includes all nuts and bolts (FreeRTOS, USB MIDI, Vult DSP, Hardware Plumbing...

Results 10 PicoADK-Firmware-Template issues
Sort by recently updated
recently updated
newest added

I've seen the example video from Floyd Steinberg where he claims that the dsp.vult can be replaced with any other example (noise, sine). This might work for software simulation of...

in the sample ``` for(int y=0, i=1; y>=0; y+=i) { ssd1306_draw_line(&disp, 0, 31-y, 127, 31+y); ssd1306_draw_line(&disp, 0, 31+y, 127, 31-y); ssd1306_show(&disp); sleep_ms(SLEEPTIME); ssd1306_clear(&disp); if(y==32) i=-1; } ``` only one line...

* I2S: Functional * PSRAM: Functional * Serial: Needs initialization on custom pins (Arduino-Pico needs to put this into master) * MIDI: Functional * SDIO: Work in progress, needs porting...

docs/hvcc to track work