Choose Your Platform
React Native / Expo
Install
@mentra/bluetooth-sdk, configure its Expo plugin and permissions,
create a native build, and connect.Android
Add the Maven package, configure Android permissions and native libraries,
and connect from Kotlin.
iOS
Add the Swift package, configure iOS permissions and background modes, and
connect from Swift.
Integration Sequence
Each platform guide walks through the same core sequence:- Add the platform package to your existing app.
- Configure Bluetooth, microphone, local-network, and notification permissions required by the features you use.
- Scan for Mentra Live, let the user choose a device, and connect.
- Read SDK status and keep your UI derived from the latest connection state.
- Check for and install the matching Mentra Live software before testing SDK features.
Continue Building
Once your app connects, use the guides below to add glasses features.API Reference
Explore lifecycle methods, commands, events, and status models.
Camera and Streaming
Capture photos and video or stream to your own ingest endpoint.
Audio
Use microphone input, transcription events, and speaker playback.
Hardware
Handle buttons, touch, LEDs, battery, and capability state.

