Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bladerf | 1,059 | 4 | 3 days ago | 1 | April 11, 2022 | 92 | other | C | ||
bladeRF USB 3.0 Superspeed Software Defined Radio Source Code | ||||||||||
Teenyusb | 354 | 2 years ago | 15 | mit | C | |||||
Lightweight USB device and host stack for STM32 and other MCUs. Ready for USB 3.0 device. | ||||||||||
Ov_ftdi | 303 | a year ago | 17 | HTML | ||||||
FT2232H-based USB sniffer | ||||||||||
Hid Relay | 278 | 5 years ago | 8 | Arduino | ||||||
Arduino project to convert wired USB HID device to Bluetooth (pipes USB HID reports out through a Bluetooth HID module) | ||||||||||
Umap | 232 | 5 years ago | 6 | agpl-3.0 | Python | |||||
The USB host security assessment tool | ||||||||||
Nintendo | 217 | 2 years ago | 7 | mit | HTML | |||||
Use Nintendo Controllers with Arduino | ||||||||||
Umap2 | 210 | 2 years ago | 7 | agpl-3.0 | Python | |||||
Umap2 is the second revision of NCC Group's python based USB host security assessment tool. | ||||||||||
Wifi_keylogger | 181 | 4 years ago | 6 | mit | Arduino | |||||
DIY Arduino Wi-Fi Keylogger (Proof of Concept) | ||||||||||
Usb Storage On Wsl2 | 173 | 3 months ago | 7 | |||||||
This article describes how you can access your USB storage device from Microsoft's Windows Subsystem for Linux 2 (WSL2) | ||||||||||
Vpn Reverse Tether | 137 | 7 years ago | 1 | apache-2.0 | C | |||||
VPN-based USB "reverse tether" |
This repository contains all the source code required to program and interact with a bladeRF platform, including firmware for the Cypress FX3 USB controller, HDL for the Altera Cyclone IV FPGA, and C code for the host side libraries, drivers, and utilities. The source is organized as follows:
Directory | Description |
---|---|
firmware_common | Source and header files common between firmware and host software |
fx3_firmware | Firmware for the Cypress FX3 USB controller |
hdl | All HDL code associated with the Cyclone IV FPGA |
host | Host-side libraries, drivers, utilities and samples |
git clone https://github.com/Nuand/bladeRF.git
bladeRF-cli -p
bladeRF-cli -e info -e version
.bladeRF-cli -f <firmware_file>
.recovery
command in bladeRF-cli for additional details.For more information, see the bladeRF wiki.
Below are global options to choose which parts of the bladeRF project should be built from the top level. Please see the fx3_firmware and host subdirectories for more specific options.
Option | Description |
---|---|
-DENABLE_FX3_BUILD=<ON/OFF> | Enables building the FX3 firmware. Default: OFF |
-DENABLE_HOST_BUILD=<ON/OFF> | Enables building the host library and utilities overall. Default: ON |