WHEN SECONDS
COUNT

Your personal emergency response system โ€” from one-tap mobile SOS to standalone IoT crash telemetry with AI-powered impact detection.

โšก V1 Mobile SOS๐Ÿ”ฉ V2 IoT Black-Box๐Ÿง  FFT + ML Detection

// V1 โ€” MOBILE SOS APP

Live

Four features. Zero hesitation.

ACTIVE

ONE-TAP SOS

Press the EMERGENCY SOS button. Your real-time Google Maps location is sent instantly to your saved contacts via WhatsApp or SMS.

ACTIVE

SHAKE TO ALERT

Shake your phone twice. No unlocking needed. The SOS triggers instantly โ€” even when your hands are full or in danger.

ACTIVE

LIVE GPS TRACKING

Your real-time location is displayed on an always-on dashboard map, so you always know where you are โ€” and your contacts do too.

ACTIVE

EMERGENCY DIRECTORY

A built-in national emergency services directory. One tap to dial police, fire, medical โ€” no searching, no delays.

// ADVANCED FEATURES

Protection that never sleeps.

Turn on extra safety layers from the Advanced Features dashboard.

ACTIVE

LOW BATTERY SOS PING

When your phone hits critical battery, AnomX automatically fires a final SOS with your exact location โ€” before your phone dies.

IN DEVELOPMENT

LIVE GPS AUTO-UPDATES

Once SOS is triggered, AnomX will continuously broadcast your updated GPS coordinates on a timed interval.

Launching Soon

// HARDWARE LAYER

โ—† Coming Soon

Edge detection. Zero cloud.

AnomX doesn't just run on your phone. An ESP32-based edge node handles real-time impact detection, FFT signal analysis, and BLE communication โ€” all without touching the internet.

Soon

ESP32 DEVKIT V1

Dual-core Xtensa LX6 at 240MHz with integrated WiFi and BLE for real-time edge processing.

Soon

BLE GATT PROTOCOL

Custom GATT services for bidirectional data exchange between ESP32 and the AnomX Android gateway.

Soon

FFT SIGNAL ANALYSIS

Fast Fourier Transform on ADXL345 accelerometer data to detect impact signatures in under 50ms.

PRE-ORDER WAITLIST

Get the AnomX Edge Kit.

A compact ESP32-based wearable node with ADXL345 accelerometer, BLE GATT connectivity, and on-device FFT โ€” pairs directly with the AnomX Android app for real-time impact detection and emergency alerts.

ESP32 DevKit + ADXL345 sensor module
Pre-flashed firmware with BLE GATT pairing
3D-printed enclosure (wrist/clip mount)
Companion setup guide
TBD

Pricing announced soon

Join Waitlist

No payment required ยท We'll notify you

// HOW IT WORKS

Ready in under 60 seconds.

01

ADD CONTACTS

Enter the phone number of a trusted contact โ€” family, friend, or colleague.

02

CHOOSE MODE

Select SMS Mode for offline-first sending or WhatsApp for rich media alerts.

03

ENABLE SHAKE

Toggle Shake to Alert ON. AnomX is now listening โ€” even when locked.

04

TRIGGER SOS

Press the button or shake twice. Help is notified in under 3 seconds.

// SYSTEM REQUIREMENTS

Built to run deep.

Platform

Android 12+KotlinXML LayoutsMVVMForeground Service

Permissions

๐Ÿ“ACCESS_FINE_LOCATIONโ€” Real-time GPS coordinates
๐Ÿ“ACCESS_COARSE_LOCATIONโ€” Backup location fallback
๐Ÿ’ฌSEND_SMSโ€” Offline emergency messaging
๐ŸŒINTERNETโ€” Live map & routing
๐Ÿ”งFOREGROUND_SERVICEโ€” Keeps ShakeService always active
๐Ÿ“ณVIBRATEโ€” Haptic alert confirmation
Version 2.0

Standalone IoT
Crash Telemetry

AnomX V2 places all sensing and decision logic on independent, vehicle-mounted hardware โ€” streaming live telemetry directly to a cloud backend with FFT vibration analysis and Machine Learning crash classification.

// PROJECT OVERVIEW

