Skip to content

jasrub/ionic-ble

 
 

Repository files navigation

Test Cordova BLE plugin with Ionic

This is an Ionic app that communicates with an ATTiny Microcontroller trough Bluetooth using HM-10 Bluetooth module.

The board Eagle schematics, traces and outlines are in the "Board" folder. The Arduino sketch programmed to the board is in the "Arduino" folder

More about this project on this page

For Making this:

  • Make the board

  • Program the board and make sure it works usign a serial FTDI Cable (Sending '1' turns on the LED, sending '0' turns it off, '2' makes it blink. The board is constantly sending '0' when button is not pressed and '1' when it is.)

  • For uploading the app to an android phone.
    Install Ionic and Andriod SDK, then:

    ionic platform add android
    ionic plugin add com.megster.cordova.ble
    ionic run android --device

  • The App should now launch on your phone. make sure Bluetooth on youe phone is enabled and then look for HMSoft

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • CSS 16.5%
  • HTML 0.1%