open-sdr / openwifi

open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software
GNU Affero General Public License v3.0
3.68k stars 627 forks source link

RX or TX interface in openwifi-hw #352

Open heguss opened 8 months ago

heguss commented 8 months ago

Hi, I have a question about openwifi-hw. Is there an RX or TX interface in the FPGA program of openwifi-hw? I would like to transfer some external data through FPGA. Looking forward to your reply.

KrisYuFi commented 8 months ago

if you want to transfer base band sample data with out using openwifi, you can learn how to use IIO. if want to transfer data to FPGA , you can learn how to use DMA, the driver side_ch.ko of openwifi is a perfect example.