
Overview
DYNAMIXEL Shield for Arduino MKR allows users to easily use ROBOTIS’ DYNAMIXEL Series along with Arduino MKR Boards.
The features are as follows:
- Compatible with Arduino MKR
- Compatible with ROBOTIS DYNAMIXEL TTL Series (Discontinued DYNAMIXEL may not be supported)
- For 12V DYNAMIXEL power supply, ROBOTIS SMPS 12V 5A PS-10 is recommended
- The included battery connector is compatible with ROBOTIS 3S Li-Po 11.1V batteries LB-010 or LB-020
- Only one JST DYNAMIXEL connector is assembled by default. Please solder included headers when necessary.
- JST DYNAMIXEL connector supports controlling individual servos and daisy-chains.
Parts list:
- DYNAMIXEL MKR Shield (1)
- JST(S3B-EH) (2)
- Molex(5268-02A) (2)
- DC Jack Harness (1)
- Battery Connector(SMW250-02) (1)
- XL-320 Convertible cable (1)
ROBOTIS provides Arduino libraries for DYNAMIXEL Shield to accelerate the development process using Arduino IDE.
Tech specs
Compatibility | MKR Family |
VIN(DXL) Voltage¹ | 3.5 ~ 24 [V] |
Operating Temperature | -10 ~ +80 [°C] |
Connectors | JST(S3B-EH), Molex(5268-02A) Battery Connector³ (SMW250-02) Terminal Block(DG350-3.5-02P-14) |
Physical Connection | TTL Multidrop Bus (3.3V Logic, 5V Compatible) |
Cables | - DC Jack Harness (Type A, O.D.: 5.5 [mm], I.D.: 2.5 [mm]) - Convertible cable for XL-320 |
Dimensions | 65 x 25 [mm] |
Weight | 11 [g] |
- ROBOTIS SMPS 12V 5A PS-10 is recommended for 12V DYNAMIXEL power supply.
- Only one JST is assembled by default. Please solder included connectors when necessary.
- The battery connector is compatible with ROBOTIS batteries LB-010 or LB-020.
Documentation
In order to use the AX or MX series TTL cable, solder the included molex connector to an empty DYNAMIXEL Port, or use the Robot Cable-X3P convertible cable.
Please be aware that Arduino MKR boards may limit the 5V power source for USB hardware protection.
More information about the DYNAMIXEL Shield for Arduino MKR Series can be found at the following links below.
Get Inspired
Using the Garmin LIDARLite v3HP, Arduino MKR WIFI 1010 and Pushsafer to detect an intruder and send a push notification to a smartphone.

Being able to monitor the weather in real-time is great for education, research, or simply to analyze how the local climate changes over time. This project by Hackster.io user Pradeep explores how he was able to design a simple station outdoors that could communicate with a cloud-based platform for aggregating the sensed data. The board Pradeep selected is the Arduino MKR WiFi 1010 owing to its low-power SAM D21 microcontroller and Wi-Fi/BLE connectivity for easy, wireless communication. After configured, he connected a DFRobot Lark Weather Station, which contains sensors for measuring wind speed/direction, temperature, humidity, and barometric pressure — all in a compact device. Every second, the MKR WiFi 1010’s sketch polls the sensors for new data over I2C before printing it to USB. The cloud integration aspect was achieved by leveraging Qubitro’s platform to collect and store the data for later visualization and analysis. To set it up, Pradeep created a new device connection and copied the resulting MQTT endpoint/token into his sketch. Then once new data became ready, it got serialized into a JSON payload and sent to the topic where a variety of widgets could then show dials and charts of each weather-related metric. To read more about this DIY weather station, you can visit Pradeep’s project write-up here.