Skip to content

Programming Tutorials

Joseph Freeston edited this page Feb 16, 2023 · 4 revisions

Getting Started with Programming πŸ’»

To Get Started... πŸ”°

  1. Get the latest version of CircuitPython

    • Download the latest version of CircuitPython

    • Connect the microcontroller to your computer via the USB cable.

    • Click the "reset" button once, then double-click the "boot" button in quick succession. There should be a bright green light after this. 🟒

      Repeat this step until you see the green light πŸ’‘ 🟒

    • A drive called FTHRS3BOOT will appear on your computer (check Finder on Mac). πŸ“‚

    • Drag the downloaded circuitpython firmware onto this drive. The lights on the microcontroller will flash rapidly until the update is complete.

      Do not unplug anything until the lights are done flashing

  2. Open the serial terminal to access the Repl πŸ‘¨β€πŸ’»

  3. Open the "CIRCUITPY" drive in Finder and use Moped Text Editor to make your code

    • The main code is all in the file code.py.
    • It will run the code (see the serial terminal) when you save it.
  4. Enlighten Yourself 🧠 πŸ₯¬

  5. Become Learnt 🧠 πŸ€“ πŸ₯¬ 🌳 πŸ“š 🏫

  6. Feel free to ask questions!