An open API service indexing awesome lists of open source software.

https://github.com/kunal768/ps3_controller_manual_bot


https://github.com/kunal768/ps3_controller_manual_bot

arduino ps3-controller python3 raspberry-pi robotics serial xbox-controller

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Configuring PS3_Controller to control a Robot
Made with :heart: in [Team Technocrats Robotics](https://github.com/technocrats-robotics) for MR1 robot control ABU-National-Robocon19

## Hardware Used


  • PS3/XBOX controller

  • Raspberry Pi

  • Arduino

  • Obviously the Robot :sweat_smile:(Motors , Racks , Gripper etc.)


## Pre-Requisite
```
Setting up a raspberry pi via a proper SSH connection
```
```
Connect the controller USB to the raspberry pi
```
![Conncection](https://github.com/kunal768/PS3_controller_manual_bot/blob/master/public/pi-pd.jpg)

## Setup

Setup your raspberry pi


Once the pi is connected , in the SSH terminal :
```
cd path\to\cloned\folder\

pip install -r requirements.txt

export DISPLAY=:0

python main.py
```

## Glimpse Of Our Robo