I think I understand how the #RP2350 memory is mapped. If I missed something, let me know! #RaspberryPi #RaspberryPiPico
Upgrade your computer with LEDs, buttons, or sensors to control a microcontroller board over USB from your web browser
https://www.makerspace-online.com/controlling-microcontrollers-over-usb-with-the-web-serial-api/?utm_source=mms
#microcontroller #Arduino #RaspberryPiPico #ESP32 #USB #API #CircuitPython

Believe it or not this is wireless!

#EmbeddedSwift #RaspberryPiPico

I made some progress on the Beat Bike!

The magnet mounted on the wheel passes a reed switch which is sensed by the control box (with a Raspberry Pi Pico) and then triggers the drum machine to step through the programmed sequence.

Still a lot of work to do, mostly mounting everything onto the bike, and some more code to write, but the proof of concept is all good.

#bikeTooter #music #arduino #raspberryPiPico

Not working quite yet, but the Pico Debug Probe is so much easier than manually wiring up a second Pico. The backtrace seems to suggest there's a crash when the WiFi stack tries to use an async context, but I’m just following the examples, so I'm not sure what the issue is.

Seems unlikely that calling the C methods from Swift would be causing a problem, but I really don't know how the Pico async stuff works

#RaspberryPiPico #EmbeddedSwift

Just one more debugging probe, then it’ll work…

#RaspberryPiPico #EmbeddedSwift

Making progress with embedded #Rust! I’ve got I2C and USB serial working now on my #RaspberryPiPico. The Pico HAL works pretty well, once you get used to it. #embedded #microcontroller #programming #rp2040
Airfrog Wireless Debugging - The Oasis BBS

Airfrog Wireless Debugging updates ARM MCU firmware, edits memory, and adds Wi-Fi telemetry—all live and without system downtime.

The Oasis BBS

TIL you cannot do a TLS request in embedded rust or no_std that checks the server certificate. And that the raspberry pi pico wifi HAL does not support setting a source MAC address. One of those two is an easy fix =)

#RustEmbedded #RustLang #TIL #embassy #RaspberryPiPico #cyw43 #EmbeddedTLS #reqwless