3. Programming Mode

The programming mode chapter is divided into 3 main parts in total, and you are advised to read them in order.

  • 1. Basic Usage on Thonny: This contains installation of the Thonny IDE, installation of MicroPython firmware and libraries for Pico, online and offline running of scripts.

  • 2. Learn Modules: This is a new section added in v2.0, allowing you to learn how each module works, then learn how to program them step by step, and finally encapsulate them individually into libraries.

  • 3. Funny Projects: This is the part that combines different modules to make Pico 4WD achieve different interesting functions.

Note

Download the relevant code from the link below.