Connecting Arduino to webpage

how to connect Arduino to any webpage text field and text to b display on LCD

1 Like

Hi,

Please be more elaborate on what you want to acheive.

If you are looking to create an internet connected device, I would first recommend a NodeMCU like controller over Arduino. It has a built in Wifi module and works great!

If this is your decision or not, after choosing your controller under tools->board, it is best to start from the examples provided inside the ArduinoIDE under File->examples.
In order to get data from a web page, check the WifiClient example.

Good Luck :slight_smile: