diff --git a/docs/en/unit/iso485.md b/docs/en/unit/iso485.md new file mode 100644 index 00000000..7b96ae0a --- /dev/null +++ b/docs/en/unit/iso485.md @@ -0,0 +1,129 @@ +# Isolated RS485 Unit {docsify-ignore-all} + +SKU:U094 + +
+ +## Description + +**Isolated RS485 Unit** is an isolated half duplex transceiver based on RS485 bus protocol. It can convert TTL level to RS485 level, and various electrical noises and transient changes of voltage and current may appear in the communication link of equipment. Using ca-is3082w as interface chip can effectively shield the above noise and transient, provide sufficient protection for expensive control equipment and reduce the risk of damage. Communication with RS485 equipment at the other end is suitable for long-distance signal transmission. The product has failure protection function. In the receiving state, if the input is open or short circuited, the receiver outputs high level. RS485 is a communication protocol standard, which is used to define the electrical characteristics of drivers and receivers used in serial communication systems. It supports Multipoint Systems and is widely used in industrial fields. When the project equipment needs communication control through RS485 and has high requirements for signal-to-noise ratio and transmission distance, it is a good choice to use iso485 unit for interface type transfer. + +## Product Features + +- Built in ca-is3082w isolation chip +- Isolated DC-DC +- Signal transmission rate: up to 10 Mbps +- Fail safe receiver (bus open, short circuit) +- Supports up to 256 bus nodes +- Up to 5000 VRMs isolation and withstand voltage +- Development platform: Arduino, uiflow (blocky, pyhton) +- 2X LEGO compatible holes + +## Include + +- 1x Isolated RS485 Unit +- 1x VH-3.96 4P +- 1x 120Ω resistance +- 1x Grove Cable(20cm) + +## Applications + +- Communication between RS485 interface device and microcontroller in industrial equipment + +## Specification + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ResourcesParameter
Withstand voltage value5000V
Maximum number of nodes256个
ESD±15KV
Protection functionFailure protection, over-current protection and thermal shutdown protection
New Weight13g
Gross Weight25g
Product Size56mm*24mm*11mm
Package Size70mm*55mm*13mm
+ +## EasyLoader + +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) + +
+
+
+
+ Windows + MacOS +
+
+
+ +
+ + +

Description:

+

The A/B/C button sends a message to the ISO485 terminal, and the ISO485 received message will be displayed on the screen

+
+
+
+ +## Related Link + +- **Datasheet** + - [ISO485](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/IS3082W.pdf) + +## Schematic + + + +### Pin Map + + + + +
M5Core(GROVE C)U2RXD(GPIO16)U2TXD(GPIO17)5VGND
ISO485 UnitRS485 RXDRS485 TXD5VGND
+ +## Example + +### 1. Arduino IDE + +To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ISO485) + + + \ No newline at end of file