You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+72
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,75 @@ The configuration parameters for the server can be found the ```config.json``` f
55
55
# Software Configuration
56
56
Configuration of hardwared devices in REM is straightforward with each exposed hardware interface represented by tabs at the top of the page. To enable communication with I2c and SPI bus topologies you must first enable them in the OS for Raspberry Pi, Orange Pi, or BeagleBone. Once you have done that you can add the bus access from the General tab.
57
57
58
+
# Supported I/O Devices
59
+
REM supports devices connected to GPIO, I2c, and SPI bus interfaces. Below is a list of some of the supported devices.
60
+
61
+
## GPIO
62
+
Supports input and output modes for GPIO. Configuration is performed by clicking on a the pin in the GUI then selecting the parameters for the pin connection.
63
+
- Push Buttons
64
+
- Flow Switches
65
+
- Relays
66
+
67
+
## SPI
68
+
Most SPI ADC chips are supported for input. While only the Microchip MCP series ADC chips have predefined profiles you can created your own through the interface.
69
+
70
+
- MCP3008
71
+
- MCP3004
72
+
- MCP3002
73
+
- MCP3208
74
+
- MCP3204
75
+
- MCP3202
76
+
- MCP3304
77
+
- MCP3302
78
+
79
+
80
+
## I2c
81
+
A variety of hardware items are currently supported on the I2c bus in REM. These are easily configured for items ranging from relay hats to analog to digital converters (ADC).
82
+
83
+
### Multi-IO Boards
84
+
- Sequent Microsystems Industrial Automation Hat MEGA-IND
85
+
0-10v Inputs
86
+
Digital Inputs
87
+
4-20mA Inputs
88
+
Open Drain Outputs
89
+
0-10v Outputs
90
+
4-20mA Outputs
91
+
RS485
92
+
- Sequent Microsystems Building Automation Hat MEGA-BAS
93
+
0-10v Inputs
94
+
Dry Contact Inputs
95
+
1k or 10k Thermistor Inputs
96
+
0-10v Outputs
97
+
RS485
98
+
99
+
### Analog to Digital Converters
100
+
- ADS1115 16-bit
101
+
- ADS1015 12-bit
102
+
- Pimoroni ADC
103
+
104
+
### Relay Boards
105
+
- MCP23017 Based Relay Boards
106
+
- MCP23008 Based Relay Boards
107
+
- Sequent Microsystems Relay 4
108
+
- Sequent Microsystems Relay 8 (v2.x, v3.0, and industrial cards)
0 commit comments