ESP32 | Basics 03 – How to Install Extension Libraries in Mixly | Making Programming Easier

01

Overview

Mixly is an open-source graphical programming software designed to lower the barriers to hardware programming, making it especially suitable for maker education, IoT development, and beginners.

Microblue has developed a set of extension libraries based on Mixly to make programming easier!

Installing the Mixly extension library requires two steps (for flashing MicroPython firmware, please refer to previous articles):

  • Use the ESP32.MPY-Jama software to upload the core library microblue.mpy
  • Install the extension library microblue-mixly-esp32.zip in the Mixly software

Below are the specific operation steps

02

Uploading the Core Library

First, save the microblue.mpy file to a local folder on your computer, then download the ESP32-MPY-Jama software, open it, and upload this file to the ESP32 development board.

ESP32.MPY-Jama download link:https://github.com/jczic/ESP32-MPY-Jama/releases

If you cannot download it, feel free to message me for a cloud link.

1. Click to connect the device

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

2. Connect the development board to your computer using a data cable, then select the USB serial port used by the development board

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

3. Successful connection will look like this

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

4. Click the browse tab, then click the upload button

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

5. Select the microblue.mpy file and click open

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

6. Upload successful, you will see an additional microblue.mpy file in the device folder

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

03

Installing the Extension Library

Download link for Mixly 2.0:https://mixly.cn/bnu-maker/mixl2.0rc

1. Open the Mixly 2.0 software, select Python ESP32 to enter.

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

2. Click on the “Settings” in the upper right corner and manage libraries:

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

3. Click the “Local Import” button:

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

Select the microblue-mixly-esp32.zip file and click confirm

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

4. In the library management, you can see that it has been successfully installed

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

5. The graphical programming blocks now include the Microblue classroom programming module.

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming Easier

The programming blocks will continue to be enriched, sharing and liking is your support for me, thank you all

ESP32 | Basics 03 - How to Install Extension Libraries in Mixly | Making Programming EasierFollow me for more sharingMicroblue Classroom

Leave a Comment