-
I am new to the pico, but I remember running into an issue in using a Pico-W and micropython where the LED is no longer connected to the rp2040 so the blink examples for the base Pico didn't work for …
-
I have issues using Elm Cham's fatfs to mount pico's uf2 disk and figure out that Boot sector doesn't include FAT signature 55-AA at offset 510. Current implementation has FAT signature at MBR which …
-
I compiled sigrok and pulseview based on your fork. Everything is working great, except that I've noticed that I get crashes after renaming channels. For example, I open pulseview with this command:
…
-
### Port, board and/or hardware
rp2 port with RP2350B
### MicroPython version
v1.24.0-preview.461.gb8227a3f7.dirty
### Reproduction
Connect a quadrature encoder to any pair of GPIO pins…
-
I’ve got 2 data files :
table.bin (283 bytes)
configuration.bin (64 bytes)
if I do
picotool uf2 convert -o 0x10001000 table.bin pico.uf2
picotool uf2 convert -o 0x10002000 configuration.bin pic…
-
I'd like to pass an object into the subscriber_callback method via reference. I've tried couple different trials but couldn't figure out. Does microros_raspberrypi_pico_sdk support this feature?
``…
-
## Issue template
- Hardware description: Raspberry Pi Pico
#### Steps to reproduce the issue
I clone the micro_ros_raspberrypi_pico_sdk library and try to run the following command in the c…
-
https://www.adafruit.com/product/6087
-
I encountered a race condition in the I2C Slave: https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_i2c_slave/i2c_slave.c#L56-L79
If there is active traffic on the bus from th…
-
On my Raspberry Pi Pico W using the latest SDK, trying to use the library leads to crashing the CPU – execution just hangs, and the chip doesn't do anything else. Here's my project that reproduces the…
cshaa updated
3 weeks ago