Hello Everyone,
I'm new to the MKRWAN series. When I run an I2C detect script on a bare MKRWAN 1310, I detect two I2C devices at addresses 96(0x60) and 107(0x6B). Does anyone know what these devices are?
Thanks!
Hello Everyone,
I'm new to the MKRWAN series. When I run an I2C detect script on a bare MKRWAN 1310, I detect two I2C devices at addresses 96(0x60) and 107(0x6B). Does anyone know what these devices are?
Thanks!
Welcome to the forum.
It is the LoRa chip and a security chip.
Everything is open-source and online, also the schematic.
Arduino MKR WAN 1310 in the store with technical information such as a schematic: https://store-usa.arduino.cc/products/arduino-mkr-wan-1310
In the "Docs" section: https://docs.arduino.cc/hardware/mkr-wan-1310
It tells that it has suggested libraries, just for that board.
If you want to add something to the I2C bus, you can not add devices that have I2C address 0x60 or 0x6B, because those are already taken.
Thank you very much!
Charles
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.