Skip to content

KR0SIV/op25mobileControlHead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OP25 Mobile Control Head

A 'remote' control head that interfaces with an OP25 instance. We take advantage of some data end-points left exposed for the web interface of OP25 to fill out control head with data.

UPDATE

This application is being ported to Kivy. The repo will be made public upon first release and eventually linked here. While some bug fixes may be done the future is set on the Kivy implementation of Pi25mch.

Goal of This Project

My goal is to build a commercial radio or mobile scanner-like control head for remote mounting an SDR based P25 Phase 1 and Phase 2 capable scanner. without making modifications to the OP25 software itself.

This Project was born out of Pi25 Which consists of a portable handheld and mobile version. The mobile version is this repository and is the only one currently being actively developed at the moment.

Screenshots

op25mch_uri op25mch_nightmode

Progress

  • Build the base 'Frame' / 'Grid' Tkinter Display

  • Pull data from OP25 WebUI Server

  • Run application on Android

  • Background Display Selector

  • Night Mode Functionality

  • OP25 URI Entry

  • OP25 Instantance Broadcast to Find URI Automatically (Base Code Done, Not Tested Within UI)

  • Radio Reference System Importing

  • Automatic Generation of .tsv files

  • Remote Command Execution Server for Making Changes to OP25 Whitelist/Blacklist and Starting OP25 with Given Parameters

  • Call Log (Current Run Only)

  • Bearing to nearrest site using Compass (need usb gps to complete testing, code written and placeholder compass on display)

  • Status Bar for Reporting Errors, Remote Command Send / Recieve Messages and more

  • Automatic Site Switching (Very close to being implemented, all supporting code is done)

  • 16 Channel 'On-The-Fly' Scannlist on a Button Grid. (Plan is to right click a button to give tag/talkgroupID, Press in to Enable Scan of Talkgroup) op25mch_scanmodes I'm pretty excited about this one. You can switch between 'Scan List' mode or 'Site Scan' mode to hear all site traffic or just scanlists (whitelist.tsv). To make this a bit more special though I've added a 16ch 'ScanGrid' which loads from a user provided 'scangrid.tsv' file. This grid is available ONLY in 'List Scan Mode'. Simple push the buttons that correspond to the talk groups you wish to hear and there ya go! To mute them, just hit the button again! When you're done, just switch back to 'site scan' mode.

  • Port code over to Kivy for better mobile distribution as an iOS and (primarily) Android App. This is in-progress in a private repo until the first public release.

List of parts used in the hardware build

How Do I Use It?

I have soooooo much to add, consider this VERY unfinished. Manually pip install any dependancies...

Upon first start you'll be prompted for your OP25 URI. If you enter it incorrectly that's okay, after first run "config.ini" will be created in the directory you ran it in. You can edit the URI there directly.

If you do not run the remote script on the device hosting your OP25 instance you'll NEED to be sure you enable the OP25 Web interface on the BOATBOD fork! ''' -l http:0.0.0.0:8080'''

About

The UI as a mobile display for OP25

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages