←back to thread

263 points chaosprint | 2 comments | | HN request time: 0.001s | source
Show context
hackingonempty ◴[] No.45755007[source]
PIO is great but the competition has working silicon and SDK for all of the common peripherals while RP gives you crappy example code. Want to connect to an audio codec with I2S? Almost every MCU has this built in but for RP2040/RP2350 you'll have to roll your own production quality version from a demo that only shows how to send. Years after release.
replies(4): >>45755912 #>>45755926 #>>45759855 #>>45760562 #
1. einsteinx2 ◴[] No.45760562[source]
Maybe totally my fault for being dumb, but the ESP32 has an I2S peripheral and after days combing through docs and web searches I never actually got it working, mostly because it seems to have been barely documented and its usage was by twiddling magic registers etc. I’d say personally some nice example PIO code that I can actually read through, understand, and modify for my needs is actually better…
replies(1): >>45765649 #
2. hackingonempty ◴[] No.45765649[source]
> I’d say personally some nice example PIO code that I can actually read through, understand, and modify for my needs is actually better…

I agree and that's why its disappointing RP still provides half-baked examples instead of real working implementations of the common peripherals other manufacturers are supporting.