
Overview
Write messages and add graphics with this shield.
A ready to use library with examples and methods is available for use to easily write static and scrollable text.
You can use this shield to show values from your board and is controllable from the Arduino IoT cloud. No need of solder, or special adapters, just plug the RGB matrix shield on top of your favourite MKR board and you are ready to go!
The mounted LED's are very dense and bright, with full RGB colours!
Don't miss our getting started guide that explains everything you need to use the shield!
Tech specs
LEDs | 84 RGB APA102 |
Input Volatge | 5V |
Operating Voltage | 3.3V |
Maximum Current | 2.5A |
Communication | SPI |
Length | 61.5 mm |
Width | 27 mm |
Weight | 32 gr. |
Conformities
Resources for Safety and Products
Manufacturer Information
The production information includes the address and related details of the product manufacturer.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
https://www.arduino.cc/
Responsible Person in the EU
An EU-based economic operator who ensures the product's compliance with the required regulations.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
Phone: +39 0113157477
Email: support@arduino.cc
Documentation
OSH: Schematics
The Arduino MKR RGB Sheld is open-source hardware! You can build your own board using the following files:
EAGLE FILES IN .ZIP SCHEMATICS IN .PDFLearn more
Get Inspired

After becoming frustrated at his lack of archery skills and not wanting to spend an eternity practicing getting better, Shane Wighton (known as Stuff Made Here on YouTube) sought to build a rig that could automatically correct his aim for the perfect shot every time. The device is comprised of a rigid sleeve that fits over the wearer’s forearm, along with a pair of stepper motors that can adjust where the bow is pointing either vertically or horizontally via a rack-and-pinion. These motors are driven by an Adafruit microcontroller running CircuitPython and a couple of motor driver modules that provide the necessary current. But that's not all, he also created a small rig that uses an Arduino Uno and servo motor to autonomously fling targets into the air. Target tracking is achieved by having a set of eight OptiTrack cameras around the room monitor the space for tiny gray spheres, and through the use of a special triangulation algorithm, they can accurately determine where both the arrow is pointing and where the target is in 3D space. Initially, the system missed all of its shots due to poor software and the wrong kind of bow, so Wighton completely rewrote his program and switched to a compound bow instead. Once everything had been corrected, the software was able to predict where a flying target would end up according to its speed, and thus had the ability to intercept it. The Auto-Aiming Bow could also hit a target the size of a 3mm-wide circle with scary precision.