Required Handoff
Collect this information for every device and firmware line you plan to support.BLE Inventory Template
Use this as the minimum intake format:Packet Questions You Should Answer Early
Metadata Rules
Your adapter should never guess the basics.Browser and Platform Questions
This guide focuses on device integration, but platform constraints still matter. Confirm these before planning a browser BLE rollout:
See Compatibility for the current platform
expectations.
Definition of Ready
You are ready to implement when you can answer all of the following without guessing:- which transport path you are taking
- how the browser discovers the device
- how the session starts and stops
- how packet bytes become EEG rows
- how timestamps and channel metadata should be emitted
- what caveats apply by firmware, browser, or platform
Related Docs
Next
Build the adapter
Use the protocol inventory to implement a clean device layer.
Validate reliability
Turn protocol assumptions into repeatable tests.