-
-
Notifications
You must be signed in to change notification settings - Fork 458
added mkr 485 shield guide #1763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
3dc5129
added mkr 485 shield guide
jhansson-ard abeba78
updated metadata
jhansson-ard 983be1a
updated metadata
jhansson-ard 292f7d9
Update content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/ge…
jhansson-ard 33600de
Update content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/ge…
jhansson-ard fbdc8e4
Update content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/ge…
jhansson-ard e5806f4
Update content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/ge…
karlsoderby 9c1f1de
Update content.md
karlsoderby File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+13.2 KB
.../02.shields/mkr-485-shield/tutorials/getting-started/assets/MKR485_featured.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions
47
.../hardware/01.mkr/02.shields/mkr-485-shield/tutorials/getting-started/content.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: 'Getting Started with the MKR 485 Shield' | ||
description: 'Get started easily with the MKR 485 Shield.' | ||
tags: | ||
- RS485 | ||
author: 'Arduino' | ||
--- | ||
|
||
The [MKR 485 shield](https://store.arduino.cc/arduino-mkr-485-shield) allows a MKR board to connect to other 485 devices. | ||
|
||
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. | ||
|
||
### Usage Notes | ||
jhansson-ard marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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. | ||
|
||
Most of these configurations are physical and the 3 ways dip switch allows you to set up the connection properly. | ||
|
||
| Switch No. | ON | OFf | | ||
jhansson-ard marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ---------- | -------------------- | -------------- | | ||
| 1 | Termination on A-B\* | NO termination | | ||
| 2 | FULL Duplex\* | HALF Duplex | | ||
| 3 | Termination on Y-Z\* | NO termination | | ||
|
||
(* Factory configuration) | ||
|
||
 | ||
|
||
### Tutorials | ||
|
||
Now that you have a basic knowledge of the shield, you may find inspiration in our [Project Hub](https://projecthub.arduino.cc/) tutorial platform. | ||
|
||
<iframe frameborder='0' height='410' scrolling='no' src='https://create.arduino.cc/projecthub/123325/monitor-your-energy-bill-via-modbus-mkr-wifi-1010-and-rs485-814e5e/embed?use_route=project' width='354' style='margin-top:30px'></iframe> | ||
|
||
This shield may be used with the libraries already available for 485 communication. | ||
jhansson-ard marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### PIN Usage | ||
|
||
This shield is compatible with the MKR family of Arduino boards. | ||
|
||
| Pin number | Usage | Notes | | ||
| ---------- | ----- | -------- | | ||
| A4 | RE | | | ||
| A5 | DE | | | ||
| 13 | RX | Reserved | | ||
| 14 | TX | Reserved | | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.