open-sdr/openwifi

Change the Rate at the tx (Modulation Mode)

Xiana1 opened this issue · 0 comments

Xiana1 commented

Hi,Dr Jiao
I tried to get both boards to work in ad-hoc mode, but by ILA signal grabbing, I found that the modulation on the transmitter has always been BPSK (grabbing the rate of the dot_11 in the ofdm_tx mode). My questions are as follows:

  1. Why does it only send signals from BPSK, and does it keep sending broadcast frames?
  2. How to change the modulation mode to 16QAM? Is it on the driver on the PS side or on the PL side?
  3. I tried to modify the value of the register directly, but it didn't seem to work:
    ./sdrctl dev sdr0 set reg drv_tx 0 6

Looking forward to your reply, thanks!