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

Results 273 pico-examples issues
Sort by recently updated
recently updated
newest added

Hi, I'm new here. While reading in the low level example for USB I found that in line 337 there might be bug. Windows asks for the string with index...

Since I wanted to learn FreeRTOS and lwIP in combination on the RP2040, I compiled the "Pico-W FreeRTOS iperf server" example. The access point I used is another Pico-W running...

I've been hacking on a personal project - one that uses the Pico to control [TI's INA260 Integrated Circuit](https://www.ti.com/product/INA260) voltage/current/power monitor. The project is coming along reasonably well, and I'd...

Some of the examples only really "work" if you can see the output. But by default we enabled UART which means you have to own a USB adapter. Maybe we...

enhancement

# Refracture `dht.c` Example - improve functionality - add constants for: - Timeout Error - Checksum Error - Read OK This code is adapted to the Pico c files and...

This PR introduces functionality for temperature monitoring and LED control on a Raspberry Pi Pico W using MQTT. The key features include: Temperature Monitoring: Reads onboard temperature using the ADC....

I refactored and expanded the mpu6050_i2c example. This adds new functions for MPU6050 features and clarifies existing ones. It also refactors the example into an MPU6050_i2c library and main.c. There...

**Description:** This PR introduces interrupt handling in the flash_ssi_dma example to enhance the stability of flash operations on the Raspberry Pi Pico. Based on insights from Kevin Boone's article (https://kevinboone.me/picoflash.html)...

See https://github.com/bluekitchen/btstack/issues/550#event-13213206797

Hi, sorry for asking for help here. But could you maybe give me a hint if there is a way to reuse the TLS_CLIENT_T_ from the example so it does...