https://github.com/mvg1016/hackrf_raspberry
Script for receiving spectrum data from HackRF through Raspberry pi
https://github.com/mvg1016/hackrf_raspberry
hackrf hackrf-one raspberry-pi sdr
Last synced: about 1 month ago
JSON representation
Script for receiving spectrum data from HackRF through Raspberry pi
- Host: GitHub
- URL: https://github.com/mvg1016/hackrf_raspberry
- Owner: MVG1016
- Created: 2025-04-21T09:03:59.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-04-28T14:09:29.000Z (about 1 month ago)
- Last Synced: 2025-04-29T23:57:18.331Z (about 1 month ago)
- Topics: hackrf, hackrf-one, raspberry-pi, sdr
- Language: Python
- Homepage:
- Size: 60.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# HackRF one + raspberry pi
Python script that gets data from raspberry pi through ethernet and visualise them in server/laptop
Raspberry is connected to HackRF through USBFirst you need to initialised your raspberry and download all libraries that you need to work with HackRF
Then run this python script, after that run this command in raspberry (for example through ssh):```
hackrf_sweep -f 100:6000 -w 1000000 -l 20 -g 20 -N 1000 | nc 'IP of server/laptop' 5000
```

