arduino-pico icon indicating copy to clipboard operation
arduino-pico copied to clipboard

Raspberry Pi Pico Arduino core, for all RP2040 boards

Results 49 arduino-pico issues
Sort by recently updated
recently updated
newest added

When using the WiFiServer while using FreeRTOS to repeatedly accept a new connection it eventually at a seemingly random time (usually 1-10 minutes with a new connection every 3 seconds)...

Hello, is it possible to make wizphy_setphypmode() accessible? I would like to switch from EthernetGeneric driver to lwip. But with some switches (e.g. cisco) there are problems with auto sense....

enhancement

Re our discussion at https://github.com/earlephilhower/arduino-pico/issues/2032 and my experiments with high throughput TCP and UDP traffic. I have memory to spare but I can't currently use it for larger IP stack...

enhancement

Hi, I'm trying to use Bluetooth LE together with the Adafruit TinyUSB library. When initializing the Bluetooth stack first, this breaks the USB code. I've narrowed it down to the...

waiting for feedback

When using pluggable discovery, the `arduino-cli` tool expects `boards.txt` files to list device identification properties like USB VID and PID in [`boardname.upload_port.N.{vid,pid,...}` properties](https://arduino.github.io/arduino-cli/0.19/pluggable-discovery-specification/#board-identification). There is [compatibility logic](https://github.com/arduino/arduino-cli/blob/141c3430baf7776d23a498918265e92a5ad3a84d/internal/arduino/cores/packagemanager/loader.go#L311) to convert old...

### Discussed in https://github.com/earlephilhower/arduino-pico/discussions/2149 Originally posted by **rpineau** May 7, 2024 Fisrt some background : I have a system where a "rotator" Arduino Due controls an observatory dome and a...

Hello, Is possible to add a option menu flag, to change from ARM (M33) to RISC-V (Hazard3) ? EX: cmake -DPICO_PLATFORM=rp2350-arm-s -DPICO_BOARD=pico2 .. cmake -DPICO_PLATFORM=rp2350-riscv -DPICO_BOARD=pico2 .. Thanks, VS

enhancement

I've tried to use the Listfiles-USB sketch from the examples, works quite well. Except the `plug()`-callback is not invoked. Tried to print the `driveConnected` in the loop, but always reports...

waiting for feedback

It is not explained anywhere that unlike official Arduino mbed cores, you need to prepend D before number for digital pins. Another rather large difference is that servo PWM ranges...