Apple Find My and the Airwheel companion app are not marketing bullet points. They are the software layers that transform a motorized suitcase into a smart device. This article covers how they work — the Bluetooth protocol, the Find My chip architecture, the app’s feature set across different models, and what happens during a firmware update.
The Apple Find My integration on the Airwheel SE3ST, SE3SX, and SE3SXD is not a software feature running on the main Bluetooth module. It is a dedicated hardware subsystem — a small PCB mounted inside the case body, containing an Apple-certified Find My chip, a Bluetooth Low Energy transceiver, a piezoelectric speaker, and a CR2032 coin cell battery. The module is electrically isolated from the suitcase’s main battery and the CAN bus. It operates autonomously.
This isolation is the key design decision. The main battery can be removed for security screening. The suitcase can be powered off in storage for months. The CAN bus can be shut down. In every scenario, the Find My module continues to operate on its coin cell, broadcasting a rotating Bluetooth identifier — a cryptographic public key that changes every 15 minutes to prevent tracking by unauthorized parties while remaining recognizable to the owner’s Apple ID.
The pairing process is Apple’s standard Find My accessory workflow. Open the Find My app on an iPhone, tap the plus icon, select “Add Other Item,” and hold the suitcase’s Find My pairing button. The chip exchanges cryptographic keys with the Apple ID — the suitcase’s private key remains on the chip and never leaves it. The owner’s Apple ID stores the corresponding public key and uses it to decrypt location reports from the Find My network. Apple’s servers process these encrypted location reports without being able to decrypt them — the end-to-end encryption architecture means Apple cannot track your suitcase even if it wanted to.
Once paired, the suitcase appears in the Find My app’s Items tab alongside AirPods, AirTags, and every other Find My-compatible device. It behaves identically: a location pin on a map updated whenever a nearby Apple device relays its position, a “Play Sound” button that triggers the piezoelectric speaker, a “Notify When Found” toggle for lost luggage, and a “Notify When Left Behind” toggle that alerts you if you walk away from the suitcase at a gate or cafe. Lost Mode — which displays a custom message and phone number to anyone who finds the suitcase — is not supported on third-party Find My accessories in 2026, but is expected in a future Find My protocol update.
The sound alert deserves specific mention. The piezoelectric speaker on the Find My module is not the same speaker used for the suitcase’s system sounds. It is driven by the Find My chip’s dedicated output pin, powered by the coin cell. The sound is a distinctive chime — roughly 80 dB at close range — designed to cut through ambient noise in a baggage claim area. It is not customizable. It is not musical. It is functional: “I am over here.” At close range in a quiet terminal, it is clearly audible from 20-30 meters. In a noisy baggage claim, closer to 10-15 meters.
A common question: why pay for native Find My when you can slip an AirTag into a suitcase pocket? Five reasons:
1. Battery independence. An AirTag battery lasts roughly one year and then needs replacement — a CR2032 cell that the user must source and install. The Airwheel Find My module’s coin cell is rated for the same ~1-year lifespan but is integrated into the case body — you never need to remember to check or replace it, because the companion app monitors the Find My module’s battery level and alerts you when replacement is approaching.
2. Tamper resistance. An AirTag in a suitcase pocket can be removed by a baggage handler in roughly two seconds — unzip the pocket, pull out the AirTag, discard it. The thief is now untrackable. The Airwheel Find My module is mounted inside the case body, accessible only by disassembling the shell. A baggage handler cannot remove it casually. A thief would need tools and time — both in short supply in an airport environment.
3. Sound volume. An AirTag’s speaker is tiny and produces roughly 60 dB — adequate for finding keys in a couch cushion, inadequate for finding a suitcase on a noisy baggage carousel. The Airwheel Find My module’s larger piezoelectric speaker produces roughly 80 dB — a substantial difference in perceived loudness.
4. No separate tracking interface. With native Find My, the suitcase appears in the same app as your AirPods, MacBook, and every other Apple device. One app, one map, one interface. With an AirTag, you must remember which suitcase contains the AirTag and name it appropriately — and if you move the AirTag to a different suitcase, you must update the Find My app to reflect the change. The native integration eliminates this cognitive overhead.
5. Future-proofing. Airwheel’s Find My module is designed for firmware updates over the companion app. As Apple expands the Find My protocol — new features, new security standards, new capabilities — the module can be updated to support them. An AirTag’s firmware is updated automatically through the Apple ecosystem, but its physical constraints (speaker volume, tamper resistance, mounting location) are fixed.

