-
# Problem with ArduinoOTA Firmware Updates on Pico W
I'm running into an issue with firmware updates. Here's what's going on:
I'm using ArduinoOTA for updates, and I've also got LittleFS in the for …
-
The HTTP_Client.py file works well for the URL which is initially written in the file but not working for any other URLs.
-
Hello there,
I have ran into an issue where I assumed that I can use analog pins as digital pins as usual on other controllers. However when using the digitalRead function on an analog pin while th…
-
I had an issue (and a few hours of figuring out what was going on) with the HTTP server example.
It always loaded for several seconds before anything appeared in the web browser.
I figured out when …
-
I was recently interested to build static and shared library versions of the `micropython/examples/embedding` case using cmake and I managed to get it roughly done ( see this [public repo](https://git…
-
### Port, board and/or hardware
W5500-EVB-PICO
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; W5500-EVB-Pico with RP2040
### Reproduction
Master Code running on a PC:
```
import s…
-
CPython provides Queue, Semaphore, BoundedSemaphore and Condition in addition to the provided Lock and Event classes.
In the case of Queue the issue was raised in https://github.com/micropython/mic…
-
TLDR:
```sh
jos@josverl-sb5:~/micropython$ mpbuild build RPI_PICO
╭─ Build rp2/RPI_PICO ─────────────────────────────────────────────────────────────────────────────────────────────────╮
│ …
-
Hi,
I was trying to start it but got stuck on: `esphome compile --only-generate w5500-hello.yml`, getting: "_Source is not a file system path, in expected github:..._". Was trying different strings f…
-
Using the WizNet Ethernet Hat for the Pi Pico, I am trying the example software with CircuitPython. The ping test works fine as does the fixed IP, however setting up to use DHCP, It times out never ge…