12-01-2016 01:18 AM
hello!
I want to use USRP N210 to transmit and receive WiFi signal. Is there any examples I can follow?
I am new to USRP. Thanks a lot!
Solved! Go to Solution.
12-01-2016
09:24 AM
- last edited on
03-26-2025
07:20 PM
by
Content Cleaner
Hi Tingsty,
It's difficult to meet the requirements of the WiFi protocol without using an FPGA or ASIC. The response time required after recieving a WiFi signal is on the order of microseconds. NI offers the 802.11 application framework, which runs on the USRP RIO. This uses the FPGA to provide fast enough timing and implements the physical layer and part of the MAC layer of WiFi.
12-01-2016 08:45 PM
Thanks for your reply! If we just want to receive WiFi signal,does it also need USRP RIO to establish the framework of WiFi signal? We only have USRP 2922.And does it also work using USRP 2922 and Labview?
12-02-2016 08:56 AM
Depends on what you're trying to do. The USRP 2922 can certainly recieve and monitor WiFi signals at the 2.4 GHz band. Processing those signals or doing higher-layer work might be difficult, though.
12-03-2016 09:17 PM
Thank you!
12-03-2016 09:20 PM
Could you please give me an example about receiving WiFi signal?
12-20-2016 10:55 PM
https://github.com/bastibl/gr-ieee802-11
hope this will be helpful
12-23-2016 05:21 AM
thank you !