mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
Page:
Remote
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
6
Remote
Eisenberger Tamas edited this page 2024-01-22 11:49:50 +01:00
Table of Contents
The remote app allows you to create a custom remote UI and bind buttons to captures.
Main UI
- Remote Title - The top line is the title of the remote. Select it to edit it.
- Remote Buttons - Up to 12 customizable buttons per remote. Select a button to transmit the capture file. Press again to stop. Long-press select to edit or delete the button.
- Waterfall - A small waterfall is shown while transmitting below the button grid.
- Gain - Control the transmitter Gain and Amp. The color indicates the overall transmitter power.
- Loop - Continuously transmit until stopped.
- Filename - Shows remote file name. Select it to rename the remote file.
- Add Button - Add a new button to the grid. New buttons will open in edit mode when you press them.
- New Remote - Start editing a new, empty remote.
- Open Remote - Open an existing remote file (REM) from the SD card.
Button Edit UI
- Name - The button's text.
- Path - Select to pick a capture file.
- Freq - The center frequency to send on. Will default to the capture file's metadata if found.
- Rate - The sample rate of the capture file. Uses the capture file's metadata or defaults to 500K. Cannot be set in the UI.
- Icon - The icon to show on the button.
- FG Color - The button's foreground color.
- BG Color - The button's background color.
- Preview - Shows what the button will look like.
- Trash - Deletes this button and returns to the main screen.
- Done - Save this button and returns to the main screen.
Tips
- Remotes are automatically saved on exit.
- Use the IQ Trim tool to trim silence from captures so they start instantly.
REM Files
Remote files can be edited in a text editor.
Empty lines and lines starting with #
are ignored.
The first non-ignored line is the remote "Title".
The remaining lines (up to 12) are read as remote buttons. They have the following format.
capture path,button text,icon index,fg color index,bg color index,center frequency,samplerate
The position of buttons on the screen can be changed by reordering lines in the REM file.
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.