Skip to content

Commit 0af8f0e

Browse files
Updated features
1 parent 55135ab commit 0af8f0e

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/02.hero/modulinos/modulino-thermo/tutorials/how-thermo-ardu

1 file changed

+4
-4
lines changed

content/hardware/02.hero/modulinos/modulino-thermo/tutorials/how-thermo-ardu/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,22 +164,22 @@ void loop(){
164164
The code example provided shows how to initialize the sensor, read the data, and display it on the serial monitor. The data is updated every second, showing the current temperature and humidity values in real time.
165165
It can be easily adapted to trigger actions at certain temperature/humidity thresholds or to log data for analysis.
166166

167-
### Troubleshooting
167+
## Troubleshooting
168168

169-
#### Sensor Not Reachable
169+
### Sensor Not Reachable
170170

171171
If your Modulino's power LED isn't on or the sensor isn't responsive, first check that the board is properly connected:
172172

173173
- Ensure both the board and the Modulino are connected to your computer, and that the power LEDs on both are lit.
174174
- If the issue persists, make sure the Qwiic cable is properly clicked into place.
175175

176-
#### Library Not Installed Properly
176+
### Library Not Installed Properly
177177

178178
If you encounter an issue with the `#include "modulino.h"` command, verify that the Modulino library is correctly installed:
179179
- Check your IDE to ensure the library is installed and up-to-date.
180180
- Re-install the library through the Library Manager.
181181

182-
#### Inaccurate Values
182+
### Inaccurate Values
183183

184184
If the sensor values are not accurate, make sure:
185185
- The sensor is not placed near any components that might generate heat (like motors or power supplies).

0 commit comments

Comments
 (0)