AD9739A
Recommended for New Designs
The AD9737A/AD9739A are 11-bit and 14-bit, 2.5 GSPS high performance RF DACs that are capable of synthesizing wideband signals from dc up to 3 GHz. The...
Datasheet
AD9739A on Analog.com
AD9371
Recommended for New Designs
The AD9371 is a highly integrated, wideband RF transceiver
offering dual channel transmitters and receivers, integrated synthesizers, and digital signal...
Datasheet
AD9371 on Analog.com
ADRV9002
Recommended for New Designs
The ADRV9002 is a highly integrated RF transceiver that has dual-channel transmitters, dual-channel receivers, integrated synthesizers, and digital signal...
Datasheet
ADRV9002 on Analog.com
AD6676
Recommended for New Designs
For a limited time, take a live test drive of the AD6676 by using our remote evaluation software.
The AD6676 is a highly integrated IF subsystem that can...
Datasheet
AD6676 on Analog.com
AD9081
Recommended for New Designs
The AD9081 mixed signal front end (MxFE®) is a highly integrated device with four 16-bit, 12 GSPS maximum sample rate, RF digital-to-analog converter...
Datasheet
AD9081 on Analog.com
ADRV9009
Recommended for New Designs
The ADRV9009 is a highly integrated, radio frequency (RF), agile transceiver offering dual transmitters and receivers, integrated synthesizers, and digital...
Datasheet
ADRV9009 on Analog.com
I tried using IIO oscilloscope with the SDR E312 from Ettus, I use the code from my previous thread USRP E312 (AD9361) - ad9361_dig_tune_delay: Tuning RX FAILED! thanks to danmois with this commit.
Then I enable IIO_SUPPORT, it works with the following result:
cf-ad9361-lpc: Successfully initialized (61439514 Hz) ad9361_init : AD936x Rev 2 successfully initialized Sampling frequency is: 30720000 New sampling frequency is: 15360000 LO frequency of TX is: 1000000000 Output port TX: 0 Power state of Tx: 1 cf-ad9361-dds-core-lpc: Successfully initialized (30718994 Hz) �Running TinyIIOD server... If successful, you may connect an IIO client application by: 1. Disconnecting the serial terminal you use to view this message. 2. Connecting the IIO client application using the serial backend configured as shown: Baudrate: 921600 Data size: 8 bits Parity: none Stop bits: 1 Flow control: none
However, on my computer IIO Oscilloscope doesn't work. I have the same problems than NicoleDuarte in this thread serial connection with iio oscilloscope .
For example when installing IIO oscilloscope with this link IIO Oscilloscope , i can't choose Serial Content.
According to buha , I reinstalled libiio with the command:
analog@precision:~/libiio$ mkdir build analog@precision:~/libiio/build$ cd build analog@precision:~/libiio/build$ cmake ../ -DWITH_SERIAL_BACKEND=ON analog@precision:~/libiio/build$ make -j analog@precision:~/libiio/build$ sudo make instal
Thus, i have the error Could not get IIO Context: inappropriate ioctl for device ...
So I tried to build libserialport with the link https://sigrok.org/wiki/Libserialport and the post of buha with the command:
$ ./autogen.sh $ ./configure --prefix=/usr $ make $ sudo make instal
but I'm stuck at ./autogen.sh, I get the following error:
/path/to/libserialport$ ./autogen.sh /bin/sh: 0: Illegal option -
How can we solve this problem?
Thank you very much for your time,
Regards,
Rémi