I am following the series Jon created and implementing all the labs but got error while implementing this lab. I have made sure that I have updated versions of pyadi-iio & Pluto firmware. When you speak about connections regarding burst signal, I get confused. I want to see hardware connections made for this lab. Moreover, the problem I am facing is I receive data for previous labs but when I run code for this lab, I do not receive data & straight after running this code when I run code for previous lab, I do not receive data for that lab also. Kindly help me. I will be much thankful to you guys for helping me.
the error I received is given below
Traceback (most recent call last):
File "/home/analog/pyadi-iio/examples/phaser/PhaserRadarLabs-main/PhaserRadarLabs-main/FMCW_RADAR_Waterfall_ChirpSync.py", line 501, in update
data = my_sdr.rx()
File "/home/analog/.local/lib/python3.9/site-packages/adi/rx_tx.py", line 275, in rx
data = self.__rx_complex()
File "/home/analog/.local/lib/python3.9/site-packages/adi/rx_tx.py", line 240, in __rx_complex
x = self._rx_buffered_data()
File "/home/analog/.local/lib/python3.9/site-packages/adi/compat.py", line 149, in _rx_buffered_data
self._rxbuf.refill()
File "/usr/local/lib/python3.9/dist-packages/iio.py", line 1003, in refill
_buffer_refill(self._buffer)
File "/usr/local/lib/python3.9/dist-packages/iio.py", line 62, in _check_negative
raise OSError(-result, _strerror(-result))
TimeoutError: [Errno 110] Connection timed out