-
I have observed that the Raspberry Pi Pico W has enabled Bluetooth support following an update in June 2023. It appears that this functionality could potentially be used to create a Bluetooth version …
-
**Describe the problem you have/What new integration you would like**
I would like to see MQTT client support for ESPHome on the Raspberry Pi Pico W platform.
The existing MQTT client only…
-
On Raspberry Pi Pico W, sockets are broken when started in a thread.
Here is a minimal broken code, hanging on socket `accept` (at best 1st call works):
```
from machine import I2C, Pin
import net…
-
### Operating System
Linux
### Arduino IDE version
Arduino 2.3.2
### Board
Raspberry Pi Pico (FQBN: `rp2040:rp2040:rpipicow:usbstack=tinyusb,ipbtstack=ipv4btcble`)
### ArduinoCore version
https…
-
Hello,
I would like to use zig with pico sdk.
I try to reuse your code but I do not succeed.
I expect that your build.zig has been written for linux because it uses a "find" command that is not s…
-
### The problem
The transistor Q1 came off after a soldering mishap. The board now fails to boot with an ESPHome image. The board still works with an arduino image and connects to wifi with micropyth…
-
> Please provide a clear and concise description of the bug along with logs
## What are the steps to reproduce this issue?
1. Run the code via "run" command after successfully connected to pico
…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Problem
I really am not going to buy a new arduino (i have nano) just to make a project like this, please let …
-
### The problem
The build of the RPi Pico W firmware fails as soon as I add the `service` section in the `api` section.
Without the `service` section I have no problems.
The `service` section was…
-
I know this is probably not very supported so I don't expect much, but I was hoping to be able to develop using the meson build system as I'm a lot more familiar with it. Meson has a module to build c…