In this Section

↩ Return Home

↩ Return to Resources

↩ Return to Quick Start

Mu Editor (Mac | PC | Linux)


A standard text editor is all that's necessary to program the PyCubed board. However, beginners should install Mu Editor to make the interactive REPL more easily accessible.

If you've used CircuitPython before and prefer to use something other than Mu, visit Accessing the Serial Console for other fun alternatives.

Installing Mu

  1. Visit https://codewith.mu/en/download and select the appropriate installer for your OS. (beta versions are OK)
  2. Install Mu following the on-screen prompts. Make note of the install location. (in case troubleshooting is necessary)

Checking Mu


  1. Ensure Mu can start properly by opening the program and selecting "CircuitPython" when prompted for the mode (as shown)

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/9c5a1ee7-bc6c-4b5e-9c4e-d60410ae19fe/Untitled.png

Next Section → Connect & Verify