The complete picture.

WHAT

A standalone IoT-based crash telemetry and cloud dispatch system โ€” a decentralized 'black-box' built on ESP32 that fuses IMU impact data with GPS location, streams live to cloud, and applies FFT + ML to autonomously detect crashes.

WHY

Phone-based crash detection depends on OS permissions, phone placement, and battery state. AnomX V2 uses dedicated always-on hardware that works even if the rider's phone is damaged, uncharged, or thrown clear.

WHO

Targeted at two-wheeler riders, fleet operators, and emergency-response stakeholders โ€” family contacts, ambulance/dispatch services consuming crash alerts.

WHERE

Edge node (ESP32 + MPU6050 + GPS) mounts on vehicle. Telemetry goes over Wi-Fi to Oracle Free Tier Cloud, visualized on a remote dashboard accessible anywhere.

WHEN

V2 โ€” the hardware-independent iteration, moving from phone-only V1 toward a dedicated embedded black-box with edge intelligence.

HOW

MPU6050 streams 6-DoF data over I2C; NEO-6M streams NMEA GPS over UART. ESP32 firmware runs a state machine, packages telemetry, pushes to Oracle server. FFT + ML classifies events.

// SYSTEM ARCHITECTURE

Three-tier intelligence.

Edge sensing โ†’ Transport telemetry โ†’ Cloud ingestion, storage, dashboard, and ML inference.

EDGE LAYER

ESP32 DEVKIT V1

Central MCU + Wi-Fi

MPU6050 IMU

I2C โ€” ยฑ8G accel + gyro

NEO-6M GPS

UART โ€” lat/lon/speed

LED Matrix

GPIO โ€” status diagnostics

Wi-Fi
TRANSPORT

HTTP/JSON PUSH

Structured time-series payloads โ€” Speed, Lat, Lon, Crash-Flag โ€” pushed at fixed intervals. Crash-Flag payloads prioritized for immediate dispatch.

PAYLOAD STRUCTURE

{
  "speed": 42.7,
  "lat": 28.6139,
  "lon": 77.2090,
  "crash_flag": false,
  "timestamp": "..."
}
HTTPS
CLOUD LAYER

Telemetry Ingestion

Receive, timestamp, store

Live Dashboard

Map tracking + speed history

Crash Event Log

Timestamp, location, severity

ML Inference

FFT features โ†’ classification

// V2 HARDWARE STACK

Built from silicon up.

Wi-Fi / I2C / UART

ESP32 DEVKIT V1

Central MCU โ€” runs state machine, sensor fusion, Wi-Fi client, and cloud push logic.

I2C

MPU6050 (6-DoF IMU)

3-axis acceleration (ยฑ8G) + 3-axis angular velocity for impact and rollover detection.

UART (NMEA)

NEO-6M GPS

Real-time latitude, longitude, and speed โ€” independent of any mobile device.

GPIO

LED Diagnostic Matrix

Blue = network lock, Green = nominal, Red = crash/fault โ€” instant field-level status.

HTTPS/REST

Oracle Cloud Server

Hosts backend API and dashboard for time-series telemetry ingestion and visualization.

// FIRMWARE STATE MACHINE

Visual diagnostics. No laptop needed.

The firmware runs a finite state machine โ€” the device's health is visible instantly in the field through an LED diagnostic matrix.

BLUE โ€” HANDSHAKE

Wi-Fi association complete and NEO-6M has achieved satellite lock. System is initializing and acquiring GPS fix.

GREEN โ€” NOMINAL

Telemetry (speed, GPS coordinates) is actively and successfully reaching the Oracle server. Everything is operational.

RED โ€” CRITICAL

MPU6050 has detected a crash/rollover signature, or cloud connection has dropped โ€” prompting local buffering and retry logic.

GPS ACQ

Satellite Lock

TRANSMIT

Steady State

FAULT/CRASH

Alert + Retry

// SIGNAL PROCESSING

FFT Frequency & Vibration Analysis

Raw accelerometer data is noisy โ€” simple G-force thresholds produce false positives from potholes and speed bumps. AnomX V2 applies Fast Fourier Transform (FFT) to separate genuine crash signatures from ordinary road noise.

