Is it possible to use ADI libraries and access SDR from Google Colab? I was able to install pyadi-iio and libiio using pip but import adi gave error. Sorry, if I am not complete with my knowledge on cloud architecture.
Is it possible to use ADI libraries and access SDR from Google Colab? I was able to install pyadi-iio and libiio using pip but import adi gave error. Sorry, if I am not complete with my knowledge on cloud architecture.
technically this should work assuming you have libiio (the c library), pylibiio, and pyadi-iio installed. I don’t know if Colab blocks ports needed by libiio, but if they don’t you should be able to access any board with a public IP address.
-Travis