Skip to content

Commit bf9a2ef

Browse files
Document auto_set_reset option for MMC5603 (#5803)
* Document auto_set_reset option for MMC5603 * Fixed capitalization * Added sampling rate info * Clean * Clean --------- Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
1 parent 10f1e78 commit bf9a2ef

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

content/components/sensor/mmc5603.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
description: "Instructions for setting up MMC5693 IMU compass sensors."
2+
description: "Instructions for setting up MMC5603 IMU compass sensors."
33
title: "MMC5603 Magnetometer"
44
params:
55
seo:
6-
description: Instructions for setting up MMC5693 IMU compass sensors.
6+
description: Instructions for setting up MMC5603 IMU compass sensors.
77
image: mmc5603.jpg
88
---
99

@@ -21,6 +21,7 @@ for this sensor to work.
2121
sensor:
2222
- platform: mmc5603
2323
address: 0x30
24+
auto_set_reset: true
2425
field_strength_x:
2526
name: "MMC5603 Field Strength X"
2627
field_strength_y:
@@ -49,6 +50,13 @@ sensor:
4950

5051
- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval to check the sensor. Defaults to `60s`.
5152

53+
- **auto_set_reset** (*Optional*, bool): Enables the sensor's automatic SET/RESET feature (Auto_SR_en).
54+
This greatly reduces temperature-induced drift and improves long-term stability of the magnetic field readings.
55+
Defaults to `true`.
56+
57+
> [!NOTE]
58+
> Enabling `auto_set_reset` halves the maximum sampling rate (150Hz to 75Hz) as each read performs two measurements.
59+
5260
- **id** (*Optional*, [ID](/guides/configuration-types#id)): Manually specify the ID used for code generation.
5361

5462
## See Also

0 commit comments

Comments
 (0)