Hi there. I'm really having a hard time trying to learn the Arduino. I'm struggling on getting a web page running off of it. I can't seem to get it work with any of the IDE examples or even the several examples I've found on the net. At first, I was wondering if it was a problem with me not getting the SD card function working (I still don't know if have that working or now), but after giving up on the online examples, I found an link that gave me the idea to check out the included examples, SimpleWebServerWifi and WifiWebServer, which should bypass the need for the SD card instructions of the other tutorials, and after the sketch is loaded, I try to say, load up say http://yourAddress/L and http://yourAddress/H in the SimpleWebServerWiFi example (replacing YourAddress with my Arduino's IP or yun.local), those pages aren't available.
I feel like I'm missing something, but I'm not sure where.