Use this checklist when a hardware vendor wants to add headset support. The canonical repo guide lives in the SDK monorepo:Documentation Index
Fetch the complete documentation index at: https://docs.elata.bio/llms.txt
Use this file to discover all available pages before exploring further.
Fast Path Summary
- Confirm protocol and GATT docs: UUIDs, packet format, sample rate, channel map, and timestamps.
- Choose the integration path:
eeg-web-bledevice module atsrc/devices/<vendor>/- sibling package such as
packages/eeg-web-<vendor>for bridge-heavy flows - app-local adapter for private proofs of concept
- Converge on
HeadbandTransportandHeadbandFrameV1. - Add mocked BLE and packet tests.
- Update docs and add a changeset for publishable changes.