Skip to content

This project Build for The PBL Project ( A Wifi Car based on Rpi Controlled by a Website )

License

Notifications You must be signed in to change notification settings

Mostafasaad1/RPI-Car-PBL-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPI-Car-PBL in the Egypt Japan University Of Science & Technolog

This project Build for The PBL Project ( A Wifi Car based on Rpi Controlled by a Website )

Supervised By Prof.Victor https://www.researchgate.net/profile/Victor-Parque

Based on

  • Raspberry pi 3b+
  • Django Framework
  • mjpg-streamer
  • A seprate Web using JS , CSS , HTML

Building & Installation

  1. Make sure you have installed python3
  sudo apt install python3 python3-pip 
  1. You need it install mjpg-stremer :
    sudo apt-get install cmake libjpeg8-dev gcc g++
    git clone https://github.com/jacksonliam/mjpg-streamer
    cd mjpg-streamer-experimental
    make
    sudo make install
  1. Install Django 4.0
  pip3 install django=4.0
  1. install other dependencies
  pip3 install re gpiozero time netifaces
  1. Make sure to activate the usb Camera
  raspi-cofig --> interface --> yes --> Legacy camera --> Finish --> reboot 
  1. Clone the repo ( Better to install it in the home dir )
    cd 
    git clone https://github.com/Mostafasaad1/RPI-Car-PBL-
  1. install the Servo in
  right --> pin 14
  Left --> pin 15
  1. Run the Project
  cd /home/$(USER)/First
  ./run.sh 

Enjoy

About

This project Build for The PBL Project ( A Wifi Car based on Rpi Controlled by a Website )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published