Skip to content

Manage the Silicon Labs boards

Install

To install the Silicon Labs board,

  • Ensure the Arduino tools, CLI or IDE, are installed.

  • Ensure the arduino-cli.yaml configuration file for Arduino-CLI or the Additional boards manager URLs for Arduino IDE includes

https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json
  • Open a Terminal window.

  • Run

$
arduino-cli core install SiliconLabs:silabs

For more information on the installation process,

  • Please refer to the Installation section on the GitHub repository.

Develop

Use the libraries for Bluetooth

The GSDK already includes the Bluetooth features.

However, the ezBLE library provides an option.

  • Edit the main Makefile to list the required libraries.
APP_LIBS_LIST = ezBLE

Use the libraries for Matter

  • Edit the main Makefile to list the required libraries.
APP_LIBS_LIST = Matter

Use the libraries for RGB LED

  • Edit the main Makefile to list the required libraries.
APP_LIBS_LIST = ezWS2812

Upload

Upload uses the Simplicity Commander utility in command-line mode.

For more information,

Debug

Debug is not yet fully operational, pending ticket #4 .

Debug requires the J-Link Software and Documentation Pack .

Debug requires a board without the pre-compiled option, for example SiliconLabs_BGM220 instead of SiliconLabs_BGM220_precompiled.