analogdevicesinc / iio-oscilloscope

A GTK+ based oscilloscope application for interfacing with various IIO devices

Home Page:https://wiki.analog.com/resources/tools-software/linux-software/iio_oscilloscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem in capture

ali127124 opened this issue · comments

I want to connect the ADIS16465-1BMLZ module to the Raspberry Pi 4 using the EVAL-ADISIMU1-RPIZ board. To do this, I installed the Kuiper Linux operating system on the Raspberry Pi and ran the ADI IIO Oscilloscope software. Initially, nothing is displayed. By adding the following lines to the config.txt file as shown below, the data is displayed:

However, nothing is displayed in the plot section. What should I do?"

Hi,

By adding the following lines to the config.txt file as shown below

Which line?

However, nothing is displayed in the plot section. What should I do?"

Are you using FFT? Did you already tried to lower the fft size or the number of samples? Also, what channels are you trying to sample? We recently fixed a bug in libiio when you try to sample channels of different sizes. That will happen in your case if you mix temperature with the accel or gyro...

no i use real time
msg85554708-130056
msg85554708-130055
i have data in dmm but in plot nothing

Oh sure... You should not ignore messages " ... needs an impulse generator" :)

The capture is not even enabled so there's no way to see a thing. You need to right click on the device in the plot channel and then look for the impluse generator setting. IIRC, you'll only have one option so there's no way to have it wrong. Let me know if it works...

yes i saw the message but I don't know from which part it can be done, there is nothing in the settings part

i right clicked on the device in the plot channel but nothing happened

the version of my adi iio osc is as follows
version

i right clicked on the device in the plot channel but nothing happened

Are you sure you're clicking on the right place?

image

In the above example, I right click on top of axi-adrv9002-rx-lpc or in the rx2 device and I can see a pop up with "Trigger settings" and "Impulse generator settings". In my case, there's no impulse generator so I can't really click it.

i right clicked on the device in the plot channel but nothing happened

Are you sure you're clicking on the right place?

image

In the above example, I right click on top of axi-adrv9002-rx-lpc or in the rx2 device and I can see a pop up with "Trigger settings" and "Impulse generator settings". In my case, there's no impulse generator so I can't really click it.

wow thaks so much yes it works .Is it possible to save information for a period of time, for example 5 minutes?

wow thaks so much yes it works .Is it possible to save information for a period of time, for example 5 minutes?

Not that I'm aware off. But maybe @dNechita can give you confirmation on that...

wow thaks so much yes it works .Is it possible to save information for a period of time, for example 5 minutes?

Not that I'm aware off. But maybe @dNechita can give you confirmation on that...

thanks so much for your help

@ali127124 it isn't really possible to do a 5 minute capture. You would need to go to C or Python

@ali127124 it isn't really possible to do a 5 minute capture. You would need to go to C or Python

do you know any python library or python example code that I can use for my purpose?

@ali127124 sorry missed the last question. So you can use pylibiio directly or modify an existing IMU class for ADIS16465.

@ali127124 sorry missed the last question. So you can use pylibiio directly or modify an existing IMU class for ADIS16465.

thanks much for getting back to me, my problem solved and I was forced to make a little change on pylibiio library(adis16495) in order to could connect to my sensor and got information from my sensor(adis16465)
anyway thanks for your help

Great! Looks like your issue is solved. I'll close the issue for now then.