https://github.com/tigercosmos/ionic-arduino-bluetooth
ionic app for arduino bluetooth communication.
https://github.com/tigercosmos/ionic-arduino-bluetooth
android app arduino bluetooth ionic
Last synced: 2 months ago
JSON representation
ionic app for arduino bluetooth communication.
- Host: GitHub
- URL: https://github.com/tigercosmos/ionic-arduino-bluetooth
- Owner: tigercosmos
- Created: 2018-02-19T04:52:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T07:14:54.000Z (over 8 years ago)
- Last Synced: 2024-04-14T09:03:04.718Z (about 2 years ago)
- Topics: android, app, arduino, bluetooth, ionic
- Language: TypeScript
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Arduino Bluetooth: bluetooth controller
Ionic app for arduino bluetooth communication.
## Environmnet Setting
MacOS
```sh
sudo npm install -g cordova ionic
brew cask install java8
cd ~
mkdir .android
touch ~/.android/repositories.cfg
brew cask install android-sdk
brew install gradle
sdkmanager tools
sdkmanager "build-tools;26.0.2" "platforms;android-25"
```
## start
```sh
git clone https://github.com/tigercosmos/ionic-arduino-bluetooth.git
cd ionic-arduino-bluetooth
npm install
ionic serve
# build app
chmod ./tool +x
./tool # you may need to modify this file for yours environment
```
## Inspect
Use Chrome with:
```url
Chrome://inspect
```
## Licence
MIT