Skip to content

Some files and an instruction how to use and change the Dawn Robotics Camera-bot Software

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

BrixInMotion/RaspiRobot-Webcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaspiRobot-Webcontrol

Some files and an instruction how to use and change the Dawn Robotics Camera-bot Software.

See the Robot in action: https://www.youtube.com/watch?v=14D5h0CcbAE

1. Hardware

2. Software installation

Download this software by running:

$git clone https://github.com/BrixInMotion/RaspiRobot-Webcontrol.git raspberry_pi_camera_bot

and run:

$sudo python /home/pi/raspberry_pi_camera_bot/Setup-Camera-bot.py

This script installs all the software you need to control your Robot via a webpage. Alternatively you can install the Software like shown here, but the script does exactly the same without setting up the Pi as an Access point. If you install the Software manually you have to add/replace the the programs in raspberry_pi_camera_bot by the Software in RaspiRobot-Webcontrol, otherwise the script does this automatically. It reboots the Pi, if you admit, and afterards you can immediately enter the Pi's IP-Address in a Browser on your Tablet (or another computer).

You can also set the Pi up as a Wifi Bridge like I did, so the wlan0 (the internal Wlan if your're using the RPi 3) works as an Access Point and wlan1 (a Wlan-USB-Adapter) works as a client. In this configuration you have a wireless Wlan repeater, but can also access the Web-server to control the Robot from both sites. To set up like explained, follow this great tutorial and replace the eth0 commands in the 3 commands of iptable configuration by wlan1. Use the etc-network_interfaces.txt as an example for configuration to have normal Wifi by wlan1.

General setup for the Robot (the Setup-Camera-bot script installs this already):

$sudo apt-get install xrdp      # Remote Desktop
$sudo apt-get install i2c-tools
$sudo apt-get install python-dev
$sudo apt-get install python-rpi.gpio

Setup I2C like shown here if it doesn't work.

About

Some files and an instruction how to use and change the Dawn Robotics Camera-bot Software

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published