Attempting to use the pyadi-iio lib to read out data from the ADIS16485:
- The IMU is bolted to an RPIZ board, which is installed on a RPi 4B
- Using Kuiper Linux, latest version
- Using pyadi-iio v0.0.14
Created my own DT overlay to get the device to show up on /sys/bus/iio:
Running the simple script:
Results in a TimeOut exception thrown on the adi.rx() call.
Based on this ticket, changing up rx_buffer_size and/or sample_rate didn't change the behavior.
Can you advise?
Thanks - Andrew