Skip to content

Commit 7d98d8b

Browse files
authored
Merge pull request #1763 from arduino/jhansson-ard/rescue-tutorials
added mkr 485 shield guide
2 parents 36ce7df + 9c1f1de commit 7d98d8b

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Loading
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](https://www.arduino.cc/reference/en/libraries/arduinors485/) and the [Arduino Modbus](https://www.arduino.cc/reference/en/libraries/arduinomodbus/) libraries, available from the Library Manager.
12+
13+
14+
## Usage Notes
15+
16+
17+
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.
18+
19+
Most of these configurations are physical and the 3 ways dip switch allows you to set up the connection properly.
20+
21+
| Switch No. | ON | OFF |
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)