Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 3.46 KB

README.md

File metadata and controls

73 lines (49 loc) · 3.46 KB

Pizero for ukmarsbot

Adding a Rapberry Pi Zero onto the UK Mars Bot

UKMarsBot and Pi Zero UKMarsBot_and_Pi]

NOTE:

Background

The UKMarsBot is a maze solver and line follower, designed by the UK Mars and Robotics Society (UKMars). It has a Arduino Nano attached as the standard microcontroller.

This project aims to add a Raspberry Pi Zero to that basic design.

There is a provisional scope document here UKMARSPIBOT_enhancement_scope.pdf

There is a related seperate GitHub project for the Arduino Nano I/O coprocessor software: https://github.com/robzed/ukmarsey

Methods

There are two potential methods of connecting a Raspberry Pi Zero to the UKMARSbot:

  1. Produce an adapter board that converts the Pi Zero header to the Arduino Nano footprint, completely replacing the Ardunio Nano.
  2. Connect the Raspberry Pi to the Arduino over a serial interface to the existing Arduino Nano and use the Nano as an I/O processor.

This article will examine the second option since this is the simpler option to construct, without a custom PCB. (There are, however, some notes on method 1 provided in 'Replacing the Arduino Nano Entirely'.)

Parts required

  • UKMarsBot - tested working with Arduino Nano
  • Arduino Nano v3 (or equivalent third-party Nano)
  • Pi Zero v1.3

We will be using a Pi Zero (not a Pi Zero W which uses more power).

Table of Contents

Advanced Topics (Not finished)

Other Topcs

Future

  • Increasing the 5v power available to the Pi
  • Fitting a camera