-
https://www.raspberrypi.com/products/raspberry-pi-pico-2/
-
This came up in the SDK forum, where @kilograham asked for a pico-feedback issue, so that it can be better documented.
https://forums.raspberrypi.com/viewtopic.php?t=376508&sid=19c9d2fc64cb0e6ba4d4…
-
This may be something I don't grok about how the UART and the wifi chip interact. Here's the setup NOT using wifi:
I have a PicoProbe connected to SWD and to UART0 (GP0 and GP1). Anything I print…
-
### Description
As the new RP2350 chip now supports partition tables (5.1.2 in the datasheet) and writing to them for A/B versioning and more, this should be supported by micropython.
It could be im…
-
### Description / Steps to reproduce the issue
On Pi Pico W board with Pi Pico SDK 2.0, setup a system with working flash SmartFS file system and USB console, e.g.,
./tools/configure.sh -l raspber…
-
Hello,
I am trying to compile source code, but it don't work.
By the way, I don't see sdk C definition in .PIO ASM files.
https://github.com/raspberrypi/pico-examples/blob/master/pio/hello_pio/…
-
### Description / Steps to reproduce the issue
1) On Pi Pico W board with Pi Pico SDK 2.0, setup a system with working flash SmartFS file system and without SMP, e.g.,
./tools/confi…
-
ヒューマノイドロボットの制御を組込みソフトウェアで行うことを目的に、Rustを用いた制御用組込みソフトウェアの勉強を記録していく。
参考にする・してるサイト
[pico関連&セットアップ&はじめの一歩](https://qiita.com/ochaochaocha3/items/1969d76debd6d3b42269)
[Rust組込み入門](https://tomoyuki-nakabay…
-
Sorry to have to ask, but I've got some doubts about my approach:
I need to use the `sleep` and/or `dormant` mode for an *off-grid* Pico project. I plan to use a [RV-3028](https://www.microcrystal…
-
### Port, board and/or hardware
Raspberry Pi Pico WH
### MicroPython version
MicroPython v1.24.0 on 2024-10-25; Raspberry Pi Pico W with RP2040
### Reproduction
Attempt following code, both w…