[Q] general implementation #45
juanmartin84
started this conversation in
General
Replies: 1 comment
-
Hello, For ESPConnect and ESPDash, you have some exemples in :
ESPCONNECT_NO_CAPTIVE_PORTAL is when you do not need the captive portal. In that case, the constructor with the server is not available since there is no captive portal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to implement this library in order to reach the LAN via wifi and/or ethernet.
This works together with ESPDashPro 4.6.2.
I'm facing some troubles on the way.
below the platform.ini file
below the code implemented, firts in the setup then in the loop.
below the errors:
When set "-D ESPCONNECT_NO_CAPTIVE_PORTAL" this error occurs at compilation
The application runs fine for a few minutes, I can see the dashboard running in the browser.
Then stops and the messages shown above appear (sometimes the 1st, sometimes the 2nd one)
Tested in 3 conditions:
A) wifi connection (ethernet cable disconnected)
B) ethernet connection (ethernet cable connected), introducing right credentials for wifi.
seem to be connected over wifi and ethernet simultaneusly.
could be?
C) ethernet connection (ethernet cable connected), introducing wrong ssid / ssid password.
message below attemting to connetc via wifi, is it ok?
Is it possible to get feedback regarding if the connection was over wifi or ethernet?
Is it possible to get assigned ip address?
Some advice about the mentioned errors above?
Maybe something related to AsyncTCP/ESPAsyncWebServer libs.
It was impossible compile with new ESP32async libs, for some reason PIO is installing old libraries even after full clean, close the program, pc restart, etc.
Any advice or help will be appreciated.
Thank you!
Juan
Beta Was this translation helpful? Give feedback.
All reactions