TobyRich / lib-smartlink-android

The official TobyRich SmartLink library for Android
18 stars 11 forks source link

iOS Library #1

Open BalestraPatrick opened 10 years ago

BalestraPatrick commented 10 years ago

Hello,

I received my PowerUp 3.0 yesterday and I was wondering if you have an iOS SDK to interact with the bluetooth module. I haven't found another place to ask so sorry if this isn't regarding this project.

Thanks!

Raduh commented 10 years ago

We have not currently open-sourced lib-smartlink for iOS, but iOS provides an API to interact with Bluetooth Smart.

BalestraPatrick commented 10 years ago

Let me know if you plan to open source the iOS lib. Would love to build something with it.

Thank you.

pvaibhav commented 10 years ago

Meanwhile you can simply use iOS CoreBluetooth.framework to interact with your PowerUp. If you can get your hands on the handbook that comes with Hacker Package, you have all the info you need. Otherwise, just check the Android code for information on the Bluetooth protocol, it's quite simple! Feel free to ask us questions.