- go - Pi side motor controller.
- STEMbot-driver - Listens to controllers and tells STEMbot what to do.
Power STEMbot:
Plug in battery to ESCs
Plug portable charger into pi
Close STEMbot and plug into one of the teams's routers
Start the controller:
python STEMbot-driver.py
Start the pi code if it isnt running (should automatically):
ssh pi@raspberrypi
sudo python go.py
- Install raspbian
- Set static ip of 192.168.1.112
- Place go.py in the home directory of pi
- Setup maestro driver.
- Add the following to /etc/rc.local to autorun go.py exec 2> /tmp/rc.local.log exec 1>&2 echo "rc Started" sudo python /home/pi/go.py &
- Download and install Maestro Control Center(follow instructions on https://www.pololu.com/docs/0J40/3.a)
- Connect the Maestro to the computer and on the Maestro Control Center in the Channel Settings tab, change the mode of channel 6 to Input and apply settings.
- Connect the Maestro back to the Raspberry Pi.