Maximilian Gerhardt

Results 567 comments of Maximilian Gerhardt

Sad, I missed the 3 year anniversary of this unresolved issue by two months. :(

Push! Segger has release 8.10a of the software. ([community post](https://community.platformio.org/t/can-the-segger-j-link-software-be-updatet/43588)).

Powering it from the actual 3V3 pin with my power meter gets the current to 869µA @ 3.3V, which is less Watt than 750µA @ 5V (3750µW vs 2870µW).. so...

Still a draft, need to test the sleep mode (instead of dormant) plus testing on RP2350. Also fixing the CI (the copy of the board jsons from Arduino-Pico into the...

Closing until this is being reworked from this base.

Does the `SerialPIO` class do 8-times oversampling and a majority-vote for the bit value or does it capture the bit once at the time it thinks the bit should be...

Maybe a way to debug this is to modify the PIO program to also toggle GPIO pin whenever its read the bit from the line, and compare that to the...

How is your Pico W board powered? Maybe by a power bank, that shuts off if not enough current is pulled after some time?

Interesting, I'm replicating this error on a Pico W on Windows 10 with a much simpler sketch: ![grafik](https://github.com/user-attachments/assets/0980ab97-1228-401f-867b-cdf5e4d708c6) ```cpp #include #include void setup() { KeyboardBLE.begin(); // Start Bluetooth HID delay(5000);...

Nope, https://github.com/earlephilhower/arduino-pico/blob/master/libraries/rp2040/examples/Bootsel/Bootsel.ino runs into the same error. Let's what the nRF Connect app says-