
Arduino MKR 485 Shield
Sold outWant to add serial communications to your device using the RS-485 protocol? The Arduino MKR 485 shield will provide the industrial connectivity you need.
Overview
Thanks to this shield, you can now connect your MKR board to any of the industrial systems that using the RS 485 protocol.
The MKR 485 shield is the ultimate expansion that allows MKR boards to connect to almost any legacy industrial system, such as industrial PLCs, controllers, drives and HMIs. Old industrial systems (e.g., machinery, heating systems, and conveyors) can to turned into IoT devices through a serial connection using the MKR 485.
The shield is based on the MAXIM MAX3157 ( Datasheet ) and provides Half / Full Duplex .
Standard operational mode: Half Duplex
Tech specs
Interface | Serial |
Circuit Operating Voltage | 3.3 V |
Transceiver | MAXIM MAX3157 (datasheet) |
Buck converter | Texas Instruments TPS54232 (datasheet) |
Vin (screw connector) | 7 V - 24 V |
Vin (header) | 5 V |
Compatibilty | MKR size |
Switchable onboard termination resistor | |
Operating mode | Isolated Half / full duplex (switchable) |
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 485 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

Control the air/fuel mixture for a better fuel economy of a engine with a Arduino Nano.

When you want to paint the walls in your bedroom that very specific shade of Misty Irish Green, all you have to do is head to your local hardware store and have them scan the corresponding card. The paint-mixing machine will then add the pigment to a white base and, a few minutes later, you have that exact color. So, shouldn’t you be able to do the same thing with acrylic paint for hobby purposes? Now you can, thanks to the “Color By Code” machine designed by Caltech students Frida Moreno and Asmat Kaur Taunque. Moreno and Taunque built Color By Code for a class project and it is, essentially, a hobby version of those hardware store paint-mixers intended for acrylic paint. As is the standard across many industries that deal with pigments, paint, and printing, this works using CMYK (cyan, magenta, yellow, key) color mixing. Here, the key is black and the machine takes an input color value for each component, then dispenses the paint in those ratios to achieve the desired hue. That all happens under the control of an Arduino Nano Every board. That operates peristaltic pumps, via L298N motor drivers, that dispense each color. Afterwards, a flushing procedure clears the lines before the next mix. The pumps fit into a 3D-printed stand, with the hoses dropping below to a waiting container. At this time, the user must set the color values through serial commands. But the team hopes to create a Bluetooth app in the future. They also plan to add a weight sensor, which would improve the machine’s accuracy.