⬡ MeshCore Insights

March 23, 2026 · View on GitHub

Desktop dashboard for MeshCore mesh radio networks

⚠️ This software is under active development. Features may change and bugs may be present. Please report issues on GitHub and check for updated releases regularly. Your feedback directly shapes the roadmap.

The demo will run for 10 minutes, Free unlock code is available if needed. ( Purely for mass use :)

MeshCore Insights connects to a MeshCore companion node via USB serial or Bluetooth (BLE) and provides a real-time dashboard — live node map, messaging, node analysis, remote management, and a debug console.


Screenshots

image image image image image image image image

Features

  • Live Map — Leaflet-based interactive map of all mesh nodes, colour-coded by last-heard time
  • Messaging — Channel and direct messaging with path history and message path visualisation
  • Node Analysis — Battery, SNR, telemetry gauges, noise floor graph, neighbour tables
  • Remote Management — Login and send admin commands to remote nodes over the mesh
  • Debug Console — Full raw event stream for troubleshooting
  • Offline Maps — Download and use tile maps without internet
  • USB & BLE — Connect via serial port or Bluetooth with auto-scanning
  • Dark / Light Theme — Toggle between themes at any time
  • Delete Contacts — Remove nodes from the radio's contact database via the GUI

Installation

Install dependancies and run the code.


Quick Start

USB Connection

  1. Connect your MeshCore companion node via USB
  2. Select 🔌 USB in the top bar
  3. Choose the correct COM port from the drop-down
  4. Click ▶ Connect

Bluetooth (BLE) Connection

  1. Select 📶 BLE in the top bar
  2. Click 📶 Scan / Connect
  3. Select your MeshCore device from the scan results (highlighted in cyan)
  4. Click ⬡ Connect to Device — pairing is handled automatically

Windows BLE note: On first connection Windows pairs the device automatically. If connection fails, remove the device from Windows Bluetooth Settings, restart your MeshCore node, and connect again.


User Manual

A full user manual is bundled with the compiled release as MeshCore_Insights_Manual.docx.

The manual covers:

  • System requirements and installation
  • USB and BLE connection setup
  • All five tabs: Map, Communications, Node Analysis, Remote Management, Console
  • Tools menu operations
  • Deleting contacts
  • Keyboard shortcuts
  • Troubleshooting guide
  • Known limitations

Interface Overview

Top Bar

ElementDescription
🔌 USB / 📶 BLESelect connection type
Port / DeviceCOM port selector (USB) or selected device name (BLE)
▶ Connect / ■ DisconnectConnect or disconnect
⊕ Fit MapZoom map to fit all nodes
📡 AdvertSend flood advertisement to the mesh
🗺 Offline MapsDownload map tiles for offline use
☀/☾ ThemeToggle dark/light theme

Tabs

TabPurpose
MapLive node map with side panel, search, and context actions
CommunicationsChannel and direct messaging with path history
Node AnalysisDetailed stats, telemetry, neighbours for selected node
Remote ManagementLogin and send commands to remote nodes
ConsoleRaw event stream for debugging

Node Context Menu (right-click any node)

  • Locate on Map — centre map on the node
  • Discover Path — trace path from local node to this node
  • Direct Message — open a direct message conversation
  • Analyse Node — open Node Analysis tab for this node
  • Request Neighbours — ask the node for its neighbour table
  • Export Contact URI — copy a shareable contact URI to clipboard
  • 🗑 Delete Contact… — permanently remove node from radio's contact database

Tools Menu

ToolShortcutDescription
Clock SyncCtrl+Shift+CSync node clock to system time
Flood AdvertSend flood advert to entire mesh
Self TelemetryRequest telemetry from local node
Import Contact URIAdd a contact by pasting a URI
Discover NodesTrigger full node discovery scan

Troubleshooting

No USB ports visible

  • Ensure the USB driver for your node's chip (CH340, CP2102, etc.) is installed
  • Click ↻ to refresh the port list
  • Check the node is running companion firmware, not another variant
  • Try a different USB cable (data cable, not charge-only)

BLE connection fails on Windows

  1. Open Windows Bluetooth Settings
  2. Remove / forget the MeshCore device
  3. Restart your MeshCore node
  4. Re-scan and connect — pairing is automatic, no PIN needed

Map shows no tiles

  • Check your internet connection
  • For offline use, download tiles first via 🗺 Offline Maps

Known Limitations

AreaStatus
BLE on WindowsConnection reliability under improvement — remove/re-pair if issues persist
Offline map tile downloadAvailable; improved region selection planned
Multi-channel encryptionKey management not yet exposed in the GUI
Dark/light theme persistenceResets to dark on restart — preference saving planned
Mobile / touch screensDesigned for desktop use; not touch-optimised

Contributing

Feature requests are welcome. Please open an issue first to discuss what you would like to change.


License

GNU General Public License v2.0 — see LICENSE for details.


MeshCore Insights is not officially affiliated with the MeshCore project. It is a community-built companion tool.