-
I built two lora system with below configuration.
1. NodeMCU+ SX1262
2. Pico W + SX1262
Now, I want integrated with ESPHome with External Components.
To start with I want to first send yo…
-
This came up in the SDK forum, where @kilograham asked for a pico-feedback issue, so that it can be better documented.
https://forums.raspberrypi.com/viewtopic.php?t=376508&sid=19c9d2fc64cb0e6ba4d4…
-
i need it to connect to websocket with pi pico w I get no network module
this is the code i've removed my password ssid
```python
import network
import socket
from time import sleep
import mac…
-
Currently my Pico software is able to update the DFU partition through wifi, which is nice ! I would like to update the boatloader too, but the Pico seems to crash when I try to erase the first 4096 b…
-
### Discussed in https://github.com/orgs/micropython/discussions/13369
Originally posted by **Aman2210200** January 6, 2024
Hello Enthusiasts, I am building a project on pico w and smashed wi…
-
To reproduce, build and flash this code to a Pico (not Pico W because the LED won't blink):
```
#include
#include
#define LED_PIN 25
int main() {
stdio_init_all();
gpio_init(LED…
-
Does this support the Raspberry Pi Pico W too?
-
I'm currently running a program on a Pico W where I am trying to `lightsleep(5000)`. Unfortunately, the program seems to never wake up again after this call. Using a `time.sleep` instead and the Pico …
-
Many thanks for providing Fritzing Part file for the Raspberry Pico W at
https://datasheets.raspberrypi.com/picow/PicoW-Fritzing.fzpz
Could someone please also provide the corresponding Fritzing …
-
### Port, board and/or hardware
RPI PICO W
### MicroPython version
MicroPython v1.24.0-preview.224.g6c3dc0c0b on 2024-08-22; Raspberry Pi Pico W with RP2040
### Reproduction
```py
impo…