Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 540 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 540 Bytes

Bluetooth POC

The goal for this POC is to be able to use a (Android or iOS) device's Bluetooth to connect to other Bluetooth peripherals.

Web Bluetooth

Checkout the branch feat/web-bluetooth-api for the web app.

Hybrid app
Checkout the branch feat/android or feat/ios for the hybrid app.

$ npm i

Android

$ cordova platform add android
$ cordova run android

iOS

$ cordova platform add android
$ cordova run android

Native

Checkout the branch feat/react-native for the native app.