software for the Coretec Tiny 4wd and setup instructions
Manual control with a game controller like the Rock Candy
-
install the Pimoroni Explorer Python library, instructions can be found on the Explorer page on the Pimoroni website https://shop.pimoroni.com/products/explorer-phat
-
next install the Python 'inputs' library at the command line enter
sudo pip install inputs
-
download TinyPirate.py form here by entering at the command line the following
wget https://raw.githubusercontent.com/Coretec-Robotics/Tiny_4wd/master/TinyPirate.py
-
it's best to restart your Raspberry Pi before running TinyPirate.py
-
after restarting your Pi enter the following to run TinyPirate.py
sudo python ./TinyPirate.py
Manual control with the BlueDot Android app
if you want to install BlueDotPirate.py instead of BlueDotPirateMixed.py replace BlueDotPirateMixed.py with BlueDotPirate.py
-
install the Pimoroni Explorer Python library, instructions can be found on the Explorer page on the Pimoroni website https://shop.pimoroni.com/products/explorer-phat
-
follow the instutions on the BlueDot website
-
download BlueDotPirateMixed.py form here by entering at the command line the following
wget https://raw.githubusercontent.com/Coretec-Robotics/Tiny_4wd/master/BlueDotPirateMixed.py
-
it's best to restart your Raspberry Pi before running BlueDotPirateMixed.py
-
after restarting your Pi enter the following to run BlueDotPirateMixed.py
sudo python3 ./BlueDotPirateMixed.py