Giter Club home page Giter Club logo

jiteshsaini / robotics-level-1 Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 7.0 3.2 MB

The first level involves making a Raspberry Pi Robot with minimalistic hardware. The robot is controlled through a Web Application. The code is written in Python, PHP, HTML and Javascript. Connection diagram included in Readme.

Home Page: https://helloworld.co.in/

PHP 57.98% CSS 13.79% Python 18.61% JavaScript 9.62%
raspberry-pi webapplication pwm-controller robotics

robotics-level-1's Introduction

Robotics Level 1 : Make Robot with Raspberry Pi | Web Controls

Read the article: Watch the video on Yotube:

In this first level, we will make a basic robotic platform. The hardware and software of this robotic platform will be enchanced progressively to conduct variety of DIY experiments.

Circuit Diagram of the Robot

Hardware Components used in the robot are:-

  • Raspberry Pi 3A+
  • MT 3608 DC-DC up converter
  • L293D Motor Driver Module
  • DC Motor, 100 RPM, 12 V
  • Battery Bank with 2 USB slots

Code Files

The code of this robot is placed inside the folder 'earthrover'. You need to install a webserver Apache and PHP on Raspberry Pi to use this code.
Copy the folder 'earthrover' and place it in the public directory of webserver. The path of the folder should now be '/var/www/html/earthrover'

Raspberry Pi configurations prior running the code

  1. Set permissions
  • sudo chmod 777 -R /var/www/html/earthrover
  1. Modify the sudoer file to allow executing python files from php files
  • $ sudo nano /etc/sudoers
  • paste following at the end of file and save (as shown in picture below)

pi ALL=(ALL) NOPASSWD: ALL
www-data ALL=(ALL) NOPASSWD: ALL

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.