The Wild Trap will move on a Roaming Rover using the Gert board plugged into Raspberry Pi 3 to drive the motors. The brain is the Sipeed Maix Go for RISC-V. The kit includes a lithium battery and a slot for a SD card . The Maix has a M12 lens DVT Camera.
The UART port has been used to control the Bluetooth device. So the Gertbot will not work as a addon board. To resolve this you must complete two steps:
Using sudo nano - add to the /boot/config.txt file:
dtoverlay=pi3-disable-bt
enable_uart=1
Using sudo nano - remove "console=serial0,115200 console=tty1" from the /boot/cmdline.txt file
Now you can install the Gertbot GUI for testing the board. The picture above shows the board wired to 4 brushed motors and two 9 volt batteries.
I downloaded Gertbot Debug GUI (.tgz) from here. This is a executable for the Raspberry Pi. I used FileZilla to transfer the file to the Raspberry Pi.
You can also control the Gertbot with a simple python program.
Software can be uploaded to the Maix Go using Arduino ! I had a version already loaded but it did not work. I downloaded the Windows Store version using this link .
I found steps to add the Maix Boards to the IDE. The steps are well written and easy to follow. The steps can be found here.
The next step is to set up mobile net on a SD card.