From 4a6d9692e420437be3b33ffb078ed993a3165e5d Mon Sep 17 00:00:00 2001 From: Dharmesh Makvana <212810347+n3orma@users.noreply.github.com> Date: Sat, 16 May 2026 08:49:12 +0530 Subject: [PATCH 1/2] Fix formatting in Modulino Thermo tutorial content --- .../modulino-thermo/tutorials/how-thermo/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md b/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md index 80e56533b6..eba9e007f6 100644 --- a/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md +++ b/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md @@ -75,7 +75,7 @@ The Modulino Thermo uses a simple circuit built around the **HS3003** sensor (U1 You can connect to the I2C pins (SDA and SCL) using either the **QWIIC connectors** (J1 and J2, recommended) or the **solderable pins** (J4). The board runs on **3.3V** from the QWIIC cable or the **3V3 pin** on J4. -Full schematic and PCB files are available from the [Modulino Thermo page](https://docs.arduino.cc/hardware/modulinos/modulino-thermo). +Full schematic and PCB files are available from the [Modulino Thermo page](https://docs.arduino.cc/hardware/modulino-thermo). ## Programming with Arduino @@ -321,4 +321,4 @@ Now that you've learned how to use your Modulino Thermo, try these projects: - **Data Logger**: Record environmental conditions over time for analysis - **Comfort Zone Indicator**: Use with Modulino Pixels to show comfort levels with colours - **Morning Routine Assistant**: Check if the bathroom is warm enough before your shower -- **Pet Habitat Monitor**: Ensure reptile or tropical fish environments stay optimal \ No newline at end of file +- **Pet Habitat Monitor**: Ensure reptile or tropical fish environments stay optimal From 5dee2fc674c7038615d0a235c7700949adb2a283 Mon Sep 17 00:00:00 2001 From: Dharmesh Makvana <212810347+n3orma@users.noreply.github.com> Date: Sat, 16 May 2026 17:16:16 +0530 Subject: [PATCH 2/2] Fix links to Getting Started with Modulinos guide Updated links in the content.md file to point to the correct online documentation for the Getting Started with Modulinos guide. --- .../modulino-thermo/tutorials/how-thermo/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md b/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md index eba9e007f6..4163daecdd 100644 --- a/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md +++ b/content/hardware/11.modulino/modulino-nodes/modulino-thermo/tutorials/how-thermo/content.md @@ -84,7 +84,7 @@ Full schematic and PCB files are available from the [Modulino Thermo page](https - Install the Modulino library via the Arduino IDE Library Manager - Connect your Modulino Knob via QWIIC or solderable headers -For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](./how-general). +For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](https://docs.arduino.cc/tutorials/modulino-thermo/how-general/). Library repository available [here](https://github.com/arduino-libraries/Arduino_Modulino). @@ -179,7 +179,7 @@ void loop(){ ### Prerequisites -- Install the Modulino MicroPython library (see [Getting Started with Modulinos](./how-general) for detailed instructions) +- Install the Modulino MicroPython library (see [Getting Started with Modulinos](https://docs.arduino.cc/tutorials/modulino-thermo/how-general/) for detailed instructions) - Ensure Arduino Lab for MicroPython is installed ### Basic Example @@ -308,7 +308,7 @@ If the sensor values are not accurate: ### Library Issues -See the [Getting Started with Modulinos](./how-general) guide for library installation troubleshooting. +See the [Getting Started with Modulinos](https://docs.arduino.cc/tutorials/modulino-thermo/how-general/) guide for library installation troubleshooting. ## Project Ideas