Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 531 Bytes

File metadata and controls

11 lines (6 loc) · 531 Bytes

Firmware

This directory contains the firmware code for the project's hardware components: the Tangible User Interface (TUI) built on top of a Raspberry Pi Pico W, and the mBot2 robot.

PicoW Firmware (picow/)

The picow/ directory holds the code for the TUI. The system allow users to create physical sequences of commands.

mBot2 Firmware (mBot2/)

The mBot2/ directory contains the Python code that runs on the mBot2 robot. This firmware enables the robot to act as a client that receives and executes commands.