Skip to content

Commit 7d66e84

Browse files
committed
Merge branch 'main' into develop
2 parents 6549da0 + a406bfe commit 7d66e84

35 files changed

+354
-236
lines changed

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,13 @@ GEM
116116
json (2.18.0)
117117
json-minify (0.0.3)
118118
json (> 0)
119-
kramdown (2.5.1)
120-
rexml (>= 3.3.9)
119+
kramdown (2.5.2)
120+
rexml (>= 3.4.4)
121121
kramdown-parser-gfm (1.1.0)
122122
kramdown (~> 2.0)
123123
liquid (4.0.4)
124-
listen (3.9.0)
124+
listen (3.10.0)
125+
logger
125126
rb-fsevent (~> 0.10, >= 0.10.3)
126127
rb-inotify (~> 0.9, >= 0.9.10)
127128
logger (1.7.0)
@@ -133,7 +134,7 @@ GEM
133134
parallel (1.27.0)
134135
pathutil (0.16.2)
135136
forwardable-extended (~> 2.6)
136-
prism (1.8.0)
137+
prism (1.9.0)
137138
public_suffix (7.0.2)
138139
racc (1.8.1)
139140
rainbow (3.1.1)
@@ -145,7 +146,7 @@ GEM
145146
rexml (3.4.4)
146147
rouge (4.7.0)
147148
safe_yaml (1.0.5)
148-
sass-embedded (1.97.2-x86_64-linux-gnu)
149+
sass-embedded (1.97.3-x86_64-linux-gnu)
149150
google-protobuf (~> 4.31)
150151
securerandom (0.4.1)
151152
terminal-table (3.0.2)

docs/_hardware/16-channel_relay.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: 16 Channel I2C Electromagnetic Relay Module IoT
3+
categories: [Hardware, Relay]
4+
tags: [relay, i2c, 16channel]
5+
6+
image:
7+
path: /assets/img/16 Channel I2C Electromagnetic Relay Module PCF8575.webp
8+
src: /assets/img/16 Channel I2C Electromagnetic Relay Module PCF8575.webp
9+
alt: '16 Channel I2C Electromagnetic Relay Module PCF8575 header image'
10+
11+
device_hardware: GPIO
12+
device_address:
13+
'Enter the IO Expender type, the relay number (starting at 1), and then the
14+
I2C address with optional I2C bus number: `pcf8575-1,0x4c,3`'
15+
---
16+
17+
## Information
18+
19+
The IOT Electronic 16 Channel I2C Solid State Relay Module provides 16 isolated
20+
channels for Arduino and Raspberry projects, supporting 100-240V AC control.
21+
22+
This IOT Electronic 16 Channel I2C Solid State Relay Module offers robust
23+
control for your microcontroller projects. Designed for compatibility with
24+
Arduino, Raspberry, and other microcontrollers, it provides 16 isolated solid
25+
state relay channels.
26+
27+
### Key Features
28+
29+
- Control 16 independent channels using an I2C interface.
30+
- Built around the efficient **PCF8575** I2C expander chip.
31+
- Designed for compatibility with Arduino, Raspberry, and various
32+
microcontrollers.
33+
34+
### Device Specifications
35+
36+
- PCB Board Dimension: 210mm x 72mm
37+
- Compatibility: DRG-01 DIN rail plastic holder
38+
- Isolation: Full opto and air isolation from high voltage
39+
- Operation DC Voltage: 3.3V and 5.0V
40+
- Maximum Current @5.0V: 450mA
41+
- AC Controlling Voltage Range: 100…240VAC
42+
- AC Voltage Frequency Range: 50…60Hz
43+
- Minimum AC Current per Channel: 30mA
44+
- Maximum AC Current per Channel: 2A
45+
- I2C Device Slave Address: Changeable
46+
- Expandability: Connect up to 8 devices to one I2C bus, controlling up to 128
47+
channels
48+
- Indicators: Red LED indicators for each SSR relay channel
49+
50+
This versatile relay module simplifies projects requiring multiple high-voltage
51+
switching capabilities. Its I2C interface allows for easy integration and
52+
expansion, enabling control of up to 128 channels with multiple modules. The
53+
opto and air isolation ensure safety and reliability when dealing with AC loads
54+
up to 240V, making the IOT Electronic 16 Channel I2C Solid State Relay Module an
55+
excellent choice for demanding applications.
56+
57+
### Ideal for
58+
59+
- Makers and hobbyists working with Arduino and Raspberry Pi.
60+
- Automation projects requiring multi-channel AC switching.
61+
- Industrial control applications needing isolated relay outputs.
62+
- Projects where space-saving and expandability are crucial.
63+
- Electronics enthusiasts building custom control systems.
64+
65+
[16 Channel I2C Electromagnetic Relay Module PCF8575](https://www.tindie.com/products/bugrovs2012/16-channel-i2c-electromagnetic-relay-module-iot/#product-description)
66+
67+
{% include_relative _relay_detail.md %}

docs/_hardware/ahtx0_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [temperature, humidity]
1212
device_address:
1313
'<I2C Address>,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `0x38`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `0x38`'
1515
device_power_management: false
1616
---
1717

docs/_hardware/am2320_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [temperature, humidity]
1212
device_address:
1313
'&lt;I2C Address&gt;,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `0x5c`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `0x5c`'
1515
device_url: https://www.pibits.net/code/am2320-temperature-and-humidity-sensor-and-raspberry-pi-example.php
1616
---
1717

docs/_hardware/amg8833_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [temperature]
1212
device_address:
1313
'&lt;I2C Address&gt;,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `1,0x3f`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `1,0x3f`'
1515
device_url: https://makersportal.com/shop/amg8833-thermal-camera-infrared-array
1616
---
1717

docs/_hardware/atlasscientific_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [temperature, humidity, conductivity, ph, co2, pressure]
1212
device_address:
1313
'&lt;I2C Address&gt;,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `0x3f`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `0x3f`'
1515
device_url: https://atlas-scientific.com/
1616
---
1717

docs/_hardware/bh1750_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [light]
1212
device_address:
1313
'&lt;I2C Address&gt;,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `0x3f`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `0x3f`'
1515
device_url: https://components101.com/sensors/bh1750-ambient-light-sensor
1616
---
1717

docs/_hardware/bme280_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [temperature, humidity, pressure, altitude]
1212
device_address:
1313
'&lt;I2C Address&gt;,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `0x3f`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `0x3f`'
1515
device_url: https://www.adafruit.com/product/2652
1616
---
1717

docs/_hardware/bme680_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [temperature, humidity, pressure, altitude]
1212
device_address:
1313
'&lt;I2C Address&gt;,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `0x3f,3`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `0x3f,3`'
1515
device_url: https://shop.pimoroni.com/products/bme680-breakout?variant=12491552129107
1616
---
1717

docs/_hardware/chirp_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
device_types: [temperature, moisture]
1212
device_address:
1313
'&lt;I2C Address&gt;,[I2C Bus] where the [I2C
14-
bus](/TerrariumPI/hardware#i2c-bus) is optional<br />Ex: `0x3f`'
14+
bus](/TerrariumPI/hardware/#i2c-bus) is optional<br />Ex: `0x3f`'
1515
device_url: https://www.tindie.com/products/miceuz/i2c-soil-moisture-sensor/
1616
---
1717

0 commit comments

Comments
 (0)