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

This brings IPv6 up to the point where - Link local address is configured - Router Solicitation is sent - Router Advertizement is received and used to configure IP addresses...

I ran into a problem with using Arduino-Pico and RF24 radio library. I was using some code I developed using Arduino-mbed under platformIO that works fine for the target Arduino...

waiting for feedback

Hi everyone, i'm using a RP2040-Zero from waveshare [https://www.waveshare.com/product/raspberry-pi/boards-kits/raspberry-pi-pico-cat/rp2040-zero.htm](url). If i try to upload the code, even a simple "hello word" over serialUSB, nothing happens after the flashing is completed....

Insert a stub app that will check for work to be done, and if so do it. If no work to be done, jump to original app. Uploads, including password...

Hi trying to use the example of FimwareUpdater for WiFiNINA I have the following error, it seems with the Serial3 port, I have tried to declare it but I get...

Problem: I use mpu6050 sensor and raspberry pie Pico development board. I can make sure the wiring is correct. However, the same code can run on Arduino uno and esp32,...

waiting for feedback

There is a problem with Serial data transfer with Adafruit_TinyUSB. Data goes to PC only on even loop iteration, odd iteration values are stored and concatenated. Tested with Arduino 1.8.15...

Hello Earle, your codebase looks really great. Do you have a plan to adjust it for Platformio? i.e. adding board definition and platformio-specific packages/platforms?

help wanted
platformio

Addresses and resolves https://github.com/earlephilhower/arduino-pico/issues/861 by adding two function helpers for basic hardware watchdog access and one function for entering low-power sleep (WFE) mode. cc @earlephilhower

@earlephilhower The Pico SDK provides [hardware_watchdog](https://raspberrypi.github.io/pico-sdk-doxygen/group__hardware__watchdog.html) support. Is this avaliable in Arduino Pico? Would be useful for Raspberry Pico W projects for hardware reset/reboot. If not, I'd be OK with...