-
-
Notifications
You must be signed in to change notification settings - Fork 561
Features
Erwin Ried edited this page Aug 11, 2020
·
2 revisions
Your HackRF (the board under the PortaPack) has the ability to send or receive radio waves in a broad frequency range. Some of its specs are:
- Transceiver: Half-duplex
- Operating frequency: 1 MHz to 6 GHz
- Supported sample rates: 2 to 20 Msps (quadrature)
- Resolution: 8 bits
- Max TX power (you can also check an empirical measurement):
- 10 to 2150 MHz: 5 to 15 dBm, increasing as frequency decreases
- 2150 to 2750 MHz: 13 to 15 dBm
- 2750 to 4000 MHz: 0 to 5 dBm, increasing as frequency decreases
- 4000 to 6000 MHz: -10 to 0 dBm, increasing as frequency decreases
- Max RX power: -5 dBm. Exceeding -5 dBm can result in permanent damage! Can safely accept up to 10 dBm with the front-end RX amplifier disabled
- CLKOUT/CLKIN: 10 MHz square wave (0V to 3V for a high impedance load)
From that list that might be confusing for the first user, we could extract few interesting points:
- Half-duplex: Means that it can send OR receive, but not send AND receive in a particular instant.
- Operating frequency: goes from 1 MHz to 6 GHz, that means that the device is able to send and receive signals from almost all the common sources you can imagine. You can see the range with more details here.
Note
The wiki is incomplete. Please add content and collaborate.
Important
- This is a public wiki. Everything is visible to everyone. Don't use it for personal notes.
- Avoid linking to external tutorials/articles; they may become outdated or contain false information.
How to collaborate
How to ask questions correctly
- First steps
- Usage cautions
- Intended use and Legality
- Features
- PortaPack Versions (which one to buy)
- HackRF Versions
- Firmware update procedure
- Description of the hardware
- User interface
- Powering the PortaPack
- Troubleshooting
- Applications
-
Compilation of the firmware
- Compile on WSL with ninja
- How to compile on Windows faster with WSL 2
- Using Docker and Kitematic
- Docker command-line reference
- Using Buddyworks and other CI platforms
- Notes for Buddy.Works (and other CI platforms)
- Using ARM on Debian host
- All in one script for ARM on Debian host
- Compile on Arch based distro (exclude Asahi)
- Dev build versions
- Notes About ccache
- Create a custom map
- Code formatting
- PR process
- Description of the Structure
- Software Dev Guides
- Tools
- Research
- UI Screenshots
- Maintaining
- Creating a prod/stable release (Maintainers only)
- Maintaining rules
- Development States Notes