Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
- **Pet Habitat Monitor**: Ensure reptile or tropical fish environments stay optimal
Loading