Skip to content

Simple Wireless Rover for Raspberry Pi. Small robotic platform based on Raspberry Pi controlled by a remote PS4 game controller over a wireless network.

License

Notifications You must be signed in to change notification settings

Veilkrand/simplePiRover

Repository files navigation

Simple Wireless Rover for Raspberry Pi

rover Small robotic platform based on Raspberry Pi controlled by a remote PS4 game controller over a wireless network.

Kickstart Guide

1. Install requirements

pip3 install -r requirements.txt

1.5. Install dependencies in Ubuntu server machine:

sudo apt-get install python3-smbus

2. Start server in Raspberry Pi:

python3 robotServer.py

3. Start the client on a remote machine

Connect game controller to remote machine. Configure the correct server IP on client and run python3 client.py on the remote machine.

client.py -h <host> -p <port> [--verbose]

Controller

  • Right pad: Speed, turning and steering
  • Left pad: Look with camera
  • Hat pad: Move camera center

Current Hardware

ethernets:

About

Simple Wireless Rover for Raspberry Pi. Small robotic platform based on Raspberry Pi controlled by a remote PS4 game controller over a wireless network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published