MicroPython

What you need

  1. OBJEX Link (v1.0 and later)

  2. USB-C Cable

  3. CP210x Driver - Download

  4. MicroPython firmware - Download

  5. Thonny Python IDE - Download

Upload the first firmware

After installing everything we need, we configure Thonny to program in micropython OBJEX Link. First of all, go to Tools->Manage Plug-ins..., and install esptool.

Now connect OBJEX Link to your PC, and go to Tools->Options... and select the Interpreter Tab.

Install micropython firmware on OBJEX Link.

After the installation checks the correct functioning through the shell, we write a simple command print("hello") to verify if the firmware was installed correctly.

Last updated