Custom firmware for the HackRF+PortaPack H1/H2
Go to file
euquiq 8443008dfa New Antenna length Calculator
It reads the antennas definition from a txt file:

WHIPCALC/ANTENNAS.TXT

Inside the textfile you place each antenna you own with the following sintaxis:

<antenna label> <elements length in mm, separated by a space>

For example:

ANT500 185 315 450 586 724 862

Input the required frequency, adjust the wave type (full / half / quarter, etc.) and the calculator will return the antenna length (metric and imperial) while also calculating how much you need to expand the fitting antennas you got defined on the txt.

It may return up to 8 matching antennas, which is more than enough (normally you will have 2, perhaps 3 telescopic antennas around for your portapack)

If by any chance your antennas txt got more than 8 antennas, and more than 8 matches the length of the freq / wave you want, it will only show the first 8 matching antennas and will warn you at the bottom that there are even more results (hidden).

All calculations now are rounded into the best integer, considering first decimal, so precision is double than the original antenna calculator app.
2020-06-27 23:59:11 -03:00
.github/ISSUE_TEMPLATE Update bug_report.md 2020-06-15 12:37:01 +02:00
docs Update index.html 2020-06-09 00:13:23 +02:00
firmware New Antenna length Calculator 2020-06-27 23:59:11 -03:00
hackrf@43e6f99fe8 Update hackrf 2020-06-14 22:14:14 +02:00
hardware Added LGE app, nothing to see here 2019-02-06 17:34:53 +00:00
sdcard New Antenna length Calculator 2020-06-27 23:59:11 -03:00
.gitignore Example sound clips 2020-05-24 21:40:28 +02:00
.gitmodules Update hackrf 2020-06-14 22:14:14 +02:00
.travis.yml Deployment will be managed by app.buddy.works now 2020-04-23 23:10:31 +02:00
CMakeLists.txt UI Redesign for Portapack-Havoc (#268) 2019-10-29 22:53:54 +01:00
dockerfile Fixing python in the dockerfiles 2020-05-20 14:48:44 +02:00
dockerfile-nogit Fixing python in the dockerfiles 2020-05-20 14:48:44 +02:00
LICENSE Add GPLv2 license. 2015-07-08 08:37:23 -07:00
README.md Update README.md 2020-06-14 00:13:55 +02:00

PortaPack Mayhem

Build Status buddy pipeline CodeScene Code Health Docker Hub Pulls

This is a fork of the Havoc firmware, which itself was a fork of the PortaPack firmware, an add-on for the HackRF. A fork is a derivate, in this case one that has extra features and fixes when compared to the older versions.

PortaPack H2 (clone) with a custom 3d printed case

FAQ

This repository expands upon the previous work by many people and aims to constantly add new features, bugfixes and generate documentation to make further development easier. In a project such as this collaboration is always welcomed and appreciated.

To clarify any basic questions, please read the following common ones:

Does it work on H1/H2 PortaPack?

Yes, both devices are the same. The one I am using to test all changes is this PortaPack H2+HackRF+battery, which is a kit that includes everything you need. Sadly, the people making the H2 never made the updated schematics available, which is not ideal (and goes against the terms of the license).

To support the people behind the hardware, please buy a genuine HackRF and PortaPack.

Where is the latest firmware?

The current stable release is on the Release page. Follow the instructions you can find in the release description. There is also nightly builds generated frequently which have the latest features but may contain incomplete or buggy functionality (at least until the bug is found!).

Is this the newest firmware for my PortaPack?

Most probably: YES. If you find new features somewhere else, please suggest them.

Which one is actually the newest?

There is a lot of confusion of which is the latest version because no old version used any actual "version number". Additionally, since the files were distributed on facebook groups, github issue links and similar temporal sources, then there was no central location for them.

This fork (Mayhem) uses major.minor.release semantic versioning, so you can always compare your current version with the latest from Releases.

What about Havoc/GridRF/jamesshao8/jboone's?

  • jboone's PortaPack: the vanilla experience
  • Havoc: It was the most popular fork of jboone's PortaPack, currrently, it is not being maintained nor updated
  • jamesshao8: He keeps his own version of the fork, while not attached as a fork to anything
  • GridRF: They sell PortaPack clones with their own firmware based on a old version, which has no sourcecode available

How can I collaborate

You can write documentation, fix bugs and answer issues or add new functionality. Please check the following guide with details.

Consider that the hardware and firmware has been created and maintain by a lot of people, so always try colaborating your time and effort first.

For coding related questions, if something does not fit as an issue, please join our Channel in Discord.

As a last option, if you want to send money directly to me for getting more boards, antennas and such:

paypal

What if I need help?

First, check the documentation. If you find a bug or you think the problem is related to the current repository, please open an issue.

You can reach the official community in Facebook.

What if I find incongruencies, or grammatical errors in the text?

If is on the Wiki, you can modify it directly. If is on files of the repository, you can send corrections as pull requests. As a last resource, open an issue.