mirror of
https://github.com/Nuand/bladeRF-wiphy.git
synced 2024-12-18 21:28:06 +00:00
46 lines
2.0 KiB
Markdown
46 lines
2.0 KiB
Markdown
# bladeRF-wiphy
|
||
|
||
bladeRF-wiphy is an open-source IEEE 802.11 compatible software defined radio VHDL modem
|
||
|
||
<img align="right" src="https://nuand.com/bladeRF-wiphy-birb.png">
|
||
|
||
## What is the bladeRF-wiphy project?
|
||
The bladeRF-wiphy project is an open-source IEEE 802.11 compatible software defined radio VHDL modem. The modem is able to modulate and demodulate 802.11 packets (the protocol WiFi is based on), and run directly on the bladeRF 2.0 micro xA9’s FPGA.
|
||
|
||
The bladeRF-wiphy coupled with Linux mac80211 allows the [bladeRF 2.0 micro xA9](https://www.nuand.com/product/bladerf-xA9/) to become a software defined radio 802.11 access point! 802.11 packets (PDUs) are modulated and demodulated directly on the FPGA, so only 802.11 packets are transferred between the FPGA and libbladeRF.
|
||
|
||
## Documentation
|
||
A technical deep dive of bladeRF-wiphy https://www.nuand.com/bladeRF-wiphy/
|
||
|
||
Instructions to compile, install, and run bladeRF-wiphy and tools https://www.nuand.com/bladeRF-wiphy-instructions/
|
||
|
||
Instructions to simulate bladeRF-wiphy: https://www.nuand.com/bladeRF-wiphy-simulation/
|
||
|
||
<p align="center">
|
||
<img width="50%" height="50%" src="https://www.nuand.com/wp-content/uploads/2021/01/bw-block-diagram.png">
|
||
</p>
|
||
|
||
## Features
|
||
- IEEE 802.11 compatible FPGA based PHY receiver and transmitter
|
||
- Compatible with [bladeRF 2.0 micro xA9](https://www.nuand.com/product/bladerf-xA9/)
|
||
- Linux mac80211 MAC integration
|
||
- RX and TX monitor mode support
|
||
- Hardware Distributed Coordination Function (DCF) allows quick turn-around time ACKs
|
||
- High-performance equalizer – implements Zero Forcing (ZF) and optionally Decision Feedback Equalizer (DFE)
|
||
|
||
## Modulation schemes
|
||
- DSSS - CCK
|
||
- OFDM - 20MHz (6Mbps, 9Mbps, 12Mbps, 18Mbps, 24Mbps, 36Mbps, 48Mbps, 54Mbps)
|
||
|
||
## Modulation constellations
|
||
- DSSS-CCK DBPSK
|
||
- OFDM-BPSK
|
||
- OFDM-QPSK
|
||
- OFDM-16-QAM
|
||
- OFDM-64-QAM
|
||
|
||
## Contact information
|
||
Email: bladeRF@nuand.com
|
||
|
||
Slack: See Slack section on this [page](https://www.nuand.com/support/)
|