Qwiic_OpenLog
Qwiic_OpenLog copied to clipboard
OpenLog Qwiic not working with STM32F429 Nucleo 144 Board
I am trying to log the data from STM32F429 board to Qwiic logger through I2C port. Below is settings for I2C in STM32F429 Address Mode: 10Bit Clock Speed: 400K
Following commands are sent from STM32F429 board
- Sent Data as "Testing"
- Sent Register Address "13"
- Sent Register Address "10"
- Sent Register Address "17"
The I2C device ID used to communicate with Qwiic log is 42.
Please help me to solve the above issue. I have tested the Qwiic board with Arduino UNO and it is working.
@patilakash hmmm, looks like the problem might be that you're using 10 bit addressing. If I remember correctly, the OpenLog and other Qwiic devices use an 8-bit addressing scheme. Check out the following article