File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
content/components/sensor Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11---
2- description : " Instructions for setting up MMC5693 IMU compass sensors."
2+ description : " Instructions for setting up MMC5603 IMU compass sensors."
33title : " MMC5603 Magnetometer"
44params :
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.
2121sensor :
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
You can’t perform that action at this time.
0 commit comments