Bluetooth App - mozilla/project_haiku.iot GitHub Wiki

The Problem

Make a smart phone application that can read from and write to a bluetooth device with BLE (such as a Fitbit, an Arduino board, etc.)

Solution Options

  • Native applications (Android/iOS)
  • Phonegap/Cordova application (Web-based, with libraries that allow access to special features on-device)
  • Web Bluetooth API (Currently only experimental Chrome support)

Solution Exploration