4

I'm trying to find a bluetooth classic (External accessory framework/MFi) plugin for Cordova. I have been unsuccessful. Thanks for the assistance

Nathan
  • 1,609
  • 4
  • 25
  • 42

1 Answers1

0

For people that have found this question - I had to build my own plugin to handle classic bluetooth with Cordova/Phone Gap, there were no off the shelf answers... Best of luck !

Added a link to my GIT Repo of the Plugin framework I setup:

https://github.com/NPSconsultingLLC/BluetoothClassicCordova

Nathan
  • 1,609
  • 4
  • 25
  • 42
  • Hi Nathan, Were you able to integrate MFi profiles into the classic solution for iOS? I haven't been able to find any information on MFi and Phonegap. Could you possibly provide anything you've learned that may be helpful? – xceph Nov 18 '14 at 13:58
  • Hey Xceph - Yes we were able to build a MFi App using phoneGap, but we were piggybacking on our vendors MFi approval. I'm happy to provide you with any assistance I can, but much of this does predate my involvement with the program. Feel free to drop me a message Nathan.Stryker@gmail.com – Nathan Nov 24 '14 at 22:04
  • @Nathan hey there, can I know how you did your plugin or if you have uploaded it to a repository so I can check it? We're developing a Cordova app which requires to connect to a Classic Bluetooth POS device, I'd love to check your plugin, maybe it could help me with this... – Frakcool Feb 22 '16 at 17:18
  • Yep Feel free to send me an email I'm happy to link you to my Repo- the plugin is a bit rough, but it should give you an idea for how to get started. Nathan.Stryker@gmail.com – Nathan Feb 23 '16 at 15:14