Forum Replies Created
-
AuthorPosts
-
naldoParticipant
All
Any help here would be greatly appreciated.
I am able to get the VSCode terminal to show I am connected to the IP address I provided.
I an unable to get the webpage that is show to connect – all I get is
‘This page isn’t working’
HTTP ERROR 500I am also seeing this in the VSCode terminal
I: WiFiManager: notConn WiFi.begin SSID NETGEAR43
T: WiFiManager: Event SYSTEM_EVENT_STA_CONNECTED
I: 1440582 bot2 V2.028.002 SSID NETGEAR43 IP 0.0.0.0 Heap 179144 QOK:0 Avg 93.30uS Max 15190uS Min 79uS Slowest WiFi 14984, LoopTimer 3090
T: WiFiManager: Event SYSTEM_EVENT_STA_GOT_IP
I: WiFiManager: GotIP 192.168.0.17
I: WiFiManager: mDNS responder started with hostname bot2
[1441854][E][ESPmDNS.cpp:148] addService(): Failed adding service http.tcp.I don’t know if this final line: “Failed adding service http.tcp.” is normal, or if there is an error somewhere.
I am able to ping the IP address and get a response.
Any suggestions?????
Thanks in advance.
Ciao
naldoParticipantAll
A buddy of mine came and helped me get the code to compile.
The issue was in the platformio.ini file
Original code
line_deps = ……
called an older version of ESPAsynchWebServer
Various places on the internet stated calling a newer version, but the line of code needed changed to:
lib_deps = ArduinoLog, ArduinoJson, AsyncMqttClient, ESP32Servo, ESP32 AnalogWrite, https://github.com/me-no-dev/ESPAsyncWebServer.git
Code compiled completely after this change
naldoParticipantMatt & others
I’ve downloaded the APK file to my Samsung, it installs and I can set my IP, but then is closes stating there is a bug in the software.
Any idea what I might do to track down the issue.
I’m not a programmer, so simple steps would be ever so greatlful.
Ciao
naldoParticipantMatt
Thanks for the quick response.
I will attempt to wire it up per your comments & post.
I look forward to getting the robot operational.
Ciao
-
AuthorPosts