add isolated RS-485 transceiver
This commit is contained in:
parent
0a4f888971
commit
416c4d8bca
40
ic/rs485_adm2483.yaml
Normal file
40
ic/rs485_adm2483.yaml
Normal file
@ -0,0 +1,40 @@
|
||||
name: ADM2483
|
||||
description: transceiver, RS-485, isolated
|
||||
datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADM2483.pdf
|
||||
|
||||
pinout:
|
||||
UART:
|
||||
DE: 5
|
||||
TxD: 6
|
||||
RxD: 3
|
||||
~RE: 4
|
||||
RS485:
|
||||
A: 12
|
||||
B: 13
|
||||
POWER:
|
||||
VDD1: 1
|
||||
VDD2: 16
|
||||
GROUND:
|
||||
GND1: 2, 8
|
||||
GND2: 9, 15
|
||||
PV: 7
|
||||
NC: 10, 11, 14
|
||||
|
||||
properties:
|
||||
bidir: A,B
|
||||
in: TxD,~RE,DE,PV
|
||||
out: RxD
|
||||
power: POWER
|
||||
ground: GROUND
|
||||
inverted: ~RE
|
||||
nc: NC
|
||||
|
||||
schematic:
|
||||
symbol: ic
|
||||
left: UART, PV
|
||||
right: RS485
|
||||
top: POWER
|
||||
bottom: GROUND
|
||||
|
||||
housing:
|
||||
outline: jedec ms-013 AA
|
Loading…
Reference in New Issue
Block a user