/IonicBluetooth

App created in ionic connecting to bluetooth and sending different types of data to Arduino

Primary LanguageTypeScript

IonicBluetooth

App created in ionic connecting to bluetooth and sending different types of data to Arduino

Getting Started

Prerequisites

Install:

Running

Access to App folder and run comand:

  • Desktop browser testing
$ ionic serve
  • Run in Android (you have to enable USB debugging and USB for file transfer)
$ ionic build android
$ ionic cordova run android

Authors