mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
Page:
External App Roadmap
Pages
3d printed enclosure
ADS B(S)
AFSK
AIS Boats
APRS RX
APRS TX
About firmwares
Access Radio Hardware
Analog TV Receiver
Antennas
Applications
At first glance
Audio Receivers
Automatic dependent surveillance–broadcast (ADS B)
BHT
BLESpam
Bitmap reverse decode
Bluetooth Low Energy Receiver
Bluetooth Low Energy Transmitter
Boot Process
Building External Apps
Burger Pager
C16 format
Capture
Care
ChibiOS Notes
Clifford's version
Code contribution rules
Code formatting
Compile firmware
Compile on Arch based distro (exclude Asahi)
Compile on WSL with ninja
Completely reset
Config Menu
Create a Custom Map with Offline Map Maker
Create a Simple App
Create a custom splash screen
Creating a prod stable release
DFU overlay
Dead Coin Cell Battery
Debug via SWD & JTAG
Debug with serial
Debug
Decoder for NRF24L01
Dev build versions
Diagnose firmware update in Windows
Differences Between H1 and H2 models
Dissecting the Temperature logger
Documentation Standards & Guidelines
ERT
Encoder
External App Roadmap
FAQ
Factory Defaults
Features
File manager
Firmware Architecture
First steps
Flash Utility
Fox Hunt
Freq manager
Full reset
GPS Sim
H2 Enclosure
H2 Plus speaker modifications
HackRF
Hardware overview
Help! Im not receiving anything! Receive Quality Issues
Home
How to ask questions in correct way
How to collaborate
How to compile faster with WSL 2
I2C external device driver integration
IQ trim
Information on APRS
Intended Use and Legality
Internal speaker
Interpret Guru meditation crashes
Jammer
Keyboard view
LCR
LGE Tool
Level
Looking Glass
Main Controls
Main Menu
Maintaining rules
Make airlines db
Make icao24 db
Microphone Tranceiver
Microphone Transceiver
Morse
Notepad
Notes About ccache
OOK Editor
OOK
Original GSG HackRF One
POCSAG Receiver
POCSAG
PR process
Pac‐Man
Persistent Memory
Playlist
PortaPack Versions
Powering the PortaPack
Preamplifier IC replacement
ProtoView
Push buttons and button caps
RDS
Radiosonde
Random password
Receivers
Recon
Redirections
Remote
Replay
SD Card (DEV)
SD Card Content
SD Over USB
SD card not recognized by PC with the SD card over USB selected
SMA Antenna connector
SSTV
Scanner
Screenshots
Search
Settings
Signal Generator
Sleep mode
Software Dev Guides
Soundboard
Spectrum Painter
Splash and other images
Stealth Mode
TPMS Cars
TX Carrier Only
Text Entry
Theme system
Title Bar
TouchTunes
Transmitters
Troubleshooting
UI Screenshots
USB Serial Console
Unit Tests
Update firmware troubleshooting
Update firmware
Updating the Xilinx CPLD on hackrf board
Usage cautions
User interface
Using MAC OS
Utilities
WardriveMap
Wav viewer
Weather SubGhzD
Web USB Serial
When you saw the sdcard content warning
Widgets
Wipe SD Card
Won't boot
Won
Wont boot
Work Needed
World map generation
Table of Contents
This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Untitled
Overview
More apps need to be moved from internal to external to make room for new features in the flash ROM. Considerations regarding exactly which apps should be moved from internal to external include the following:
- Some apps should remain internal for better user experience (screens with fewer menu icons, and warnings about missing apps, are not the best look at first power-on).
- Some core apps should remain internal for functional reasons, including the capability to install the external apps on the SD card (including the Flash Utility, SD-over-USB, and some Settings apps).
- Some apps require the SD card to be installed and often to contain specific data files (such as map data or C8/C16 files) so it may make sense to move the app itself to the SD card too; no loss of functionality.
- External app code is loaded into RAM (like the baseband M4 code), so will have less free RAM space available to operate, so apps that require more memory (including those that allocate lots of memory or use File Manager to select files) should not be moved to external.
- Running code from RAM, external apps may have slightly better performance than internal apps that run from ROM (although they will still make many calls into the ROM code).
- We also need to devise a way to sort the apps on the screen by the user and for consistency, since the external apps are currently at the end of the list and their position in the menu is randomly determined by their position in the FAT directory.
Legend
✅: Fully
✔️: Partial
🚫: Not at all
Apps Currently in SPI Flash
(THE TABLES BELOW ARE VERY INCOMPLETE)
Catalog | App Name | Can work without sdcard? | Can work without correctly put sdcard content? | Importance | Current Suggest |
---|---|---|---|---|---|
Home | Capture | 🚫 | ✅ | ✅ Core app | Stay in SPI flash |
/ | Replay | 🚫 | ✅ | ✅ Core app | Stay in SPI flash |
/ | Remote | 🚫 | ✅ | ||
/ | Scanner | ✅ | ✅ | ||
/ | Microphone | ✅ | ✅ | ✅ Core app | Stay in SPI flash |
/ | Looking Glass | ✅ | ✅ | ✅ Core app | Stay in SPI flash |
Receive | ADS-B | ✔️ | ✔️ | ||
/ | AIS Boats | ✅ | ✅ | ||
/ | APRS | ✅ | ✅ | ||
/ | Audio | ✔️ | ✅ | ✅ Core app | Stay in SPI flash |
/ | BLE Rx | ✔️ | ✅ | ||
/ | ERT Meter | ✅ | ✅ | ||
/ | Level | ✅ | ✅ | ||
/ | POCSAG | ✅ | ✅ | ||
/ | Radiosnde | ✅ | ✔️ | ||
/ | Recon | ✅ | ✔️ | ||
/ | Search | ||||
/ | TPMS | ✅ | ✅ | ||
/ | Weather | ✅ | ✅ | ||
/ | SubGhzD | ✅ | ✅ |
Apps Currently in sdcard
Catalog | App Name | Can work without sdcard if moved to SPI flash? | Can work without correctly put sdcard content if moved to SPI flash? | Importance | Current Suggest |
---|---|---|---|---|---|
Receive | AFSK | Stay in sdcard | |||
Utilities | Pac-Man | ✅ | ✅ | Game | Stay in sdcard |
Transmit | GPSSim | 🚫 | 🚫 | Stay in sdcard |
How to collaborate
How to ask questions correctly
User manual
- 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
Developer Manual
- 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
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.