Arduino with Ethernet Shield and PHP Server = Automation
Loading...
18,322
Loading...
Uploader Comments (vinhtvu2)
see all
All Comments (28)
-
The Ethernet shield is way cooler than I thought.
-
Arduino boards are around $30-60 Canadian dollars (about the same in USD). a basic google search will find you plenty of info...
-
and can you please tell me the price of the pbc Arduino ?
-
whats are the connectors called that you use on the end of the cables ?
-
how make you the chart that you can see how client for change the LED state?
-
How much is RFID? I'd really like to try this with my Arduino.
-
You're PHP including() a URL? Not the best idea, probably worth changing to be rid of your warnings.
Loading...
ip: 192.168.77 is your ethernet shield IP?. So let me gues, your arduino act as a client that access to your local server (IP: 192.168.1.3).Is that right?
thariqhadad 10 months ago
@thariqhadad Somewhat correct, The Ethernet shield just stays idle most of the time. The local server is what the phone and web browser access, then the local server access the ethernet shield to retrieve ON/OFF status of lights when someone access the web server. If a command is sent, then it send it to the ethernet shield.
This process is too much... so in my new set up in my new video, it bypasses the local server and just serve everything on the Ethernet Shield... making it simpler.
vinhtvu2 10 months ago
Great Job !
But can you please tell us how did you get the php webserver up and running into your Arduino plateform ?
youssefvideotube 10 months ago
@youssefvideotube Ethernet shield doesn't have capability to run PHP, it only has HTML interface... so I run another local server that handle the PHP part...
vinhtvu2 10 months ago
@vinhtvu2 hey men, good video. let me ask? ethernet shields cant' run a PHP, but only has HTML interface..what do you mean by that?
admin03141 1 day ago
@admin03141 It means exactly that. The arduino ethernet shield will only be able to host HTML websites.
vinhtvu2 1 day ago