• sales

    +86-0755-88291180

Arduino library manager tutorial

Install Library

The Arduino IDE library manager is used to manage the driver library that the demo calls, and we will provide a corresponding driver library for each ESP32 board, so you can choose the appropriate installation method according to your case.

Install Online

The following is an example of installing Adafruit NeoMatrix, if you install library, the operation steps are similar.
  • Open Arduino IDE:

①. Select LIBRARY MANAGER in the sidebar;
②. Enter the name of the library you want to install Adafruit NeoMatrix in the search box;
③. Select the library version in the box. If there are no special requirements, default to the latest version. Click on INSTALL.

When installing the library, if prompted to install other dependent libraries, please click "Install All". Otherwise, it may cause some demos or programs to fail to compile properly.


  • After clicking Install,

①. The software window displays the installation progress of the library;
②. After installation, the status of the library will be x.x.x version installed.

Note: If you need to uninstall a library, find the corresponding library, click "REMOVE" in the box, and wait for the uninstallation to complete.