Arduino Uno with Wifi – RC Car Controlled By PHP Server
This project uses a server with PHP to send commands to the Arduino Vehicle. The commands are sent use shell_exec and triggering wget on the command line. wget needs to be installed on your server. […]