This project uses Software Defined Radio (SDR) devices like HackRF One and BladeRF to scan for various wireless signals including Bluetooth, Wi-Fi, LTE, and NFC. It provides an easy way to analyze the signal strength, frequency range, and application type across different wireless standards.
- Python 3.x
- SDR device (HackRF One or BladeRF)
- GNU Radio installed on host
git clone https://github.com/andyvpoeijer188/LTE-WiFi-BT-Scanner.git
cd wireless-signal-scanner
pip install -r requirements.txt
Before running the script, ensure your SDR device is connected. Then execute:
python scanner.py
You can modify the scanning parameters directly in the script to adjust the frequency ranges, duration per step, and threshold values according to your requirements.