How To Add A Servo To The Simple Robotics Kit
We show how to add a servo to the simple robotics kit. In keeping with the simple robotics kit, this is a solderless pack! At the heart of the simple robotics kit is the Klip Motor Driver for BBC microbit. The Klip Motor broad can drive 2 motors and has an integrated 3xAA battery pack. It also breaks out the 0,1 and 2 pins from the micro:bit. Simple Robotics Kit 1 The 3 x Batteries and broken out microbit pins mean that it can also drive any of our servos. This can add an extra dimension to your simple robotics builds and that is what we are going to do below. As there is no soldering involved, this hack will also work well as an extension task in the classroom.  

Parts Used:

  Simple Robotics Kit 2 Additionally, for more information about servos and how they work, have a look at this guide.    

How To Add A Servo To The Simple Robotics Kit:

 

The Connections:

I used 1 red and 2 black leads from the Alligator with pigtail pack and connected them to the servo. As shown above. Simple Robotics Kit 3 The red lead goes from the centre pin of the servo connector to the +V clip connection on the Klip motor board.   The brown, or sometimes black, wire on the servo is connected, via a black clip lead, to the GND connection.   Simple Robotics Kit 4   The third servo wire, usually orange or white, connects to the Pin 0 connection on the Klip motor board. Simple Robotics Kit 5    

The Build:

I built the Simple Robotics buggy following the included instructions but I put the Klip Motor Board in backwards and routed all the wires through the sides to leave me a space to put the servo into. Simple Robotics Kit 6   Then, I made a flag to wave from a pencil, a post-it note and a couple of stickers. I used a rubber band to attach this to the single-armed servo horn. Simple Robotics Kit 7  

The Software:

To make the buggy drive around I added our custom Klip motor blocks in the Microsoft MakeCode Editor.  These custom blocks can easily be added to the editor by clicking on the cog icon in the top right of the editor, then select extensions. Type and then enter Kitronik into the search bar and find the tile that says kitronik-klip-motor. Once selected, it will be added to the menu in the editor and the blocks will be available to use. To drive the servo I used the standard MakeCode block for servos (Advanced->Pins->servo write pin). I did a bit of experimenting to get the angles I needed for up and down. On my servo, where I had installed the horn they turned out to be 25 and 100 degrees.   I wrote some simple code to drive in a square and wave the flag on the corners.
   

Troubleshooting:

If the servo doesn’t respond check that the GND (usually brown or black on a servo) and also the Signal wire (usually Orange or White) are connected to the correct pins on the Klip Motor driver. Simple Robotics Kit 8    

By

David Sanderson, MEng (hons) DIS, CEng MIMarEST Technical Director at Kitronik

Leave a comment

All comments are moderated before being published