You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new MLX9093 that I received recently has the address 0x18. I was able to successfully test the example code in the repo and changes for PRs by using address=0x18, in the initialization. A0 and A1 jumpers are in default out of box state.
@ladyada
The default I2C address used by this library is
0x0C
Adafruit_CircuitPython_MLX90393/adafruit_mlx90393.py
Line 212 in 7762818
The new MLX9093 that I received recently has the address
0x18
. I was able to successfully test the example code in the repo and changes for PRs by usingaddress=0x18,
in the initialization. A0 and A1 jumpers are in default out of box state.In the datasheet here: https://cdn-learn.adafruit.com/assets/assets/000/069/600/original/MLX90393-Datasheet-Melexis.pdf?1547824268 It contains a table that shows a range of possible addresses which does include one variation that would have address
0x18
if I understand correctly.The text was updated successfully, but these errors were encountered: