Hello!
I wanna write a simple DAQ using the default PYNQ overlay for RFSoC 4x2 board.
I wrote a script for receivers (like in the example).
But I am stuck on the custom transceiver code, I see base.radio.transmitter.channel[n].control function, but have no idea how to operate it.
I just wanna send a custom configurable pack of raw data from Jupyter Notebook to RF-DAC. Is it possible in base overlay?
1 Like
The base overlay can only transmit a few discrete tones. A better starting point is the RFSoC-MTS project:
It has on-FPGA BRAMs that you can load with raw samples for the DAC and BRAMs to capture samples from the ADCs.
2 Likes