-
Probably my fault, but the s3 feather with psram is not keeping the co2 data updated, seems like it's logging erroneously too, this is the bootup and I've never seen so many connected messages between…
-
I created quick a test harness to verify UART communications between 2 Pico's:
https://github.com/chrisckc/TestHarness-UART
It is based on the SPI master-slave example from the Pico examples repo.
…
-
The following code works on a stock Rasberry pico w firmware, but on v.1.19.5 pimoroni pico w firmare (pimoroni-picow-v1.19.5-micropython.uf2) an import error occurs:
`import network`
`import secr…
-
I haven't been able to get a VL53L5CX breakout to work with either a Pico W or Pico using both 1.19.2 or 1.19.1 releases.
I'm using the MicroPython examples taken from https://github.com/pimoroni/p…
-
Is there an issue with the pico W micropython firmware? Trying to run a pico unicorn with a new pico w and can't import picounicorn. It works on older firmware but I need network support.
-
Hi!
I just wanted to let you know what the PID:VID of the new Pico W (AKA PiCow): 2e8a:f00a
[Raspberry Pi Pico W](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.htm…
-
**Describe the problem you have/What new integration you would like**
Mainstream support for RP2040
Here is a list of things that have not be written or tested:
- [x] esphome/esphome#32…
-
## What are the steps to reproduce this issue?
1. New install of extension
2. try to open the "All commands"
## What happens?
- Error-windows with "command 'picowgo.listCommands' not found"
#…
-
I'm starting with a project I wrote with Arduino IDE in Linux Mint I'm porting - going from non-wifi Arduino environment to RPi Pico W in hopes of enhancing the way continuous real-time data will be s…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.2-9-g5192082e6 on 2022-10-16; Raspberry Pi Pico W with rp2040
Board ID:raspberry_pi_pico_w
```
### Code/REPL
```python
import…