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
As Jallson Suryo discusses in his project, adding voice controls to our appliances typically involves an internet connection and a smart assistant device such as Amazon Alexa or Google Assistant. This means extra latency, security concerns, and increased expenses due to the additional hardware and bandwidth requirements. This is why he created a prototype based on an Arduino Nicla Voice that can provide power for up to four outlets using just a voice command. Suryo gathered a dataset by repeating the words “one," “two," “three," “four," “on," and “off” into his phone and then uploaded the recordings to an Edge Impulse project. From here, he split the files into individual words before rebalancing his dataset to ensure each label was equally represented. The classifier model was trained for keyword spotting and used Syntiant NDP120-optimal settings for voice to yield an accuracy of around 80%. Apart from the Nicla Voice, Suryo incorporated a Pro Micro board to handle switching the bank of relays on or off. When the Nicla Voice detects the relay number, such as “one” or “three," it then waits until the follow-up “on” or “off” keyword is detected. With both the number and state now known, it sends an I2C transmission to the accompanying Pro Micro which decodes the command and switches the correct relay. To see more about this voice-controlled power strip, be sure to check out Suryo’s Edge Impulse tutorial.