Tag
coder-dojo-robots
-
12 Nov 2023 » Coder Dojo Robot Wall AvoidingIn this tutorial, I will show how to use a pair of distance sensors for wall avoiding.more...
-
I’ve recently been specifying changes to a fleet of robots used in my local Coder Dojo. The modified robots would be based on a Raspberry Pi Pico W, and a bunch of sensors.more...
-
Line following robots are a great example of autonomous robot behaviour. In this article, I will show you step-by-step how to add a line sensor to a Raspberry Pi Pico robot, how to wire it in, and then how to write Python code for responsive line following on the robot. I include CircuitPython and MicroPython examples.more...