analogdevicesinc / libiio-matlab

MATLAB bindings for libiio
Other
13 stars 25 forks source link

To receive data from adalam2000 #7

Open pantechsolutions opened 5 years ago

pantechsolutions commented 5 years ago

can i use this program for getting data from ADALM2000

tfcollins commented 5 years ago

We have not verified support for M2K yet. You are welcome to try, but you will have to create the necessary configuration file for the M2K IIO devices.

pantechsolutions commented 5 years ago

can you help me to create the configuration file for M2K,I could contribute on the application part. Thank you

tfcollins commented 5 years ago

I would recommend waiting for us to implement the application library for M2K. Right now you would have to interact directly with the IIO calls, which are not even documented for M2K. Doing simple things requires lots of code. We will only start providing MATLAB support once the library is available.

pantechsolutions commented 5 years ago

we sell these adalm2000 for university in India,As students are familiar with matlab and labview,Educators need support for Matlab and Labview. Can u provide an approximate date when it will be available.

else let me try with iio,is there any hint is available to develop. we have matlab programmers so we could give a try

thank you.

tfcollins commented 5 years ago

There is no eta right now. We have always planned on having MATLAB support, we just need to implement the control library for M2K.

Interacting with M2K through IIO is very very low level. You will see the IIO calls all over the Scopy code, and you would have to re-implement much of that control logic around them to get something more at the "Instrument" like level. It is highly recommended not to create MATLAB interfaces on your own unless you know the level of work required. Especially since the drivers are not documented.