Starter

Hi, I just got my 1st Arduino Uno + Ethernet Shield.
I am rather new to this system or any other programing software.

Just wondering if anyone could please provide me with a step-by-step tutorial with help on setting up a Web-base controller. If possible includes Web server and how to make those controllers

Hi

Depending on the shield they typically have examples of a web server and client that come with the library. If you know your basic XHTML and a bit of c++ it should be pretty straightforward to modify the examples and get something going.

If you arent familiar with c-like languages I suggest some time with the arduino tutorials by the likes of Jeremy Blum on YouTube (sciguy14) which give some insight into how the language works along with background on electronics and interfacing the arduino.

All the best with your first project, cheers! Geoff