Hello,
My name is Craig, and I'm new to the forums and Arduino development. I'm a EE major at Texas A&M, and my Senior Design Project involves being able to control the Arduino via a webserver over a wireless router. I decided to start learning using the example codes provided in the WiFi Library, however, I'm running into an issue I don't thoroughly understand and was hoping someone could help. I apologize in advance if this question is not in the proper forum.
When using the SimpleWebServerWifi.ino example, it states that navigating to the page's local IP address will allow me to see text with a link to control an LED attached to the Arduino on digital pin 9. After replacing the variables for the SSID and router password, verifying the code, and uploading it to the board, the code compiles fine, and when I open the Serial Monitor, it shows that the board connects just fine to the router.
When I navigate to the local IP page on my laptop though (connected to the same router) I am not presented with any of the text on the page that the code is showing should be there. If I manually navigate to http://192.168.1.9/H, however, it does toggle the LED, so I know the function is working in the code, but am not sure why the text is not displaying on the page.
I ran the other example in the WiFi library, WiFiWebServer, that spits out the values of Analog pins 0-5, and that text displays fine. I am not sure why the code for SimpleWebServerWifi isn't working.
Any assistance from the community would be most welcome. If I am needed to post my slight edits to the code (which only consist me changing the SSID and password to match my router) let me know and I will provide it.
Thanks,
Craig