Skip to content

Commit

Permalink
Merge pull request #3 from Sensirion/update-limitation-for-i2c-addr-c…
Browse files Browse the repository at this point in the history
…hange

Update SN to 23xxxxxxxx for i2c address change
  • Loading branch information
psachs authored Jun 19, 2024
2 parents b3e6dce + c3cad4d commit dedc200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/exampleI2cAddressChange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sensors to the same pin on the ESP32 Board, you can for example use a Breadboard

## Limitations

- The feature is only supported by SLF3x sensors with a serial number above 22xxxxxxxx.
- The feature is only supported by SLF3x sensors with a serial number above 23xxxxxxxx.
- After a soft or hard reset the I²C address is set back to the default address 0x08. A soft reset is triggered by a speical I2C command, see `i2c_soft_reset()` in the example, and a hard reset is triggered by a power cylce of the sensor.

## Further readings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void i2c_soft_reset() {
* after the reset)
* * PIN1 of the sensor for which you want to change the address must be
* connected to a GPIO pin
* * Note that only sensors with a serial number above 22xxxxxxxx have the IRQn
* * Note that only sensors with a serial number above 23xxxxxxxx have the IRQn
* pin
*
* @note The I2C address is not configured permanently, you need to run the
Expand Down

0 comments on commit dedc200

Please sign in to comment.