Skip to content

Repository files navigation

Aionios ata05 (ATA MPM-05) — Unofficial Technical Reference

An independent, community reverse-engineering reference for the Aionios ata05 teleoperated robot (internal hardware family EC501; FCC ID 2BQFZ-ATAMPM-05). It documents the hardware, boot/storage, software & network stack, the LinxPort / LinxKey accessory protocol, the companion-MCU serial console, backup/recovery, and a curated set of community findings — all obtained by hands-on investigation of a device the author owns.

⚠️ Unofficial & unaffiliated. Not endorsed by or affiliated with Aionios, TOALL Design, or anyone else; all product and company names belong to their respective owners. Provided as-is, with no warranty. Modifying your device can void its warranty and may brick it — proceed at your own risk. See the full scope/legal note at the top of the reference document.

Notable findings

A few things documented here that are not described in any official manual or manufacturer communication — established purely by hands-on investigation:

  • Two on-board IR emitters. The bot has two built-in infrared emitters for night vision. They are driven by the in-app fill-light button, but only while in night mode — in colour mode the same button switches on two white LEDs instead. This is easy to miss: testing night vision without enabling the fill-light makes the robot look like it has no IR at all. Confirmed by phone-camera test (the emitters also glow faintly red to the naked eye, suggesting ~850 nm parts).
  • The full LinxPort / LinxKey accessory protocol, reconstructed and CRC-verified byte-for-byte — including the laser on/off operate flow (0x01 = on, 0x00 = off) and the app↔plugin data tunnel — beyond what the official DIY material specifies.
  • The companion-MCU debug console (pinout, baud, GB2312/GBK output) and its decoded status-heartbeat telemetry.

Firmware updates — what you need to know

This is the part most owners run into, so here's the short version (full detail in the reference):

  • Don't trust the version number in the app. It can show 00.00.00.00, or keep showing V13 after you've updated to V14. Aionios says a restart clears this — but in hands-on testing the displayed version did not correct itself after a restart, on both iOS and Android. Treat the version field as unreliable; judge success by behaviour (bot boots and runs normally, expected new features/sounds present), not by the number.
  • The in-app OTA frequently fails to complete. In the public update packages we examined, the runtime files (ipcupdate, mcu.bin, param.bin) were missing, so the device couldn't finish the update and reverted to the old firmware (console: "Update file does not exist. Running current file."). Aionios instead describes the problem as an iOS-app-side issue (saying Android generally completes fine) and has not confirmed the packaging gap — so the two explanations don't fully line up. Either way, Aionios's recommended workaround is a manual microSD ("TF card") install of the full recovery package rather than the in-app OTA — though note this did not reliably work for us either (see the V15 note below).
  • Getting the recovery package: message the official Aionios Facebook page ("Send Message" — an auto-reply bot returns a download link). Unzip and copy all files to the root of the TF card (not a subfolder), reinsert, power on, and leave it undisturbed ~5 minutes while it restarts a few times.
  • V15 is served through that same link — but getting it is not the same as installing it. The URL never changed; the content behind it was silently updated from V14 to V15. In our own attempt the V15 microSD run completed its on-device steps and the bot booted normally, yet a full flash dump afterwards still read V14 — i.e. V15 did not actually install (consistent with the missing-files defect above). The app's version field cannot confirm this either way; the only trustworthy check is reading the flash directly. Don't assume a "completed" run means V15 is on.
  • Never power off or restart during an OTA update — interrupting it can brick the device. Back up first if you can (see the backup/recovery section).

What's inside

  • Hardware overview — all four PCBs (main EC501_MB, sub EC501_SUB, the 24 GHz radar daughter-board, and the Qi wireless-charging receiver), the key silicon, and annotated board photographs.
  • LinxPort / LinxKey accessory protocol — frame format, CRC-16/MODBUS, and the full command set (0x01 query-ID, 0x02 ID-reply, 0x03 operate, plus the app-side 0x45/0x46/0x47 frames), including the accessory-ID handshake and the laser on/off operate flow. Every example is mathematically CRC-verified.
  • Companion-MCU debug console — wiring, 115200 8N1 / GBK decoding, and the decoded status-heartbeat telemetry (button / wireless-charge / wired-charger / supply-rail voltage).
  • Storage & boot, software & network stack, backup/recovery, known issues, and a write-up of the public FCC-database records.

Contents of this repository

File What it is
Aionios_ata05_Technical_Reference.md The full reference (Markdown).
Aionios_ata05_Technical_Reference.pdf Same content, as a paginated PDF.
images/ Annotated board photographs referenced by the document.
LICENSE Licensing terms (CC BY 4.0).

(If you keep the _PUBLIC suffix on the files, update the names above accordingly.)

Scope, method, and what is not here

Everything was learned from a device the author owns: serial-console observation, analysis of the manufacturer's own published DIY material, and bench measurement. Reverse engineering for interoperability and repair is generally permitted in the EU/Germany; this document describes findings, not a means to infringe anyone's rights.

Deliberately excluded: no firmware images or binaries (only descriptions of their structure and the backup method); no confidential or embargoed FCC exhibits; and all per-unit identifiers (device serial, production-traceability codes, accessory serial strings) and third-party commenter names have been redacted. In the protocol examples the 12-byte serial UID appears as XXXXXXXXXXXX — substitute your own device's 12-character serial and recompute the serial-dependent CRCs with the routine in the CRC section.

Status & contributing

The hardware and protocol sections are fairly complete. One known open item is the 0x46 accessory-status byte for a present accessory (only the no-accessory value is captured so far). Corrections, additional captures, and findings from other units are welcome — please open an issue or pull request.

License

Documentation and text are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) — see LICENSE. You're free to share and adapt the material, including commercially, as long as you give appropriate credit.

About

Unofficial technical reference & reverse-engineering notes for the Aionios ata05 (ATA MPM-05) teleoperated robot.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors