Skip to content

sundar19/web-based-vehicle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

web-based-vehicle

control a dc motors attached to RPi from webpage Code to control DC motors from webpage connected to RPi via L293D

I used this LiPo as power supply https://robokits.co.in/batteries-chargers/skycell-lithium-polymer-battery/7.4v-lipo-batteries-2-cell/lithium-polymer-lipo-rechargeable-battery-7.4v-1500mah-20c

You can also attach a camera to your pi for live stream video use this link https://pimylifeup.com/raspberry-pi-webcam-server/

PROCEDURE to use the code: https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md use the following instructions to download and establish an apache web server in RPi and also follow the additional instructions to download PHP. 2.After finishing the above procedures open the terminal in your Raspberry Pi and do the following,

(1) type cd /

(2)type cd var/www/html

(3)REPLACE the existing index.html(or .php) with the new index.php in the repository and exit

(4)type hostname -I to know your IP address

(5) type the same IP address in your web browser a webpage will be created to control the motors

for hardware setup refer https://www.electronicshub.org/controlling-a-dc-motor-with-raspberry-pi/ NOTE: use the GPIO pins given in the code or change the code accordingly.

About

control a dc motors attached to RPi from webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages