Skip to content

Commit 5f926a8

Browse files
applleid feedback
1 parent de32c12 commit 5f926a8

File tree

15 files changed

+57
-37
lines changed

15 files changed

+57
-37
lines changed

content/hardware/11.accessories/modulino-nodes/modulino-buttons/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url_guide: https://courses.arduino.cc/plugandmake
55
primary_button_url: https://docs.arduino.cc/tutorials/modulino-buttons/how-buttons/
66
primary_button_title: Get Started
77
secondary_button_url: https://docs.arduino.cc/tutorials/modulino-thermo/how-general/
8-
secondary_button_title: More on Modulinos
8+
secondary_button_title: More on Modulino Nodes
99
forumCategorySlug: '/hardware/accessories/modulino-buttons/214'
1010
sku: [ABX00110]
1111
---

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Modulino Buttons"
3-
description: "Complete guide for the Modulino Buttons tactile input and LED feedback module."
2+
title: "Getting Started with Modulino Buttons"
3+
description: "Complete guide for the Modulino Buttons and programming with Arduino and MicroPython."
44
tags:
55
- Modulino
66
- Buttons
@@ -45,7 +45,7 @@ The default I²C address for the **Modulino Buttons** module is:
4545

4646
### Pinout
4747

48-
![Arduino Buttons Pinout](assets/ButtonsPinouts.png)
48+
![Modulino Buttons Pinout](assets/ButtonsPinouts.png)
4949

5050
#### 1x10 Header
5151

@@ -90,7 +90,7 @@ The main components are the **three tactile buttons**, **three user-programmable
9090

9191
You can connect to the I²C pins (SDA and SCL) using either the **QWIIC connectors** (J1 and J2, this is the recommended method) or the **solderable pins** (J4). The board runs on **3.3V**, which comes from the QWIIC cable or the **3V3 pin** on J4.
9292

