Skip to content

Commit 75c8b8d

Browse files
Merge pull request #2309 from arduino/Pedromsousalima/PlugandMake/DatasheetI2CUpdate
[PXCT-25] Updated I2C Table
2 parents c23e95e + 43b6f36 commit 75c8b8d

File tree

1 file changed

+14
-10
lines changed
  • content/hardware/09.kits/maker/plug-and-make-kit/datasheet

1 file changed

+14
-10
lines changed

content/hardware/09.kits/maker/plug-and-make-kit/datasheet/datasheet.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,21 @@ Each Modulino® node of the kit is designed to be connected to the Arduino® UNO
206206

207207
In the case multiple nodes of the same kind are connected to the I2C "daisy-chain", they may have the same I2C default address, causing communication problems. All Modulino® nodes are designed to have the possibility of having different I2C addresses via hardware or firmware changes as presented in the following table.
208208

209-
| **Board Silk Name** | **Sensor/Actuator** | **Default I2C Address (HEX)** | **Editable Addresses (HEX)** |
210-
| ------------------- | ----------------------- | ----------------------------- | ----------------------------------------------- |
211-
| MODULINO MOVEMENT | LSM6DSOXTR | 0x6A | 0x6A, 0x6B (via Solder Jumper) |
212-
| MODULINO DISTANCE | VL53L4CDV0DH/1 | 0x29 | Any custom address (via software configuration) |
213-
| MODULINO THERMO | HS3003 | 0x44 | Any custom address (via software configuration) |
214-
| MODULINO BUZZER | PKLCS1212E4001 | 0x3C | Any custom address (via software configuration) |
215-
| MODULINO KNOB | PEC11J-9215F-S0015 | 0x76 | Any custom address (via software configuration) |
216-
| MODULINO PIXELS | Eight LC8822-2020 | 0x6C | Any custom address (via software configuration) |
217-
| MODULINO BUTTONS | Three SPST Push Buttons | 0x7C | Any custom address (via software configuration) |
209+
| **Board Silk Name** | **Sensor/Actuator** | **Modulino I2C Address (HEX)** | **Editable Addresses (HEX)** | **Hardware I2C Address (HEX)** |
210+
|------------------------|-------------------------|-------------------------------|------------------------------------------------|------------------------------|
211+
| MODULINO MOVEMENT | LSM6DSOXTR | 0x6A | 0x6A, 0x6B (via solder jumper) | 0x6A & 0x7E |
212+
| MODULINO DISTANCE | VL53L4CDV0DH/1 | 0x29 | Any custom address (via software configuration)| 0x29 |
213+
| MODULINO THERMO | HS3003 | 0x44 | Any custom address (via software configuration)| 0x44 |
214+
| MODULINO BUZZER | PKLCS1212E4001 | 0x3C | Any custom address (via software configuration)| 0x1E |
215+
| MODULINO KNOB | PEC11J-9215F-S0015 | 0x76 | Any custom address (via software configuration)| 0x3A |
216+
| MODULINO PIXELS | Eight LC8822-2020 | 0x6C | Any custom address (via software configuration)| 0x36 |
217+
| MODULINO BUTTONS | Three SPST Push Buttons | 0x7C | Any custom address (via software configuration)| 0x3E |
218+
219+
**Please note:** When scanning for I2C addresses connected to the bus, the boards might identify themselves using the **Hardware I2C Address** listed in the last column of the table. However, you should always use the **Modulino I2C Address** provided in your code if using the official Modulino library.
218220

219221
With the provided software, users can change the default I2C address of the dedicated I2C interface controller firmware. Assigning different addresses allows users to connect multiple boards of the same type in a chain.
220222
To facilitate this, a white rectangle is positioned on the bottom silk of the board, where users can write the new I2C address directly on the board itself.
223+
221224
![Blank silk for identification](assets/I2CTag.png)
222225

223226
<div style="background-color: #FFCCCC; border-left: 6px solid #FF0000; margin: 20px 0; padding: 15px;">
@@ -726,6 +729,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
726729

727730
| **Date** | **Revision** | **Changes** |
728731
| ---------- | ------------ | ------------------------------------------------------ |
729-
| 05/09/2024 | 1 | Cloud Editor updated from Web Editor |
732+
| 06/12/2024 | 3 | Updated I2C information |
733+
| 05/09/2024 | 2 | Cloud Editor updated from Web Editor |
730734
| 11/07/2024 | 1 | First release |
731735

0 commit comments

Comments
 (0)