Time Domain โ€” Raw IMU Signal

Raw ax/ay/az accelerometer data โ€” crash impulse is buried in road vibration noise. Hard to distinguish from potholes via amplitude alone.

Frequency Domain โ€” FFT Spectrum

After FFT: road vibration appears as narrow low-frequency peaks, while crash events show as broadband high-energy signatures โ€” clearly separable.

FFT PROCESSING PIPELINE

1

BUFFER

Rolling window of raw ax, ay, az + gyro samples at fixed rate

2

WINDOW

Apply Hamming/Hanning function to reduce spectral leakage

3

FFT

Compute frequency-domain vibration spectrum per axis

4

EXTRACT

Dominant freq, spectral energy, peak magnitude, band-power ratios

5

CLASSIFY

Compare against road vibration vs crash impact signatures

WHY FREQUENCY ANALYSIS MATTERS

A crash impulse is a short-duration, high-amplitude, broadband event, while road vibration is periodic and concentrated in narrow, predictable frequency bands. By analyzing the vibration spectrum rather than raw amplitude alone, AnomX V2 distinguishes true crash impulses from routine vibration โ€” meaningfully reducing false-positive alerts.

// MACHINE LEARNING

ML-Powered Crash Detection

FFT features feed into a supervised ML classifier that evaluates the shape and frequency content of events alongside magnitude โ€” delivering reliable, generalizable crash classification.

01

DATA COLLECTION

Labeled runs of normal riding, braking, potholes, and simulated crash events captured from MPU6050.

02

FEATURE ENGINEERING

FFT-derived spectral features + time-domain stats: peak-G, jerk, spectral energy, angular velocity spikes.

03

MODEL TRAINING

Supervised classifier (Decision Tree / Random Forest / lightweight neural net) trained to separate normal, harsh event, and crash classes.

04

INFERENCE

Trained model runs against live feature windows to flag crash events in real-time, parallel with threshold-based triggers.

Detection Accuracy Comparison

Estimated classification accuracy across detection methods

G-Force Threshold Only
FP: High0%
FFT + Threshold
FP: Medium0%
FFT + ML Classifier
FP: Very Low0%

Feature Extraction

Peak Acceleration (G)Time-domain
Jerk (dG/dt)Time-domain
Spectral EnergyFFT
Dominant FrequencyFFT
Band-Power RatiosFFT
Angular Velocity SpikeGyroscope
Vibration RMSFFT

// TESTING & VALIDATION

Validated end-to-end.

I2C / UART Bench Tests

Independent validation of MPU6050 and NEO-6M communication before integration.

PASS

Wi-Fi Telemetry Push

Field testing of tethered connectivity and push reliability to Oracle server.

PASS

Controlled Drop/Impact

Validated FFT feature separation between vibration and genuine crash classes.

PASS

LED State Machine E2E

Full validation across handshake, nominal, and fault/crash conditions.

PASS

// CHALLENGES & LIMITATIONS

Known constraints.

Wi-Fi Tethering Dependency

Relies on phone hotspot rather than dedicated cellular/SIM uplink โ€” limits range.

GPS Cold-Start Latency

NEO-6M lock time in poor sky-visibility or urban canyon conditions.

Labeled Dataset Diversity

ML classifier generalization requires more diverse crash data across vehicle types.

Cloud Resource Ceilings

Oracle Free Tier limits under high-frequency telemetry at scale.

// FUTURE SCOPE

What comes next.

Cellular Module

Onboard SIM/GSM/LTE to remove Wi-Fi tethering dependency.

TinyML Edge Inference

On-device ML using TinyML to reduce cloud round-trip latency.

Auto Emergency Dispatch

Automated ambulance/contact dispatch from confirmed Crash-Flag.

Expanded Sensor Fusion

Barometric altitude + temperature for richer rollover context.

V1 + V2

Dual Platform

8+

Active Features

3-Tier

Architecture

FFT+ML

Crash Detection

โ€œBuilt by Eurt-labs to protect those who need it most.โ€

Your safety starts now.

Free to download. No subscriptions. No compromises.

Download AnomX Free

No ads ยท No subscription ยท Open permissions