93-
You can grab the full schematic and PCB files from the [Modulino Buttons product page](https://docs.arduino.cc/hardware/modulinos/modulino-buttons).
93+
You can grab the full schematic and PCB files from the [Modulino Buttons page](https://docs.arduino.cc/hardware/modulinos/modulino-buttons).
9494

9595
## Programming with Arduino
9696

@@ -103,6 +103,8 @@ The Modulino Buttons is fully compatible with the Arduino IDE and the official M
103103

104104
For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](link-to-generic-guide).
105105

106+
Library repository available [here](https://github.com/arduino-libraries/Arduino_Modulino).
107+
106108
### Basic Example
107109

108110
```arduino

content/hardware/11.accessories/modulino-nodes/modulino-buzzer/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url_guide: https://courses.arduino.cc/plugandmake
55
primary_button_url: https://docs.arduino.cc/tutorials/modulino-buzzer/how-buzzer/
66
primary_button_title: Get Started
77
secondary_button_url: https://docs.arduino.cc/tutorials/modulino-thermo/how-general/
8-
secondary_button_title: More on Modulinos
8+
secondary_button_title: More on Modulino Nodes
99
forumCategorySlug: '/hardware/accessories/modulino-buzzer/215'
1010
sku: [ABX00108]
1111
---

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Modulino Buzzer"
3-
description: "Complete guide for the Modulino Buzzer audio output module."
2+
title: "Getting Started with Modulino Buzzer"
3+
description: "Complete guide for the Modulino Buzzer audio output module and programming with Arduino and MicroPython."
44
tags:
55
- Modulino
66
- Buzzer
@@ -46,7 +46,7 @@ The default I²C address for the **Modulino Buzzer** module is:
4646

4747
### Pinout
4848

49-
![Arduino Buzzer Pinout](assets/BuzzerPinouts.png)
49+
![Modulino Buzzer Pinout](assets/BuzzerPinouts.png)
5050

5151
#### 1x8 Header
5252

@@ -94,7 +94,7 @@ You can connect to the I²C pins (SDA and SCL) using either the **QWIIC connecto
9494

9595
There's also a small power LED indicator that lights up when the board is on.
9696

97-
You can grab the full schematic and PCB files from the [Modulino Buzzer product page](https://docs.arduino.cc/hardware/modulinos/modulino-buzzer).
97+
You can grab the full schematic and PCB files from the [Modulino Buzzer page](https://docs.arduino.cc/hardware/modulinos/modulino-buzzer).
9898

9999
## Programming with Arduino
100100

@@ -107,6 +107,8 @@ The Modulino Buzzer is fully compatible with the Arduino IDE and the official Mo
107107

108108
For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](link-to-generic-guide).
109109

110+
Library repository available [here](https://github.com/arduino-libraries/Arduino_Modulino).
111+
110112
### Basic Example
111113

112114
```arduino

content/hardware/11.accessories/modulino-nodes/modulino-distance/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url_guide: https://courses.arduino.cc/plugandmake
55
primary_button_url: https://docs.arduino.cc/tutorials/modulino-distance/how-distance/
66
primary_button_title: Get Started
77
secondary_button_url: https://docs.arduino.cc/tutorials/modulino-thermo/how-general/
8-
secondary_button_title: More on Modulinos
8+
secondary_button_title: More on Modulino Nodes
99
forumCategorySlug: '/hardware/accessories/modulino-distance/216'
1010
sku: [ABX00102]
1111
---

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Modulino Distance"
3-
description: "Complete guide for the Modulino Distance Time-of-Flight sensor module."
2+
title: "Getting Started with Modulino Distance"
3+
description: "Complete guide for the Modulino Distance Time-of-Flight sensor module and programming with Arduino and MicroPython."
44
tags:
55
- Modulino
66
- Distance
@@ -52,7 +52,7 @@ The default address for the Module is:
5252

5353
### Pinout
5454

55-
![Arduino Distance Pinout](assets/DistancePinouts.png)
55+
![Modulino Distance Pinout](assets/DistancePinouts.png)
5656

5757
#### 1x4 Header (Sensor GPIO)
5858

@@ -94,7 +94,7 @@ You can connect to the I²C pins (SDA and SCL) using either the **QWIIC connecto
9494

9595
There's also a small power indicator LED that lights up when the board is on.
9696

97-
You can grab the full schematic and PCB files from the [Modulino Distance product page](https://docs.arduino.cc/hardware/modulinos/modulino-distance).
97+
You can grab the full schematic and PCB files from the [Modulino Distance page](https://docs.arduino.cc/hardware/modulinos/modulino-distance).
9898

9999
## Programming with Arduino
100100

@@ -107,6 +107,8 @@ The Modulino Distance is fully compatible with the Arduino IDE and the official
107107

108108
For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](link-to-generic-guide).
109109

110+
Library repository available [here](https://github.com/arduino-libraries/Arduino_Modulino).
111+
110112
### Basic Example
111113

112114
```arduino

content/hardware/11.accessories/modulino-nodes/modulino-knob/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url_guide: https://courses.arduino.cc/plugandmake
55
primary_button_url: https://docs.arduino.cc/tutorials/modulino-knob/how-knob/
66
primary_button_title: Get Started
77
secondary_button_url: https://docs.arduino.cc/tutorials/modulino-thermo/how-general/
8-
secondary_button_title: More on Modulinos
8+
secondary_button_title: More on Modulino Nodes
99
forumCategorySlug: '/hardware/accessories/modulino-knob/217'
1010
sku: [ABX00107]
1111
---

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Modulino Knob"
3-
description: "Complete guide for the Modulino Knob rotary encoder module."
2+
title: "Getting Started with Modulino Knob"
3+
description: "Complete guide for the Modulino Knob rotary encoder module and programming with Arduino and MicroPython."
44
tags:
55
- Modulino
66
- Knob
@@ -47,7 +47,7 @@ The I²C address can be changed via software configuration.
4747

4848
### Pinout
4949

50-
![Arduino Knob Pinout](assets/KnobPinouts.png)
50+
![Modulino Knob Pinout](assets/KnobPinouts.png)
5151

5252
#### 1x10 Header
5353

@@ -96,7 +96,7 @@ You can connect to the I²C pins (SDA and SCL) using either the **QWIIC connecto
9696

9797
There's also a small power LED indicator (green) that lights up when the board is on.
9898

99-
You can grab the full schematic and PCB files from the [Modulino Knob product page](https://docs.arduino.cc/hardware/modulinos/modulino-knob).
99+
You can grab the full schematic and PCB files from the [Modulino Knob page](https://docs.arduino.cc/hardware/modulinos/modulino-knob).
100100

101101
## Programming with Arduino
102102

@@ -109,6 +109,8 @@ The Modulino Knob is fully compatible with the Arduino IDE and the official Modu
109109

110110
For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](link-to-generic-guide).
111111

112+
Library repository available [here](https://github.com/arduino-libraries/Arduino_Modulino).
113+
112114
### Basic Example
113115

114116
```arduino

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url_guide: https://courses.arduino.cc/plugandmake
55
primary_button_url: https://docs.arduino.cc/tutorials/modulino-movement/how-movement/
66
primary_button_title: Get Started
77
secondary_button_url: https://docs.arduino.cc/tutorials/modulino-thermo/how-general/
8-
secondary_button_title: More on Modulinos
8+
secondary_button_title: More on Modulino Nodes
99
forumCategorySlug: '/hardware/accessories/modulino-movement/218'
1010
sku: [ABX00101]
1111
---

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Modulino Movement"
3-
description: "Complete guide for the Modulino Movement 6-axis IMU sensor module."
2+
title: "Getting Started with Modulino Movement"
3+
description: "Complete guide for the Modulino Movement 6-axis IMU sensor module and programming with Arduino and MicroPython."
44
tags:
55
- Modulino
66
- Movement
@@ -63,7 +63,7 @@ The address can be changed through hardware modification (see the generic guide
6363

6464
### Pinout
6565

66-
![Arduino Movement Pinout](assets/MovementPinouts.png)
66+
![Modulino Movement Pinout](assets/MovementPinouts.png)
6767

6868
#### 1x10 Header
6969

@@ -105,7 +105,11 @@ The address can be changed through hardware modification (see the generic guide
105105
### Prerequisites
106106

107107
- Install the Modulino library via the Arduino IDE Library Manager
108-
- Connect your Modulino Movement via QWIIC or solderable headers
108+
- Connect your Modulino Knob via QWIIC or solderable headers
109+
110+
For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](link-to-generic-guide).
111+
112+
Library repository available [here](https://github.com/arduino-libraries/Arduino_Modulino).
109113

110114
### Basic Example
111115

0 commit comments

Comments
 (0)