Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e70837b

Browse files
updated h4s
1 parent 4cc029b commit e70837b

File tree

6 files changed

+19
-19
lines changed
  • content/hardware/11.accessories/modulino-nodes
    • modulino-buzzer/tutorials/how-buzzer-ardu
    • modulino-distance/tutorials/how-distance-ardu
    • modulino-knob/tutorials/how-knob-ardu
    • modulino-movement/tutorials/how-movement-ardu
    • modulino-pixels/tutorials/how-pixels-ardu
    • modulino-thermo/tutorials/how-thermo-ardu

6 files changed

+19
-19
lines changed

‎content/hardware/11.accessories/modulino-nodes/modulino-buzzer/tutorials/how-buzzer-ardu/content.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ When scanning for I2C address on the bus, you might find the modulino using the
4545
Later in this article we teach how to [change the address](#how-to-change-i2c-address).
4646

4747

48-
### Pinout
48+
## Pinout
4949

5050
The PKLCS1212E4001-R1 buzzer is the core component of this module. This audio output device is controlled by an onboard STM32 microcontroller, which supports digital communication (I2C), meaning it connects directly to the I2C bus on the module without requiring additional conversion circuitry.
5151

5252
![Arduino Buzzer Pinout](assets/BuzzerPinouts.png)
5353

54-
#### 1x8 Header
54+
### 1x8 Header
5555

5656
| Pin | Function |
5757
|--------|-----------------|
@@ -75,7 +75,7 @@ The PKLCS1212E4001-R1 buzzer is the core component of this module. This audio ou
7575
![Direct control via signal](assets/buzzerPA0.gif)
7676

7777

78-
#### 1x4 Header (I2C)
78+
### 1x4 Header (I2C)
7979

8080
The pinout for the Modulino Buzzer is shown below. While the recommended connection method is via the QWIIC connectors, this solderable header provides a connection option when using the modulino with a non-QWIIC compatible board.
8181

‎content/hardware/11.accessories/modulino-nodes/modulino-distance/tutorials/how-distance-ardu/content.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ The default address for the Module is:
4545

4646
***Note: Since the address cannot be changed on this Modulino specifically, using two or more identical modules on the same I2C bus will result in address conflicts and cause communication issues.***
4747

48-
### Pinout
48+
## Pinout
4949

5050
The pinout for the Modulino Distance is shown below. Please note that the exposed solderable pins are directly connected to the QWIIC connectors using the same I2C interface.
5151

5252
![Arduino Distance Pinout](assets/DistancePinouts.png)
5353

54-
#### 1x4 Header (Sensor GPIO)
54+
### 1x4 Header (Sensor GPIO)
5555

5656
| Pin | Function |
5757
|-------|----------------|
@@ -65,7 +65,7 @@ The pinout for the Modulino Distance is shown below. Please note that the expose
6565
- **GPIO1: Digital Output** – General purpose digital output pin.
6666
- **XSHUT: Xshutdown** – Shutdown control pin for the sensor.
6767

68-
#### 1x4 Header (I2C)
68+
### 1x4 Header (I2C)
6969

7070
The pinout for the Modulino Buzzer is shown below. While the recommended connection method is via the QWIIC connectors, this solderable header provides a connection option when using the modulino with a non-QWIIC compatible board.
7171

‎content/hardware/11.accessories/modulino-nodes/modulino-knob/tutorials/how-knob-ardu/content.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Modulino Knob is a modular sensor based on a quadrature rotary encoder that
1717

1818
It uses the Modulino form factor, streamlining integration through the I2C protocol. It provides QWIIC connectors and exposed solderable pins (for boards without a QWIIC interface).
1919

20-
### General Characteristics
20+
## General Characteristics
2121

2222
The Modulino Knob has the following measurement specifications:
2323

@@ -43,15 +43,15 @@ When scanning for I2C address on the bus, you might find the modulino using the
4343
Later in this article we teach how to [change the address](#how-to-change-i2c-address).
4444

4545

46-
### Pinout
46+
## Pinout
4747

4848
The rotary encoder is the core component of this module. This input device is controlled by an onboard STM32 microcontroller, which supports digital communication (I2C), meaning it connects directly to the I2C bus on the module without requiring additional conversion circuitry.
4949

5050
![Arduino Knob Pinout](assets/KnobPinouts.png)
5151

5252
The board also includes direct connections to the rotary encoder bypassing the built-in microcontroller.
5353

54-
#### 1x10 Header
54+
### 1x10 Header
5555

5656
| Pin | Function |
5757
|-------|----------------|
@@ -77,7 +77,7 @@ The board also includes direct connections to the rotary encoder bypassing the b
7777
- **PA0: Encoder A:**These pins connect directly to the rotary encoder's quadrature outputs.
7878
- **PA1: Encoder B:**These pins connect directly to the rotary encoder's quadrature outputs.
7979

80-
#### 1x4 Header (I2C)
80+
### 1x4 Header (I2C)
8181

8282
The pinout for the Modulino Knob is shown below. While the recommended connection method is via the QWIIC connectors, this solderable header provides a connection option when using the modulino with a non-QWIIC compatible board.
8383

@@ -154,7 +154,7 @@ Each module should have a unique address on a chain if you plan to address them
154154

155155
## How To Use Your Modulino
156156

157-
#### Installing The Modulino Library
157+
### Installing The Modulino Library
158158

159159
You need the official Modulino library available [here](https://github.com/arduino-libraries/Modulino) to use the Modulino Knob.
160160

‎content/hardware/11.accessories/modulino-nodes/modulino-movement/tutorials/how-movement-ardu/content.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ The default address for the Module is:
4545
When scanning for I2C address on the bus, you might find the modulino using the **Hardware I2C Address**. However, you should always use the **Modulino I2C Address** when using the official Modulino library.
4646
Later in this article we teach how to [change the address](#how-to-change-i2c-address).
4747

48-
### Pinout
48+
## Pinout
4949

5050
The pinout for the Modulino Movement is shown below. Please note that the exposed solderable pins are directly connected to the QWIIC connectors using the same I2C interface.
5151

5252
![Arduino Movement Pinout](assets/MovementPinouts.png)
5353

5454
Depending on the board connected to the modulino, the I2C pin names to program it may differ. Please check the [board tutorials](https://docs.arduino.cc/hardware/) on your modulino's compatible board or the [Modulino library](https://github.com/arduino-libraries/Modulino/tree/main/docs) to learn more.
5555

56-
#### 1x10 Header
56+
### 1x10 Header
5757

5858
| Pin | Function |
5959
|---------|------------------|
@@ -79,7 +79,7 @@ Depending on the board connected to the modulino, the I2C pin names to program
7979
- **SDOAUX: Auxiliary Output** – Auxiliary data output pin.
8080
- **OCSAUX: Auxiliary Output** – Auxiliary output control signal pin.
8181

82-
#### 1x4 Header (I2C)
82+
### 1x4 Header (I2C)
8383

8484
| Pin | Function |
8585
|-------|--------------|

‎content/hardware/11.accessories/modulino-nodes/modulino-pixels/tutorials/how-pixels-ardu/content.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ The Modulino Pixels based on 8 LC8822-2020 addressable LEDs is capable of genera
2727
| Resolution (ADC) | Default | - | 12-bit | - | mcd |
2828
| Communication | I2C,USART,SPI | - | I2C | - | - |
2929

30-
### Pinout
30+
## Pinout
3131

3232
The LC8822-2020 addressable LEDs are the core components of this module. These RGB light output devices are controlled by an onboard STM32C011F4U6TR microcontroller, which supports digital communication (I2C), meaning it connects directly to the I2C bus on the module without requiring additional conversion circuitry.
3333

3434
![Modulino Pixels Pinout](assets/PixelsPinouts.png)
3535

36-
#### 1x10 Header (LC8822-2020 and Microcontroller Signals)
36+
### 1x10 Header (LC8822-2020 and Microcontroller Signals)
3737

3838
| Pin | Function |
3939
|--------|-----------------|
@@ -56,7 +56,7 @@ The LC8822-2020 addressable LEDs are the core components of this module. These R
5656
- **D0: Pixels Data Out**: Sends pixel data to addressable LED strips in a daisy chain configuration for lighting control.
5757
- **C0: Pixels Clock Out**: Provides clock signal synchronization for addressable LED strips, ensuring proper timing for pixel data.
5858

59-
#### 1x4 Header (I2C)
59+
### 1x4 Header (I2C)
6060

6161
The pinout for the Modulino Pixels is shown below. While the recommended connection method is via the QWIIC connectors, this solderable header provides a connection option when using the modulino with a non-QWIIC compatible board.
6262

‎content/hardware/11.accessories/modulino-nodes/modulino-thermo/tutorials/how-thermo-ardu/content.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ The default address for the Module is:
4141

4242
***Note: Since the address cannot be changed on this Modulino specifically, using two or more identical modules on the same I2C bus will result in address conflicts and cause communication issues.***
4343

44-
### Pinout
44+
## Pinout
4545

4646
The pinout for the Modulino Thermo is shown below. Please note that the exposed solderable pins are directly connected to the QWIIC connectors using the same I2C interface.
4747

4848
![Arduino Thermo Pinout](assets/ThermoPinouts.jpg)
4949

5050
Depending on the board connected to the modulino, the I2C pin names to program it may differ. Please check the [board tutorials](https://docs.arduino.cc/hardware/) on your modulino's compatible board or the [Modulino library](https://github.com/arduino-libraries/Modulino/tree/main/docs) to learn more.
5151

52-
#### 1x4 Header (I2C)
52+
### 1x4 Header (I2C)
5353

5454
The pinout for the Modulino Buzzer is shown below. While the recommended connection method is via the QWIIC connectors, this solderable header provides a connection option when using the modulino with a non-QWIIC compatible board.
5555

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /