-
I'm trying to run the l2cap_file_client.py and l2cap_file_server.py examples from https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble on my Pico-W. I'm currently ru…
-
When I try to submit a file, create a new script and press on submit, the website crashes and I am not able to open it again. I have to unplug my raspberry and plug it again. I am using a raspberry pi…
-
### The problem
I upgraded ESPHome from 2024.2 to 2024.6 for a Pico W with the Sonoff SI7021 sensor. Measurement always fails after the upgrade; after a rollback to 2024.2, it works fine again.
It…
-
The fix from [here](https://stackoverflow.com/a/38917888/1429266) was to add a link tag:
```
html = """
Pico W
Pico W
```
-
The named pins feature for supporting external pins requires the definition of `machine_pin_ext_init` and various other functions for configuring, setting and getting external pins.
This feature is…
-
Hi,
i am quite new to Raspberry Pi programming and also RC. I have a Raspberry Pi pico W and wanted to use your MicroPython solution, but with a CC1101 module (https://www.amazon.de/Funkmodul-RUIZHI…
-
First reported here: [Pico W ENOMEM error when using PIO - Raspberry Pi Forums](https://forums.raspberrypi.com/viewtopic.php?t=338158).
A program that uses PIO (such as the example code: [micropyth…
-
I currently have two pico ws, one configured as a HOG Host, and one configured as a HOG Device, using code very similar to the hog keyboard hog host examples.
If i connect the device over bluetoot…
-
ESP 32 Camera? where to find?
[its possible to connect this camera to the PIco W...](https://medium.com/@ste.tuveri/raspberry-pico-robot-with-2-esp32-cam-and-distance-sensor-wifi-and-ap-72d7373b2aa…
-
### Describe the Bug
Hi, I'm trying to create a keyboard with trackpoint module for myself.
I've got the PS/2 trackpoint module and use Raspberry PI PICO (RP2040 MCU) to test my QMK firmware.
I'…