Skip to main content
Grammar.
Source Link
Nick Gammon
  • 38.9k
  • 13
  • 70
  • 126

Your question is kind of Trivialtrivial,but but from what iI understood you're typing the IP address (that the arduinoArduino displays on the serial monitor) into your browser.

First, make sure you connect your ethernetEthernet shield to your router using an ethernet cable.  (Now it's connected locally...)

Second, even if you type in your arduino'sArduino's IP address into the browser, the browser will return nothing because the arduinoArduino simply has nothing to display, and hasn't been programmed to accept requests.

To actually have the arduinoArduino display something you can try the Webserver example sketch or you can follow this great Tutorial that iI found very useful for beginners.

BTW ports are only used to expose your arduinoArduino to the internetInternet, in other words if you don't portforward to your arduinoArduino, your arduinoArduino won't be able to get requests from outside your local network  (Wi-Fi,Ethernet).

Your question is kind of Trivial,but from what i understood you're typing the IP address (that the arduino displays on the serial monitor) into your browser.

First, make sure you connect your ethernet shield to your router using an ethernet cable.(Now it's connected locally...)

Second, even if you type in your arduino's IP address into the browser, the browser will return nothing because the arduino simply has nothing to display, and hasn't been programmed to accept requests.

To actually have the arduino display something you can try the Webserver example sketch or you can follow this great Tutorial that i found very useful for beginners.

BTW ports are only used to expose your arduino to the internet, in other words if you don't portforward to your arduino, your arduino won't be able to get requests from outside your local network(Wi-Fi,Ethernet).

Your question is kind of trivial, but from what I understood you're typing the IP address (that the Arduino displays on the serial monitor) into your browser.

First, make sure you connect your Ethernet shield to your router using an ethernet cable.  (Now it's connected locally...)

Second, even if you type in your Arduino's IP address into the browser, the browser will return nothing because the Arduino simply has nothing to display, and hasn't been programmed to accept requests.

To actually have the Arduino display something you can try the Webserver example sketch or you can follow this great Tutorial that I found very useful for beginners.

BTW ports are only used to expose your Arduino to the Internet, in other words if you don't portforward to your Arduino, your Arduino won't be able to get requests from outside your local network  (Wi-Fi,Ethernet).

Source Link
Mero55
  • 201
  • 1
  • 6

Your question is kind of Trivial,but from what i understood you're typing the IP address (that the arduino displays on the serial monitor) into your browser.

First, make sure you connect your ethernet shield to your router using an ethernet cable.(Now it's connected locally...)

Second, even if you type in your arduino's IP address into the browser, the browser will return nothing because the arduino simply has nothing to display, and hasn't been programmed to accept requests.

To actually have the arduino display something you can try the Webserver example sketch or you can follow this great Tutorial that i found very useful for beginners.

BTW ports are only used to expose your arduino to the internet, in other words if you don't portforward to your arduino, your arduino won't be able to get requests from outside your local network(Wi-Fi,Ethernet).