Arduino PHP Servo Serial
Loading...
14,087
Uploader Comments (djrock9000)
Video Responses
This video is a response to Arduino Serial Communication with Web GUI Via PHP
see all
All Comments (20)
-
Please post a tutorial Arduino with Ethernet shield & PHP. i don't want to use the usb serial communication, lets keep it purely Ethernet. That means using the GET/POST method. Please include all codes for Arduino side and PHP side, Thanks. AND PLEAAAAAASE talk, teach in your tutorial, don't be shy ; we can't learn in silence. I subscribed-Thank you
-
Attach Vibrator. X10 wireless chip. Sew into GF's fav undies. Take her out to dinner. Pull out your phone and let the public orgasms fly.
-
The PHP code is ran from my computer that is setup to be a web server. The Arduino is connected to the computer.
Loading...
Um, I got:
Parse error: parse error, expecting `')'' in /Users/djdusk/Sites/php_serial.class.php on line 595
djdusk 11 months ago
@djdusk Did you make any changes to the php_serial.class.php file? Try starting with a fresh copy of that file and see if you get the same error. This looks like the first instance of that type of error. My guess is that there might be a missing semicolon or bracket. Send me a YouTube message with all of the code pasted in it for the php_serial.class.php and I can see if I can fix it. Line 595 in my file is a bracket character. Might be different for you if you have modified the code in any way.
djrock9000 11 months ago
Could be nice to mount a web cam and control it remotely, to pan it left or right.
youtubazer 1 year ago
@youtubazer That would be cool. I think it would be cool to get some stepper motors and build a camera rig that could follow my movement as I walk. Maybe for YouTube videos. Problem is that it needs to be smooth, silent and fast. I know stepper motors can make some noise.
djrock9000 1 year ago
Hey that is very ingenious project. I was watching a couple of videos for inspiration for my application.
I was just wondering. Are you running the php code on the arduino or from another computer.
georgeflacker 1 year ago
@georgeflacker The PHP code is running on the computer and the Arduino is attached to the computer and is receiving serial data from the PHP code on the computer.
djrock9000 1 year ago