pico-examples
pico-examples copied to clipboard
Original ws2812_parallel example seems to crash pico2 immediately. Through trial and error I removed the call to sm_config_set_set_pins in ws2812.pio (line 80) rebuilt and everything now runs as expected. The...
https://github.com/raspberrypi/pico-examples/blob/7e77a0c381863be0c49086567e7f1934d78ac591/freertos/hello_freertos/hello_freertos.c#L176
Adds an example of Pico 2 W OTA update Requires raspberrypi/pico-sdk#1969
I suggest on elaborating more on the pico-examples/bootloaders/encrypted example. As far as I dug into the documentation this example might become a reference implementation for those with the need to...
Writing 80h to PWR_MGMT_1 register results in the MPU to restart in sleep mode. Instead 00h shall be written. As shown below: ```c static void mpu6050_reset() { // Two byte...
Hi, I defined a new key and updated the otp.json file (according to https://github.com/raspberrypi/pico-examples/pull/536). I wrote the new key to an unused page in otp, and it showed that the...
Add a note on how to write the AES key to OTP to the encrypted bootloader readme - prompted by #552
### Description: **Summary:** This Pull Request adds example code demonstrating how to use a 4x4 keypad with the Raspberry Pi Pico using C. The provided example aims to help users...
👋 while regression test picotool 2.0.0, found some `overlapping memory ranges` errors for [hello_usb](https://github.com/raspberrypi/pico-examples/blob/master/hello_world/usb), [blink](https://github.com/raspberrypi/pico-examples/blob/master/blink), and [blink_simple](https://github.com/raspberrypi/pico-examples/blob/master/blink_simple) the error is below: ``` $ picotool info hello_world.uf2 ERROR: Found overlapping memory...