Godot 4 + C# · Open Source · MIT License

The Phase Field Analyzer

A research-grade desktop platform for real-time multi-sensor acquisition, 3D spatial fusion, software-defined radio, and AI-powered data analysis — all in one unified application.

Platform

One App.
Every Sensor.
Real-Time.

The Metatron Harmonic Phase Field Analyzer connects to an array of physical sensor pillars over USB serial, ingests data from three software-defined radio receivers, captures video from UVC cameras, measures radiation via Geiger counter audio-pulse counting, and displays everything in a unified, navigable desktop UI.

Built on Godot 4 (C#, .NET 6) with a custom binary packet protocol featuring CRC8 integrity checking, module IDENT handshaking, and automatic COM port scanning. Every sensor stream can be monitored live, logged to disk, replayed, and exported.

Godot 4 + C#RTL-SDROpenCvSharp4MathNet.NumericsNAudiolibsigrokMKL-accelerated DSPMicrosoft.MLTorchSharpSerilogOpenAI APIClaude API
Core Architecture
UI runtimeGodot 4.4 (res://scenes/main.tscn)
LanguageC# / .NET 6, nullable-enabled
Serial protocolBinary packets · CRC8 · IDENT handshake
Audio captureNAudio WaveInEvent, 44100 Hz mono 16-bit
Computer visionOpenCvSharp4 + Windows Media Foundation
DSP / MLMathNet.Numerics + MKL + Microsoft.ML
RFRTL-SDR · librtlsdr · SDR# feature-set in C#
AI integrationOpenAI + Claude APIs via Metatron Data page
LoggingSerilog · rotating files · binary packet archive
Live Application

See It Running

Real screenshots from the live application — not mockups.

Fusion View — Full Interface
Fusion View — Full Interface

Multi-View Fusion with 3D Sensor Composite, 6× UVC camera feeds (Hi-Res + Lo-Rez), layer toggles, and real-time 3D point cloud overlay.

3D Sensor Composite
3D Sensor Composite

Six pillars rendered in world-frame 3D. LiDAR sweep data, IMU orientation, and camera feeds fused into a single navigable scene.

Spatial Reconstruction
Spatial Reconstruction

Real-time 3D reconstruction from multi-pillar LiDAR + IMU data. Triangulation mode with depth-composite overlay.

Data Stream Monitor
Data Stream Monitor

15/16 streams OK. Per-module COM port, bytes/sec, packet count, live waveform strip, auto-reconnect, force-reconnect, and reset controls.

Navigation

25+ Dedicated UI Pages

Every sensor modality, instrument, and analysis tool has its own full-screen page. No cramped dashboards — each view is purpose-built.

Dashboard
Sensor Geometry
Input Control
Output Control
Phase Tuning
Diagnostics
Logs & Replay
Fusion View
Plasma Lab
Metatron Data
Oscilloscope
Phase Analysis
Magnitude Analysis
Magnetic Data
Ultrasonic Data
Thermal Data
Audio
RF Data
Gas Data
Microwave Data
Lidar Data
Volts
Impedance
User Data
Firmware
Dev Test
Core / Config
Visualization
Analysis
Sensor Data
Instruments
Dev
Metatron Data Page

AI-Powered
Data Analysis

The Metatron Data page connects directly to OpenAI and Anthropic Claude APIs. Add your API key in the settings panel and the application can analyze live sensor streams, interpret anomalies, and generate natural-language reports from raw multi-sensor data.

The AI receives the full normalized MTD data context — magnetic flux, LiDAR point clouds, thermal gradients, impedance sweeps, RF spectrum, and radiation counts — and can reason across all modalities simultaneously.

OpenAI API
GPT-4 class models for real-time sensor interpretation
Claude API
Anthropic Claude for long-context multi-sensor analysis
API Key Config
Enter your own key — no subscription required from us
MTD Context Injection
Full normalized sensor state passed to every AI query
AI Integration
Supported Providers
OpenAI GPT-4Anthropic ClaudeConfigurable endpoint
Data Context Sent to AI
Live MTD-normalized sensor readings
Phase coherence matrix
Anomaly flags from ALT algorithm
Historical log excerpts on request
Setup
Open the Metatron Data page → Settings panel → paste your API key. No server required — calls go directly from the desktop app.
Proprietary Framework

The Metatron Framework

ALT Phase Algorithm

The proprietary ALT Phase Algorithm computes phase coherence, magnitude relationships, and cross-sensor correlation in real time — normalizing outputs to Metatron Units so that magnetic flux, ultrasonic amplitude, LiDAR distance, thermal gradient, impedance phase angle, and RF power can all be plotted on the same scale and compared directly.

The Phase Singularity at (0,0) — where amplitude collapses to zero and phase becomes undefined — is not a problem to be filtered out. It is the most important feature in any signal. The topological interface between observable and hidden information domains.

  • Cross-domain phase coherence measurement
  • Magnitude normalization to MTD scale
  • Real-time multi-channel correlation matrix
  • Phase tuning exposed in Phase Tuning page

Metatron Units (MTD)

MTD is the common unit of measure produced by the normalization pipeline. Raw sensor readings — from Hall sensors, LiDAR, impedance sweeps, radiation CPM, RF power dBm — are all scaled to MTD via domain-specific calibration matrices, enabling the Fusion View to overlay heterogeneous data meaningfully.

Magnetic → MTDAcoustic → MTDLiDAR → MTDThermal → MTDRF Power → MTDImpedance → MTDRadiation CPM → MTD

The Central Equation

Ψ(0,0) = 0  ⟹  REALITY
Sensor Modules

Six Pillar Modules

Each pillar has two sides (A and B), each running its own Arduino and firmware module. All communicate via the binary packet protocol.

Pillar Type 1·Electromagnetic & Acoustic·3 pillars (A + B sides)
P1.A

Hall + Ultrasonic

MOD_HALL_ULTRA (0x17)
  • Magnetic flux density mapping
  • Ultrasonic time-of-flight distance
  • Real-time 2D/3D field visualization
  • Acoustic proximity alerts
P1.B

Video + Audio

MOD_VIDEO_AUDIO (0x1A)
  • Live UVC camera feed (OpenCvSharp4)
  • Real-time audio frequency analysis
  • Acoustic event timestamping
  • Video frame export & recording
Pillar Type 2·Thermal, Environmental & Spatial·3 pillars (A + B sides)
P2.A

Thermal + Gas

MOD_THERMAL_GAS (0x1C)
  • Non-contact IR temperature mapping
  • Multi-gas VOC concentration logging
  • Thermal anomaly detection
  • 3D thermal surface interpolation
P2.B

LiDAR + IMU

MOD_PILLAR_LIDAR (0x1D–1F)
  • VL53L5CX ToF swept 0–90°
  • BNO08x 9-DoF IMU fusion
  • Madgwick quaternion filter
  • World-frame 3D point cloud
PC-Connected Instruments

Beyond the Pillars

Additional instruments connect directly to the PC — SDR receivers, oscilloscope, Geiger counter, and camera array — all integrated into the same UI.

Voltage Monitor Pods ×2

MOD_VOLTAGE (0x18)

ADS1115 16-bit ADC, 4-channel voltage monitoring of supply rails and coil drive voltages.

Impedance Analyzers ×2

MOD_IMPEDANCE (0x19)

AD5933 network analyzer, 1 kHz–100 kHz sweep. Magnitude, phase, and Nyquist plot.

Geiger Counter

NAudio · SBM-20 Tube

Audio-pulse counting via PC mic-in. Live CPM, µSv/h conversion, configurable tube factors.

USB Oscilloscope

libsigrok

Multi-channel waveform capture. Time-domain and FFT frequency-domain views.

RTL-SDR Receivers ×3

2.048 MS/s · SDR#

Three independent RF receivers. FFT waterfall, demodulation (NFM/WFM/AM/USB/LSB/CW).

UVC Camera Array

OpenCvSharp4

Hi-res + lo-res UVC cameras via Windows Media Foundation. CV analysis and recording.

Diagnostics

Data Stream
Monitor

Every connected module is tracked in real time. The Data Stream Monitor shows COM port assignment, bytes/sec throughput, packet count, and a live waveform strip for each stream.

15/16 streams OK
Per-module health status with green/red indicators
Auto-Reconnect
Automatic COM port recovery on disconnect
Force Reconnect / Reset Device
Manual override controls per module
Live waveform strips
Real-time signal visualization per stream
Data Stream Monitor showing 15/16 streams OK with live waveforms
Get Started

Open Source.
MIT Licensed.
Everything on GitHub.

Clone the repo, connect your pillars, and start acquiring data. Full build instructions, firmware, schematics, and BOM are all included.

Metatron Harmonic logo

An open-source multi-sensor acquisition, analysis, and visualization platform built on Godot 4 + C#. Phase is not a property of signals. Phase is the substrate of reality.

MIT License · Open Source

Metatron Research Project · Thousand Oaks, California

© 2026 Metatron Research Project · R. Careaga · Thousand Oaks, California

MIT License · MetatronHarmonic.info