Qwiic Digital Desk Sign with MicroMod
Arduino Example Code
The example code can be found in the following GitHub repository. The example includes the original host keyboard code from Arduino. The code was modified to work with a 20x4 SerLCD and eventually the 16x2. To save power and the screen, the code was further modified to be used with the Qwiic PIR motion sensor in order to toggle the RGB LED and screen. For the scope of this project tutorial, we will be using examples 1b and 2.
Arduino SAMD Board Add-Ons
Since we are using the SAMD51, you will need to install the board add-on. Head over to the tutorial for instructions on installing the board definitions.
MicroMod SAMD51 Processor Board Hookup Guide
October 21, 2020
Additional Libraries
If you are using the Qwiic PIR motion sensor, make sure to download and install the library as stated in its tutorial.
Qwiic PIR Hookup Guide
March 25, 2021
The Arduino Library Manager is the easiest way to install the library. Open the Library Manager, search for "SparkFun Qwiic PIR Arduino Library" and click the "Install" button to download the latest version. If you prefer manually installing the library from the GitHub repository, you can download it here: