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 9e54f1c

Browse files
updated notes
1 parent 340d0be commit 9e54f1c

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ Regardless of whether you connect the first Modulino via QWIIC or through the so
149149
![Modulino Wiring Options](assets/connection-guide-knob-qwiic-chain.png)
150150

151151
***The number of modules you can connect will depend on what modules you are chaining together, as this system allows for multiple sensors from different manufacturers to be added. Also, the cables you use for these connections will play a significant role in the setup's performance. Ensure your cables are properly connected and capable of handling the required data transfer.
152-
153152
Each module should have a unique address on a chain if you plan to address them individually. Later in this article we teach how to [change the address](#how-to-change-i2c-address). Multiple modules with the same address will cause conflicts on the I2C bus and will not allow you to address them individually.***
154153

155154
## How To Use Your Modulino

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The **Modulino Knob** provides a simple solution for UI interface, volume contro
254254

255255
By leveraging the **Modulino package**, users can quickly access sensor data and implement functionalities such as **user interface control and angle measurement tool**. With just a few lines of code, you can start **controlling your projects**, making it easier than ever to bring intelligent sensing to your applications.
256256

257-
## What Next?
257+
## What Is Next?
258258

259259
After mastering the basics of the Modulino Knob, try these project ideas:
260260

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ Regardless of whether you connect the first Modulino via QWIIC or through the so
169169
![Modulino Wiring Options](assets/connection-guide-movement-qwiic-chain.png)
170170

171171
***The number of modules you can connect will depend on what modules you are chaining together, as this system allows for multiple sensors from different manufacturers to be added. Also, the cables you use for these connections will play a significant role in the setup's performance. Ensure your cables are correctly connected and capable of handling the required data transfer.
172-
173172
Each module should have a unique address on a chain if you plan to address them individually. Later in this article we teach how to [change the address](#how-to-change-i2c-address). Multiple modules with the same address will cause conflicts on the I2C bus and will not allow you to address them individually.***
174173

175174
### Changing I2C Address

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ Regardless of whether you connect the first Modulino via QWIIC or through the so
168168
![Modulino Wiring Options](assets/connection-guide-movement-qwiic-chain.png)
169169

170170
***The number of modules you can connect will depend on what modules you are chaining together, as this system allows for multiple sensors from different manufacturers to be added. Also, the cables you use for these connections will play a significant role in the setup's performance. Ensure your cables are correctly connected and capable of handling the required data transfer.
171-
172171
Each module should have a unique address on a chain if you plan to address them individually. Later in this article we teach how to [change the address](#how-to-change-i2c-address). Multiple modules with the same address will cause conflicts on the I2C bus and will not allow you to address them individually.***
173172

174173
### Changing I2C Address

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,12 @@ The module should now be includable in your program using:
165165
### Get Temperature And Humidity Data
166166

167167
Getting data from the sensor is fairly simple using the ```Modulino``` library.
168+
168169
For the **Thermo** there are two crucial functions:
170+
169171
- ```.temperature``` - Provides the temperature measurement from the sensor. (Default in °C)
170172
- ```.relative_humidity``` - Provides the relative humidity from the sensor. (Default in %)
173+
171174
By default the Modulino library uses ```Wire1``` if your board model has a different pinout for the dedicated I2C pins you might have to edit it as instructed [here](https://github.com/arduino/arduino-modulino-mpy/tree/main/docs#%E2%84%B9%EF%B8%8F-using-3rd-party-boards). More information on **Wire** can be found [here](https://docs.arduino.cc/language-reference/en/functions/communication/wire/).
172175

173176
Here is an example of how to implement these functions to acquire data:

0 commit comments

Comments
(0)

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