-
Notifications
You must be signed in to change notification settings - Fork 744
Description
- Could you send email to [email protected] to introduce your self?
Yes - Our image is used directly or you build your own image?
Your image - What is your own modification?
No modification - Versions: OS, Vivado, openwifi/openwifi-hw repo branch and commit revision
openwifi-1.4.0-notter.img - Board/hardware type
Neptune SDR (Zynq 7020 + AD9361 board) - WiFi channel number
36/44 - Steps to reproduce the issue, and the related error message, screenshot, etc
CSI capture condition #342 has the same problem, but is in CSI capture condition.
IQ sample capture follows the Quick start
I power on the SDR board and set computer static IP with 192.168.10.1. Open a terminal on the computer, and then in the terminal:
ssh [email protected]
cd openwifi
./wgd.sh
./monitor_ch.sh sdr0 11
insmod side_ch.ko iq_len_init=4095
./side_ch_ctl wh3h01
./side_ch_ctl wh11d4094
./side_ch_ctl g
The output I got:
root@analog:/openwifi# ./side_ch_ctl wh3h01/openwifi# ./side_ch_ctl wh11d4094
parse: ret 0
tx: action_flag 1 reg_type 1 reg_idx 3 reg_val 1 interval_ms -163754450
rx: size 4 val 0 0x00000000
root@analog:
parse: ret 0
tx: action_flag 1 reg_type 1 reg_idx 11 reg_val 4094 interval_ms -163754450
rx: size 4 val 0 0x00000000
root@analog:~/openwifi# ./side_ch_ctl g
The default 100ms side info getting period is taken!
parse: ret 0
tx: action_flag 3 reg_type -1225685440 reg_idx 66683 reg_val 3069281040 interval_ms 100
loop 64 side info count 0
loop 128 side info count 0
loop 192 side info count 0
loop 256 side info count 0
loop 320 side info count 0
loop 384 side info count 0
loop 448 side info count 0
loop 512 side info count 0
loop 576 side info count 0
loop 640 side info count 0
loop 704 side info count 0
loop 768 side info count 0
It seems like no IQ is captured. Could you please help?