Awesome
BLE Tester
A Cross-Platform App for testing BLE devices
Tested with Chrome and Android 6+
What is inside?
Run & Build
Use
Development
- install node and npm
requires root/administrator access
- install @ionic/cli
requires root/administrator access
npm uninstall -g ionic
npm install -g @ionic/cli
- Run the project in development mode
ionic serve
Build for production
Web
ionic build --prod
On success the build directory will contain a production web build of the app
Android
requires Linux machine & docker installed
sh build_android
On Success the APK directory will contain debug-app.apk