Not all Airwheel apps are the same. The feature set depends on the model’s generation and electronic architecture:
| Feature | SE3S | SE3SL+ | SE3ST | SE3SX | SE3SXD |
|---|---|---|---|---|---|
| Companion App | No | Yes (v2) | Yes (v3) | Yes (v3) | Yes (v3+) |
| Real-time battery % | No | Yes | Yes | Yes | Yes |
| Estimated range | No | No | Yes | Yes | Yes |
| Stepless speed limit | No | Yes | Yes (0.1-9.9) | Yes (0.1-9.9) | Yes (0.1-9.9) |
| Cruise control | No | No | Yes | Yes | Yes |
| Ambient lighting control | No | Yes | Yes (9 modes, 8 colors) | Yes (8 modes) | Yes (9 modes, multi-color) |
| Electric handle adjust | No | No | Yes | Yes | Yes |
| Low-battery alert | No | Yes | Yes | Yes | Yes |
| Bluetooth disconnect alert | No | No | Yes | Yes | Yes |
| Firmware updates | No | No | Yes | Yes | Yes |
| Motor diagnostics | No | No | No | No | Yes |
| Remote extension/retract | No | No | No | No | Yes |
The feature table reveals the product strategy: the SE3S is analog (no app). The SE3SL+ bridges the gap (app with core features, no Find My or firmware updates). The SE3ST, SE3SX, and SE3SXD represent the current software platform (full app, firmware updates, Find My). The SE3SXD adds exclusive features (remote extension/retraction, motor diagnostics) enabled by its CAN bus architecture.
The companion app communicates with the suitcase over Bluetooth Low Energy (BLE) — the same protocol used by fitness trackers, smart home sensors, and wireless headphones. BLE was chosen over classic Bluetooth for its low power consumption: the suitcase’s BLE module draws roughly 10-15 mA during active communication, compared to 30-40 mA for classic Bluetooth — a meaningful difference for a battery-powered device that needs to maintain connectivity throughout a travel day.
The app uses a custom GATT (Generic Attribute Profile) service — a standardized BLE data structure that organizes data into “characteristics,” each representing a specific piece of information (battery percentage, speed setting, lighting mode). The app reads characteristics to display telemetry. It writes characteristics to send commands. The suitcase can also “notify” the app — pushing updated telemetry data without waiting for the app to poll — which is how the real-time dashboard updates without the app constantly requesting data.
The connection range is approximately 10 meters in open air — standard for BLE. Indoors, with walls and interference, effective range drops to roughly 5-7 meters. When the app disconnects (suitcase moves out of range), it triggers the Bluetooth disconnect alert — a notification that appears on the phone within roughly 3 seconds of disconnection. This is the theft-deterrent and forgetfulness-safety feature: if you walk away from your suitcase at a cafe, your phone tells you.
Multiple phones can pair with the same suitcase, but only one can connect at a time. This prevents conflicting commands — two users simultaneously adjusting the speed limiter or changing the lighting. The paired phones store the suitcase’s BLE address and automatically reconnect when in range. The pairing is persistent across phone reboots and app restarts.

The SE3ST, SE3SX, and SE3SXD support firmware updates distributed through the companion app. The update architecture is modeled on automotive ECU flashing — designed for safety-critical embedded systems where a failed update must not brick the device.
The update process:
The dual-partition flash architecture (active firmware + backup) is the standard approach for mission-critical embedded systems. It guarantees that the suitcase is never left in an unbootable state, even if the update is interrupted by a power loss, Bluetooth disconnection, or app crash. The 30% battery threshold adds an additional safety margin — power loss during flash memory write operations is the most common cause of bricked embedded devices, and the threshold eliminates this risk.
The Airwheel companion app collects the minimum data required to function: Bluetooth identifiers (for pairing and connection), battery telemetry (percentage, cycle count, cell balance status), riding data (speed, distance, power consumption), and crash diagnostics (error codes, fault logs). This data is stored locally on the phone and transmitted to Airwheel’s servers only when the user opts into analytics sharing.
Location data is handled exclusively through Apple’s Find My network and never passes through Airwheel’s servers. The Find My chip communicates directly with nearby Apple devices over BLE. The location is encrypted end-to-end and decrypted only on the owner’s trusted Apple devices. Airwheel has no access to suitcase location data — the company cannot track your suitcase, and law enforcement cannot subpoena location data from Airwheel because Airwheel does not possess it.
The companion app does not request access to the phone’s camera, microphone, contacts, photos, or any other privacy-sensitive permission. It needs Bluetooth (for suitcase communication) and optionally notifications (for low-battery and disconnect alerts). That is the complete permission set. The app cannot collect data it does not have permission to access.
The privacy architecture reflects a deliberate choice: the suitcase is a tool, not a surveillance device. The data it collects powers the features you see — battery percentage, speed limiter, lighting control. The data it does not collect — your location, your travel history, your packing habits — cannot be sold, leaked, or subpoenaed because it does not exist. In an era of smart devices that harvest data by default, this is a meaningful competitive advantage.