Page 1 of 1

Fast Analog I/O WR program

Posted: Thu Oct 14, 2021 5:22 pm
by tinyhippo
Hello guys,

I wish to be able to continuously stream the data coming from one analog input, access it in a C program, do some computations, and then output a desired voltage on another analog output. My time between acquisition and output writing would be 100 micro seconds.
Do you think it is reachable ?

My idea was that maybe with some pointers I could access to data register and read/write there but I am not at all familiar with red pitaya and I don't know where to find more info than in the official doc.
If you think it is feasible, which fpga build should I use (0.94, streaming_app,...) ?
By the way is there any place where documentation is available about those build or at least more than here https://redpitaya.readthedocs.io/en/lat ... /fpga.html ?
Thanks in advance

Re: Fast Analog I/O WR program

Posted: Fri Nov 05, 2021 10:52 am
by redpitaya
Also please find more information here
https://redpitaya.readthedocs.io/en/lat ... aming.html

and also for this type of application you can take a look at the SCPI server.
https://redpitaya.readthedocs.io/en/lat ... dProg.html

Re: Fast Analog I/O WR program

Posted: Thu Nov 18, 2021 2:55 pm
by tinyhippo
I am going to have a look at that, thank you !