-
Some changes done after 4.1.3 introduced a very subtle bug that garbles the data sent over TCP/IP, for example using `HttpClient`. When using the following code:
```
httpClient->beginRequest();
…
-
### Describe the bug
After updating to `2024.08.14` the following entites become unavailable and are reported as no longer provided by the integration.
I don't see this in the release notes, so is…
-
### The problem
Using a ESP32 with the W5500 Ethernet chip, ESPHome fails to initialize device. The hardware has been verified to be fully functional with a Arduino sketch using WebServer_ESP32_W5500…
-
Hello
I've been struggling for several months with a prototype that uses the W5500 and I can't get it to work properly. The assembly is an ATmega2560 and a W5500 and I'm working on official shields…
-
Heyo,
I'm trying to get WebSockets to work with an ESP32 (az-delivery, wroom) and an ENC28J60 module.
Minimal example:
```
#include
#define WEBSOCKETS_NETWORK_TYPE NETWORK_ENC28J60
#inclu…
-
Arduino UNO v3 with DFRobot DFR0850 shield (w5500 chipset w/POE & SD card, https://wiki.dfrobot.com/Ethernet_and_PoE_shield_for_Arduino_W5500_SKU_DFR0850) using Ethernet library 2.0.2 immediately retu…
-
The native ethernet library stopped working after upgrading beyond v1.57
Code to reproduce:
```c++
#include
#include
#include
// Initialize the Ethernet server library
// with the IP a…
-
### Description
### Steps to Reproduce
```
boolean reconnect() {
chipId = ESP.getEfuseMac();
char chipIdString[18];
snprintf(chipIdString, sizeof(chipIdString), "%04X%08X",…
-
** Copied from a post on the Arduino Portenta H7 forum:
I'm struggling to understand why I am not finding more information about the best approach to handle the native USB Serial port on an H7, in …
-
Hi
my arduino client can't connect to the public broker test.mosquitto.com.
The Serial Monitor output: Connecting to MQTT... failed state : -2
Here is the code, where is the problem?I don't find i…