Skip to content

Commit 23916a0

Browse files
Merge branch 'pedromsousalima/modulinos/revamp-get-started' of https://github.com/arduino/docs-content into pedromsousalima/modulinos/revamp-get-started
2 parents 5f926a8 + be13074 commit 23916a0

File tree

3 files changed

+4
-5
lines changed
  • content/hardware/11.accessories/modulino-nodes

3 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The default I²C address for the **Modulino Buzzer** module is:
6262
| PA0 | Buzzer |
6363

6464
**PA0**: This pin can be used to bypass the I²C interface and control the buzzer directly using a square wave.
65+
6566
![Control through PA0 Pin](assets/buzzerPA0.gif)
6667

6768
#### 1x4 Header (I2C)

content/hardware/11.accessories/modulino-nodes/modulino-movement/datasheet/datasheet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ Below are some project ideas focused on the Modulino® Movement module and its b
5353
## Related Products
5454

5555
- **SKU: ASX00027** - [Arduino® Sensor Kit](https://store.arduino.cc/products/arduino-sensor-kit)
56-
5756
- **SKU: K000007** - [Arduino® Starter Kit](https://store.arduino.cc/products/arduino-starter-kit-multi-language)
58-
5957
- **SKU: AKX00026** - [Arduino® Oplà IoT Kit](https://store.arduino.cc/products/opla-iot-kit)
6058

6159
## Rating

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ software:
1414
- micropython
1515
---
1616

17-
The Modulino ecosystem provides modular sensors and actuators that streamline prototyping and development. Each module follows a standardised form factor with QWIIC connectors and I²C protocol integration, allowing simple connection and programming of multiple nodes. In addition to QWIIC connectors, Modulinos expose solderable pins for compatibility with boards that don't support QWIIC.
17+
The Modulino ecosystem provides modular sensors and actuators that streamline prototyping and development. Each module follows a standardised form factor with QWIIC connectors and I²C protocol integration, allowing simple connection and programming of multiple nodes. In addition to QWIIC connectors, Modulino nodes expose solderable pins for compatibility with boards that don't support QWIIC.
1818

1919
## The Modulino System
2020

2121
Modulinos are designed to work seamlessly together through:
2222
- **Standardised QWIIC connectors** for plug-and-play connectivity
2323
- **I²C communication** for simple two-wire data transfer
24-
- **Daisy-chain capability** for connecting multiple modules
24+
- **Daisy-chain capability** for connecting multiple nodes
2525
- **Compact form factor** for space-efficient designs
2626
- **Cross-platform support** for Arduino and MicroPython
2727

2828
## How To Connect Your Modulino
2929

30-
The easiest and most reliable way to connect your Modulino is through the QWIIC Connect System. It's plug-and-play, uses standard I²C, and makes it easy to join multiple modules. If your board supports QWIIC, this is the recommended way to go.
30+
The easiest and most reliable way to connect your Modulino is through the QWIIC Connect System. It's plug-and-play, uses standard I²C, and makes it easy to join multiple nodes. If your board supports QWIIC, this is the recommended way to go.
3131

3232
Note that the dedicated I²C pins will differ from board to board, meaning it is always a good idea to check your specific model.
3333

0 commit comments

Comments
 (0)