Skip to content

OpenEarable/app

Repository files navigation

OpenEarable - App v2.0.0

OpenEarable is the world's first fully open-source AI platform for ear-based sensing applications with true wireless audio. Packed with an unprecedented array of high-precision sensors, OpenEarable redefines what's possible in wearable tech. Designed for both development and research applications, OpenEarable is modular, reconfigurable, and built for the future.

Features

  • Connect to OpenEarable device
  • Configure the sensors
  • Control the audio
  • Control the built-in LED
  • Show live data from the sensors
  • Provide a number of example applications
    • Posture Tracker
    • Recorder

Getting Started

To get started with the OpenEarable App, you need to have the following:

  • An OpenEarable device with the newest firmware
  • A working flutter installation

Run the app

  1. Clone this repository
    git clone https://github.com/OpenEarable/app.git
    
  2. Navigate to the project folder in your terminal
  3. Connect your Phone to your Computer
  4. Start the app on your phone
    flutter run
    
    and select your phone as the target device from the list of connected devices.

Install the app

  1. Navigate to the project folder in your terminal
  2. Connect your Phone to your Computer
  3. Run the app in release mode
    flutter run --release
    
    and select your phone as the target device from the list of connected devices.