This page (revision-23) was last changed on 2021-04-30 11:40 by Murray Altheim

This page was created on 2019-12-28 03:23 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
23 2021-04-30 11:40 10 KB Murray Altheim to previous
22 2021-04-30 11:39 10 KB Murray Altheim to previous | to last
21 2021-04-30 11:31 10 KB Murray Altheim to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 9 changed one line
__KC01__ (AKA "Kaycee Oh-One", for the ''__K__iwiBot __C__ircuitPlayground Model __1__'') is a ["mini" sized|RobotWeightClasses] 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.
__KC01__ (AKA "Kaycee Oh-One", for the ''__K__iwiBot __C__ircuitPlayground Model __1__'') is a ["mini" sized|RobotWeightClasses] robot that without batteries weighs only 163 grams. It's currently an unfinished design and has two short-range Sharp infrared sensors, but there are ''plenty of possibilities'' in this regard. See below.
At line 11 changed one line
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 uses the __Circuit Playground Express__ microcontroller, which is a good start for people who've never built a robot or used a microcontroller before. The Circuit Playground board has many for non-robot applications as well.
At line 15 added one line
I learned recently of an "improved" version of the CRICKIT board (same form factor) called the [RoverWing|https://roverwing-board.readthedocs.io/en/latest/, which includes PID, an IMU and a more powerful motor controller.
At line 17 added 2 lines
At line 21 changed one line
* small and lightweight (''[mini robot|MiniRobot]'' class) so that it can be run using a pair of micro gear motors
* small and lightweight so that it can be run using a pair of micro gear motors
At line 93 changed one line
* there are many options for wheels - just be sure you get some that match the 3mm shafts of whatever motors you choose
* there are many options for wheels (in addition to those on AdaFruit and Pimoroni, check out the ones available from [Piborg|https://www.piborg.org/motors-mounts-and-wheels-1140]) - just be sure you get some that match the shafts of whatever motors you choose (the micro gear motors are 3mm)
At line 95 changed one line
[{Image src='attach/KC01/original-motor-thumb.jpg' link='attach/KC01/original-motor-thumb.jpg' caption='Original Push Header Shim' align='left' class='imgFloatLeft'}]
At line 98 changed one line
A low-cost modification is to un-solder the right angle pins of the motor's ''Push Header Shim'' and replace them with a two-pin straight header. If you're using Jumper Jerky, the original design leaves the plastic connectors hanging down vertically from the motors, significantly reducing the floor clearance (to ~8mm). If your robot is only running on a flat wooden, concrete or linoleum floor then this modification is unnecessary.
[{Image src='attach/KC01/original-motor-thumb.jpg' link='attach/KC01/original-motor-thumb.jpg' caption='Original Push Header Shim' align='right' class='imgFloatRight'}]
At line 103 added one line
A very low-cost modification is to un-solder the right angle pins of the motor's ''Push Header Shim'' and replace them with a two-pin straight header. If you're using (for example) [Jumper Jerky|https://shop.pimoroni.com/products/jumper-jerky-junior?variant=1076482185] or some other type of solderless connectors, the original shim design leaves the plastic connectors hanging down vertically from the motors, significantly reducing the floor clearance (down to about 8mm). If your robot is only operating on a flat wooden, concrete or linoleum floor then this modification is probably not necessary.
At line 105 added one line
At line 103 changed one line
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.
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.
At line 114 removed one line
!! Notes, Known Questions and/or Issues
At line 120 added 7 lines
!! Programming
With the two Sharp infrared sensors, I've written a short program that uses two of the touch sensors to activate a main loop function that performs simple object avoidance: if the left sensor detects something the robot backs up and turns turns right; if the right sensor detects something it backs up and turns left; and if both sensors detect something it just backs up further and turns randomly.
!! Limitations, Issues, Known Questions and/or Other Notes
At line 118 changed one line
* this robot is pretty small and likely __cannot handle transitions between carpet and floor__, i.e., requires a smooth operating surface
* __smooth floors or low carpets only__: this robot is pretty small and likely cannot handle transitions between carpet and floor, i.e., requires a smooth operating surface