-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration is s…
-
Not sure if this should belong in [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed), but I assume it has more to do with this stack, than with the platform itself?
After migrating our…
-
### Hardware:
Board: ESP32 Dev Module + w5500 chip
Core Installation version: 1.0.4
IDE name: Arduino IDE and Platform.io
Flash Frequency: 80Mhz
PSRAM enabled: …
-
# Wifi_router
## Problem description
Aftern I tried to configure the example in different ways (different esp-idf verions: 5.2.2, 5.1.4, 5.3.0; changing RMII clock mode, etc.). I was always able t…
-
Is it possible to user network interface on this devboard?
From micropython docs:
```
To use this module, a MicroPython variant/build with network capabilities must be installed.
```
I don't see…
-
Hello,
I have stability issues with my Raspi Pico W connected to a wifi network with SSID hidden
When I start the programm (with Thonny IDE run command, or ampy, or directly by plugin the Pico W t…
-
**Is your feature request related to a problem? Please describe.**
The ESP32-S3 chip does not have a built-in MAC and PHY interface, so it cannot support Ethernet functionality directly like the …
-
I would like to contribute a port to the Particle build system. Is there documentation somewhere, or can we work some documentation out, for how to add a new folder in lcd_hal for particle? I expect i…
-
I have the following code
```
async def setup_mdns():
responder = Responder(
client,
own_ip=lambda: local_ip,
…
-
***not an issue*** :-)
Hello,
is it planned to add wired ethernet support for this great work?
Actually, there are some modified variants of your software with support for e.g. LAN8720. The o…