-
Hi, I'm trying to compile pico-rmii-ethernet When I try and build it I get the following CMake error:
```
[proc] Executing command: C:\dev\apps\CMake\bin\cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCM…
-
Opening this to make note, but is not high priority and really is an extra and educational item.
**Describe the feature**
Right now we have been able to communicate over ethernet by sending UDP pa…
-
Hi @d-a-v
I am using ESP12-E with ENC28J60 ethernet module for my tests
I tried to get the date-time with configTime and AsyncUDP (ESPNtpClinent library)
When I am using static IP, my sketch dos n…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
karlp updated
5 months ago
-
### The problem
Compiling a config that uses the Ethernet Component with an ESP32-S2 board gives "error: 'esp_eth_mac_new_esp32' was not declared in this scope"
Looks like a missing library element?…
-
Hi,
I am encountering an issue where the MCU crashes after sending 80KB of data via TCP several thousand times. Below is a summary of the problem:
After several thousand successful data transfe…
-
Many files have missing license and copyright info, which makes redistribution (and inclusion in commercial projects) problematic. I can do a pull for the assumed LGPL and GPL ones, but I don't know w…
-
I am using this library in a project.
The project has WiFi and webserver is spawned as well.
My device crashes when there a lot of HTTP requests.
I have run the ep32 exception decoder and found out…
-
I am using ESP12-E with ENC28J60 ethernet module for my tests
I tried to get the date-time with configTime and AsyncUDP (ESPNtpClinent library)
1. With DHCP everything is OK ( LwIP_Ethernet and…
-
#### Description
The `tests/lwip`app does not compile for 6LoWPAN boards when `LWIP_IPV4=1` is set.
```console
BOARD=iotlab-m3 LWIP_IPV4=1 make -C tests/lwip flash -j
make: Entering director…