Skip to content

Commit 92c7491

Browse files
authored
Merge fbdc8e4 into 3cd3327
2 parents 3cd3327 + fbdc8e4 commit 92c7491

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 'Getting Started with the MKR 485 Shield'
3+
description: 'Get started easily with the MKR 485 Shield.'
4+
tags:
5+
- RS485
6+
author: 'Arduino'
7+
---
8+
9+
The [MKR 485 shield](https://store.arduino.cc/arduino-mkr-485-shield) allows a MKR board to connect to other 485 devices.
10+
11+
This board may be used with the [Arduino RS485](/en/Reference/ArduinoRS485) and the [Arduino Modbus](/en/ArduinoModbus/ArduinoModbus) libraries, available from the Library Manager.
12+
13+
## Usage Notes
14+
15+
16+
The Arduino MKR 485 Shield allows the Arduino MKR family of boards to communicate with industrial automation systems or to extend the serial wired communication over much longer range. This shield supports half and full duplex with or without biasing and termination, master slave configuration.
17+
18+
Most of these configurations are physical and the 3 ways dip switch allows you to set up the connection properly.
19+
20+
| Switch No. | ON | OFF |
21+
22+
| ---------- | -------------------- | -------------- |
23+
| 1 | Termination on A-B\* | NO termination |
24+
| 2 | FULL Duplex\* | HALF Duplex |
25+
| 3 | Termination on Y-Z\* | NO termination |
26+
27+
(* Factory configuration)
28+
29+
![The MKR 485 Shield](assets/MKR485_featured.jpg)
30+
31+
## Use Cases
32+
33+
With the MKR 485 Shield you can interface with devices supporting the 485 standard. In the tutorial in the link below, you can learn how to interface with an **energy meter** using the Modbus protocol, and send the data to the Arduino Cloud.
34+
35+
- [Modbus Energy Meter and Arduino Cloud](https://docs.arduino.cc/arduino-cloud/application-notes/modbus-energy-meter/)
36+
37+
### PIN Usage
38+
39+
This shield is compatible with the MKR family of Arduino boards.
40+
41+
| Pin number | Usage | Notes |
42+
| ---------- | ----- | -------- |
43+
| A4 | RE | |
44+
| A5 | DE | |
45+
| 13 | RX | Reserved |
46+
| 14 | TX | Reserved |
47+

0 commit comments

Comments
 (0)