Close

Blockly for the rolling ball robot

A project log for 8BitRobots Module

A common hardware, software and 3D printed module to enable fun, educational robots anyone can print and program.

tim-wilkinsonTim Wilkinson 06/04/2018 at 16:390 Comments

Here's the full Blockly code for the basic rolling ball robot:

The code consists of three sections:

One of the major changes I've made to the Blockly setup since I started this project is the addition of Parts. Parts are stateful objects which can either be the software representation of additional hardware (such as a Continuous Servo) or an entirely virtual thing (such as a Tank axle).

Discussions