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: 6 months 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2025-04-28T14:09:29.000Z (11 months ago)
- Last Synced: 2025-04-29T23:57:18.331Z (11 months 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 USB
First 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
```


