You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing with two different issues on this library:
I've tried to run the TCPServer example provided qith the library but after attaching to my Wi-Fi home network I didn't have any "signs of life" from the Arduino module via the Serial Monitor.
Through the browser I cannot see any received message from the Serial Monitor when I try to call th two IP address provided with the wifi.getLocalIP() function.
I've tried also to ping both the ip address assigned by the router to the "AccessPoint" and to the "Station" (es. 192.168.1.xx and the 192.168.4.x) without any success.
In addition I've got not result when invoking the wifi.getVersion() function.
May someone out there help me?
Thanks in advanced
p.s.: I add no code because I reter to the library example sketches (the function wifi.getVersion() is on every example sketch)
The text was updated successfully, but these errors were encountered:
I found the communication between my arduino and ESP-01 board is working, somehow the text did not show as expected such as getVersion() . After do a research quickly I found the problem looks like is causing by "parsing function error". If you take a look at the implementation of this project can find easily, the library will parse the return string after issue a AT command. I believe the string sent from ESP-01 firmware is changed without notice so that this library is malfunction now.
Since my purpose is to confirm this ESP-01 works, so I did not fix the problem here.
I'm facing with two different issues on this library:
Through the browser I cannot see any received message from the Serial Monitor when I try to call th two IP address provided with the wifi.getLocalIP() function.
I've tried also to ping both the ip address assigned by the router to the "AccessPoint" and to the "Station" (es. 192.168.1.xx and the 192.168.4.x) without any success.
In addition I've got not result when invoking the wifi.getVersion() function.
May someone out there help me?
Thanks in advanced
p.s.: I add no code because I reter to the library example sketches (the function wifi.getVersion() is on every example sketch)
The text was updated successfully, but these errors were encountered: