← Complete project index

Wireless & Sensing / Built test tooling

E22 / EWM Wireless Configuration Test Harness

Repeatable serial/radio test workflow for E22 and EWM modules covering local configuration reads, temperature profiles, OTA initiator behavior and wired recovery tests.

STATUSBuilt test tooling
AREAWireless & Sensing
STACK5 documented technologies
INTEGRATIONS3 connected / bounded services
01

OVERVIEW

What I built.

Repeatable serial/radio test workflow for E22 and EWM modules covering local configuration reads, temperature profiles, OTA initiator behavior and wired recovery tests.

01

Built repeatable tests around E22 and EWM modules rather than relying on manual one-off serial commands.

02

Validated local configuration reads, temperature/profile behavior and Mode-2 OTA initiator behavior.

03

Used a hard wired RS485 recovery path to separate UART/protocol problems from RF-link problems.

02

SYSTEM ARCHITECTURE

How the system is divided.

01
Architecture boundary

Host/test script -> UART/RS485 -> E22/EWM configuration interface -> optional RF OTA path.

02
Architecture boundary

Local read/write evidence is separated from remote OTA acknowledgement evidence.

03
Architecture boundary

Counters and exact command bytes are captured so failure states remain reproducible.

03

NETWORK / DATA FLOW

What talks to what.

04

TECHNOLOGY STACK

The technical surface.

01E22
02UART
03RS485
04LoRa
05Autotest
05

IMPLEMENTATION

How it works in practice.

  1. 01

    Host/test script -> UART/RS485 -> E22/EWM configuration interface -> optional RF OTA path.

  2. 02

    Local read/write evidence is separated from remote OTA acknowledgement evidence.

  3. 03

    Counters and exact command bytes are captured so failure states remain reproducible.

06

TESTING & VALIDATION

How I know it works.

TEST 01

Local configuration read verification

TEST 02

Temperature profile test

TEST 03

Mode-2 OTA initiator test

TEST 04

Exact command-byte probes

TEST 05

Hard RS485 loop planned/used to isolate serial protocol from RF path

07

EXTERNAL SERVICES & DEPENDENCIES

What sits outside the core.

COREE22 / EWM Wireless Configuration Test Harness
08

ENGINEERING EVIDENCE

Artifacts behind the claims.

01E22_LOCAL_READ_PASS
02E22_TEMP_PROFILE_PASS
03Exact CF CF C0 05 01 17 probe
04Reply counters
05Distance-repeat tests
09

BOUNDARIES / CONSTRAINTS

What the project does not pretend to solve.

Local module success does not prove remote RF success

No-reply is inconclusive without a wired protocol check

Mode/state mismatches can look like range failures

10

RESULT / CURRENT STATE

What this produced.

A structured radio/configuration troubleshooting harness that distinguishes local module health from remote-link success.