The KC01 robot is a robot prototype in the "mini" weight class.
Table of Contents
Description#
KC01 ("Kaycee Oh-One") is a mini robot that without batteries weighs only 163 grams. It's currently an unfinished design and has no sensors, but it has plenty of possibilities in this regard. See below.
It uses the Circuit Playground Express microcontroller, which is very suitable for people who've never built a robot before, or used a microcontroller. The Circuit Playground board is very useful for non-robot applications as well.
It's highly recommended that you read the AdaFruit Crickit and the Circuit Playground Express guides so you can better understand their features, and how the Circuit Playground Express can be programmed.
Requirements#
Here are the requirements for the robot:
- around NZ$150 if possible as a base price
- small and lightweight so that it can be run using a pair of micro gear motors
- to use the Circuit Playground Express and Crickit
- to use a 5 volt USB battery (commonly available)
- relatively easy to start
- provide an expandable base for further experimentation
The combination of the Circuit Playground Express and the Crickit board for it provides:
- a microcontroller than can be programmed in CircuitPython (a subset of Python)
- two motor controllers
- four servo controllers
- four channels of 5 volt drivers
- a ring of programmable RGB LEDs on the CircuitPlayground
- a NeoPixel driver (for control of strings of coloured LEDs)
- a small speaker with a 3 watt audio amplifier (!)
- four capacitive touch sensors
- 8 channels of digital I/O or analog inputs
- safety features: the Crickit has kick-back diode protection on the motors and its power supply has an 'eFuse' management chip that turns everything off if the supply power is greater than 5.5V or less than 3V.
Upgrades#
If you want to use odometry, you can upgrade by buying the motor encoders and the motors without the Push Header Shim (which is incompatible with the motor encoders as they both solder to the same place). You'll want the extended back shaft version.
- Magnetic Encoder Pair Kit for Micro Metal Gearmotors, 12 CPR, 2.7-18V (HPCB compatible)
- Micro Metal Gearmotor (Extended back shaft) – 298:1
There are a variety of gear ratios available: 11:1, 20:1, 50:1, 298:1 and 1006:1. This will effect both the upper speed of the motor and its torque (power). I chose the 298:1 because I want my robot to be a bit slower and stronger. The 50:1 might work but if you have to reduce the power sent to the motor in order to get it to drive slow enough, it won't have much torque. The choice of gear ratio is always a compromise.
Other upgrades include adding sensors and IO devices to any of the above-listed connections on the Crickit board.
Bill of Materials#
Below is the Bill of Materials, with an estimated cost of NZ$147. This doesn't include miscellaneous parts, wire, connectors, etc., or shipping costs and import duties (which can be significant).
Count | Item | Each | Total Price* | Vendor |
---|---|---|---|---|
1x | Circuit Playground Express | US$25 | NZ$37 | AdaFruit |
1x | Crickit for Circuit Playground | US$30 | NZ$45 | AdaFruit |
2x | Micro Metal Gearmotor with Push Header Shim – 298:1 | £6 | NZ$23.40 | Pimoroni (from Pololu) |
1x | Micro Metal Gearmotor Bracket (Pair) (to connect to chassis) | £3.90 | NZ$7.60 | Pimoroni |
1x | 90mm x 90mm chassis plate (2-4mm thick wood or plastic: nylon, polycarbonate, Delrin or ) | NA | NZ$5 | Macplas or Cactus Plastics |
1x | USB battery | NA | NZ$25 (est) | anywhere |
1x | 1/2 inch – Pololu Ball Caster | £2.10 | NZ$4.10 | Pimoroni |
Total | NZ$147 |
Pimoroni has the option of using the UK Post, which is relatively cheap, whereas AdaFruit's shipping is more expensive (even if their prices are in US dollars and tend to be lower).
Notes, Known Questions and/or Issues#
- Circuit Playground requires exactly a 5 volt supply (so AA/AAA batteries are not suitable)
- what will we use for the free-wheeling caster? It needs to be between 20-25mm total height
- this robot is pretty small and likely cannot handle transitions between carpet and floor, i.e., requires a smooth operating surface
- The battery is meant to be held between the Crickit and the platform. This means you'll need longer standoffs, long enough to provide clearance ford the battery. I only had some 10mm ones handy, and my USB battery is 21mm thick (and the solder pins protrude about 1mm from the bottom of the Crickit's circuit board) so I couldn't mount my battery. Depending on the size of your battery you'll need probably some 25mm standoffs, or make some out of long 2.5mm bolts and some copper or aluminium tubing (which you can get at a hobby store or Pete's Emporium)
- depending on your battery choice, this robot may have relatively limited battery life (is this really an issue?)