Storing I2c data from sensors in PYNQ Z1

Hello,

I am utilizing the PYNQ Z1 board to read and store data from sensors. The readings are achieved through a custom module in Vivado, and I have successfully verified them using an oscilloscope.
However, I am facing challenges when attempting to print or store the data. I would greatly appreciate any assistance or insights on resolving this issue. For better context, I have attached a snip of my custom block, a scope shot, and the corresponding .py file."



Even if I add a print statement it prints the length of rx_data.

1 Like