-
Hello to all
Hardware: ESP 32 + W 5500 Module
Software: PlatformIO + Visual Studio Code
Libraries used: WireGuard-ESP32.h + EthernetWebServer.h
You can see the above libraries in the following lin…
-
Hello, I'm an embedded developer for a company that made an industrial protocol bridges based on ESP32. We used you ProDinos but we're experiencing issues with SPI. With base Ethernet library (cannot …
-
This library works with ethernet interface ?
I am trying to make it work with the W5500 module, but without success.
Any help would be appreciated.
kbssa updated
2 years ago
-
The examples for the Portenta Machine Control are very brief.
No Modbus / Wifi / web server examples.
The migration took me a lot of time and I haven't solved all the puzzles yet.
-
### Board
MH-ET LIVE ESP32 MiniKIT
### Device Description
W5500 ethernet mini board
### Hardware Configuration
no
### Version
v2.0.7
### IDE Name
Arduino Ide 1.8.19
### Operating System
Win…
-
### Platform
NRF52
### Description
For my home station I would like to not need to rely on wifi (which for me drops off some times, and I have other constraints with it (namely a "not so good…
-
# Temporary workaround
Please wait some time while PlatformIO installs dependent packages. You should see the "loading" indicator on the bottom status bar.
-------------
Hi, I'm having probl…
-
Issue #388 already described the problem, but I found the declaration if timedRead() as private and not protected as required. The ArduinoHttpClient library as well as khoih.prog/EthernetWebServer tha…
-
Hi,
I'm encountering some compile errors.
Arduino API 2.1.1
ESP82655 Core 2.4.1
Libs in addition to those provided :
Arduino Json 5.13.5
EthernetWebServer by Khoi H. 2.4.1
Ethernet_Gen…
-
I might need some help.
I try to implement OTA for a project of mine.
The server and all the Ethernet stuff is working.
But if I start to add ArduinoOTA (based on example/BasicOTA), my setup() ha…