Hello,
Brand new to the forum and Arduino.
I have a Yun Rev2, configured, online etc, and I've created my first few sketches. I was having difficulty connecting to the web server on the device to run my initial code (turning LEDs on/off via buttons on web page) All attempts to navigate the either the ETH or WiFi IP of my device bring up the luci web conf pages, and not my desired web page created from the uploaded sketch.
I've tried to set the port in the sketch to 8080 for example, or anything aside from 80, and when trying to open that ip/port, I get an error for server not found.
I've spent a few hours searching for how to disable or assign the luci editor to another port, or to see why I cannot browse my sketch from a different port, so I'm at a bit of a loss.
I've attempted this with multiple sketches now, so I believe it's either an issue of even with a completion of upload showing, the sketch isn't actually running, or the luci web tool is taking priority.
I did add an 8g SD card via the guide on this site, so maybe it's possible my sketch is not loading to the correct partition to be run?
I'm a web dev by trade, but this is my first dive into actual programming with the arduino platform, but can often find my way if pointed in the right direction.
Thanks!