mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of https://github.com/m5stack/m5-docs
This commit is contained in:
@@ -951,7 +951,7 @@ mark {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
flex-direction:column;
|
||||
z-index: 100;
|
||||
z-index: 50;
|
||||
width: max-content;
|
||||
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 115 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 261 KiB |
+11
-1
@@ -54,7 +54,17 @@ The I2C address of this unit is 0x70 (changable by resistors).
|
||||
|
||||
## Schematic
|
||||
|
||||
<img src="assets/img/product_pics/unit/pahub/pahub_sch.png">s
|
||||
<img src="assets/img/product_pics/unit/pahub/pahub_sch.png" width="50%">
|
||||
|
||||
Referring to the schematic diagram and the TCA9548A data sheet, it can be seen that the Unit can modify the I2C address of the device by controlling the level combination of the A0 ~ A2 pins. (Default address is 0x70)
|
||||
|
||||
Three chip resistance welding positions are reserved on the PCB of the Unit, which are A0-A2, as shown in the figure below.
|
||||
|
||||
<img src="assets\img\product_pics\unit\pahub\pahub_p5.jpg" width="50%">
|
||||
|
||||
After soldering a 0 ohm resistor, the corresponding pin will change from low to high, and the pin level combination and its corresponding I2C address are shown in the table below.
|
||||
|
||||
<img src="assets\img\product_pics\unit\pahub\pahub_p4.jpg" width="50%">
|
||||
|
||||
|
||||
## Example
|
||||
|
||||
@@ -30,7 +30,17 @@
|
||||
|
||||
## 原理图
|
||||
|
||||
<img src="assets/img/product_pics/unit/pahub/pahub_sch.png">
|
||||
<img src="assets/img/product_pics/unit/pahub/pahub_sch.png" width="50%">
|
||||
|
||||
参考原理图及TCA9548A数据手册可知,该Unit能够通过控制A0~A2引脚的电平组合,修改设备的I2C地址。(默认地址为0x70)
|
||||
|
||||
在Unit的PCB板上预留了三个贴片电阻焊接位,分别为A0-A2,如下图所示。
|
||||
|
||||
<img src="assets\img\product_pics\unit\pahub\pahub_p5.jpg" width="50%">
|
||||
|
||||
焊接0欧电阻后,相应的引脚将由低电平变为高电平,引脚电平组合与其对应的I2C地址如下表所示。
|
||||
|
||||
<img src="assets\img\product_pics\unit\pahub\pahub_p4.jpg" width="50%">
|
||||
|
||||
### 套件清单
|
||||
|
||||
|
||||
Reference in New Issue
Block a user