Dalek V2a Begins...

BY Cosma Papouis Oct 14 2017

Dalek V2a Begins…

Our team is widely dispersed with between Greenwich and Horsham, which makes working together harder. We have taken the decision to start a second bot, using the same code base, to allow testing of different approaches to the tasks. Meet DalekBot V2a.

DalekBot V2a

This bot is based upon the same hardware motor controllers and motors and can, therefore, use the same code (with some minor changes).

In this picture you can see the Magnetometer (the little board on top) and the servo controller (log board on the right with yellow and red connectors). We have yet to decide if we will be using either one of those to control anything, but it does open up some interesting possibilities. Magnetometer and Servo Controller In this picture you can see the Ultrasonic distance detectors (the 2 round black items in the side)

Ultrasonics

There are detectors on all 4 sides which are constantly read by an Arduino. This frees up some pins on the Pi and reduces its workload somewhat. This contrasts with the DalekBot V2 which has the detectors on a removable module that sits at the front. More Ultrasonics

Further testing will allow us to decide which is the best approach.

This Video shows the V2a running the new, improved, motor control code.

Now we have the basic bots working we can start to address the code for performing the tasks.

BY Cosma Papouis