2

I controlled the equipment using the output port of aduino. But I want to control it through the Internet.How can I use Ethernet Shield to create and control webpages?

Peter Lee
  • 45
  • 4

1 Answers1

5

You need to make a webserver with Arduino Ethernet or Wifi shield.

I found a shield which has a built-in web application, named 'PHPoC Shield for Arduino'. It lets you control the output port of Arduino on a webpage, like an embedded web application.

There's an example project I can share on the forum using the PHPoC shield, and a manual of PHPoC Arduino shield.

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38
Sara
  • 89
  • 3