Harware Spec - MAKLab/Moons-of-MAKLab GitHub Wiki

Rover hardware

NB Links provided are indicative only may not represent best price/supplier.

Setting up a virgin Raspberry Pi 3 for use as a MoonsRover1

sudo raspi-config and expand file system, enable camera, disable serial terminal

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install git python-pip python-picamera

sudo pip flask flask-cors pyserial

git clone https://github.com/MAKLab/MoonsRover1.git

To disable onboard Pi3 Bluetooth and restore UART0/ttyAMA0 over GPIOs 14 & 15 modify:

sudo nano /boot/config.txt

Add to the end of the file

dtoverlay=pi3-disable-bt

We also need to run to stop BT modem trying to use UART

sudo systemctl disable hciuart

reboot Pi (sudo shutdown -r now)