Hello,
For testing purposes i would like to send commands and read registers via I²C.
The module has the connections to do so, but I am just wondering if there is a list of readable/writable registers available?
Kind Regards,
Martijn
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
For testing purposes i would like to send commands and read registers via I²C.
The module has the connections to do so, but I am just wondering if there is a list of readable/writable registers available?
Kind Regards,
Martijn
Hi Martijn,
There is a list of readable/writable I2C registers and other I2C related information that can be found in our Firmware User's guide. The I2C section is in Appendix A for the Host Interface. Additionally, you can utilize our Host Interface Utility Tool (Aardvark + Python scripts) to read registers along with some other Host Interface functionality. For writing to specific registers we have a few python scripts that handle some of the registers, but depending on your needs you may need to create/modify your own Python scripts.
If you have any other questions please let me know.
Regards,
Karl