Communication setup between SORA and commercial 11b card still fails
-
quinta-feira, 21 de abril de 2011 06:27I have read all the related discussions in forum and tried the suggestions. But the communication setup betweenSORA and commercial 11b card still fails.Here is what I did.1. Connection between SORA peers."Microsoft SDR Ethernet Adatper" is installed correctly and works well. Because I had two SORA peers and did twoexperiments.Configuration:SORA A: IP address and subnet mask is: 192.168.0.111, 255.255.255.0SORA B: IP address and subnet mask is: 192.168.0.222, 255.255.255.0experiment (1) A Rx, B Tx The antennas if 0.5m away.A: dot11config --rxpa 0x0 dot11config --rxgain 0x1500 iperf -s -i 1 -uB: dot11config --rxpa 0x0 dot11config --rxgain 0x1500 dot11config -T 0x1500 dot11config -r 1000iperf -c 192.168.0.255 -i 1 -t 1000 -l 1000 -u -b 10mThen the connection is successful. Packet loss ratio is nearly 0%.experiment (2)A Tx, B RxB: dot11config --rxpa 0x0 dot11config --rxgain 0x1500 iperf -s -i 1 -uA: dot11config --rxpa 0x0 dot11config --rxgain 0x1500 dot11config -T 0x1500 dot11config -r 1000iperf -c 192.168.0.255 -i 1 -t 1000 -l 1000 -u -b 10mThen the connection is successful. Packet loss ratio is nearly 0%.2. Connection between commercial 11b card and SORA peer:The antenna is 0.5m away from LT.The operating system is WIN7. Intel(R) Wireless WiFi Link 4965AGN is Used.I set up an ad hoc netword. SSID = "sdr", IP address and subnet mask is: 192.168.0.122, 255.255.255.0experiment(1): My laptop Tx, A Rx.LT:iperf -c 192.168.0.255 -i 1 -t 1000 -l 1000 -u -b 10mA:dot11config --rxpa 0xXXXX dot11config --rxgain 0xXXXX iperf -s -i 1 -uNo matter how I change the rxgain and txgain,there is no coonnection.The BSSID of SORA is the same as adhoc network.(I manually set the BSSID of SORA according to the methods mentioned in SORA manual, but it's notnecessary,right?)a: I have tried rxpa 0x0,0x1000,0x2000,0x3000, rxgain 500-3000.Sometimes the dbgView showed: [RX][Warning] BB11BRx fail:80050103: means SFD not found, why?There is nothing else related to RX showed in dbgView.b: dot11config -d: I use Oscilloscope to see the dumped file. Usually it's nothing but noise.Sometimes there are signals after barker despreading.experiment(2): I use dut/HWtest instead of SoftWIFI. The result is the same.experiment(3): I use two laptops to set up the connection.LT1: for association.(ip:192.168.0.133)LT2: Rx SORA A: Tx.It failed.What should I do now?3.Here are some other questions.a.Even if the connection between SORA A and B is successful, I can not do ping. Why?b.I think there is something wrong with "dot11config -i". No matter how I change the rxgain and txgain, theinformation showed never changes.
Todas as Respostas
-
terça-feira, 10 de maio de 2011 00:41Moderador
Hi Lei,
Have you noticed Sora manual (https://research.microsoft.com/apps/pubs/?id=144847)? If not, I suggest you read it at first. You will get more information for setting up the connection from the manual.
-Jiansong