-
I'm running RPI_PICO_W-20240105-v1.22.1.uf2 on a picoW at 5V and getting slightly higher numbers (33mA-30mA) for the active/sleep/lightsleep parts but the dormant section drops to only 12.5mA. It is v…
ravra updated
9 months ago
-
### The problem
When using the wifi_info sensor, the information reported is erroneous and causes regular board reboots
### Which version of ESPHome has the issue?
v2022.12.0-dev and v2022.11…
-
[X] I have read the Troubleshooting section of the ReadMe
## What type of issues is this?
[X] Request to support a new module
[ ] Bug or problem compiling the library
[ ] Bug or issue wi…
-
I want to post data from sensors over HTTPS in JSON format, and ideally, also using MQTT.
This seems very difficult with the C API, but is trivial with the `urequests` API in MicroPython.
On the…
a-h updated
11 months ago
-
### Discussed in https://github.com/TeamOpenFIRE/OpenFIRE-App/discussions/14
Originally posted by **l3giona1re** August 22, 2024
**Request**: Save custom pin mapping and have option to upload …
-
I'm currently working with the [Wiznet W5500-EVB-PICO](https://www.wiznet.io/product-item/w5500-evb-pico/). For those who aren't familiar, it's essentially a Raspberry Pi Pico and a [Wiznet Ethernet H…
-
I am trying to make a pair of bluetooth headphones with the pico w and the MAX 98357A I2S AMP if anyone knows what code i should use plz tell me, I have tried both A2dp by raspi and joba, i've tried…
-
I am trying to use a Pico W as a webserver.
I am running the following standard sample code:
```python
import network
import socket
import time
ssid = 'xxxx'
password = 'xxxx'
wlan …
-
MicroPython v1.22.2 on 2024-02-22; Raspberry Pi Pico W with RP2040
Type "help()" for more information.
>>> import busio
>>> import board
>>> import adafruit_ltr390
>>> i2c = busio.I2C(board.GP1, …
-
We have a few applications of the RP2040 chip *and* Pico W-as-a-SOM where it's important for us to:
1. Assert some GPIO pin *really early* on startup
2. Know the state the GPIO was in as early as …