Reputation: 151
I have a sensorTag device and I want to start using it without implementing the bluetooth connectivity layer, what is the easiest way to use it in swift?
Upvotes: 0
Views: 382
Reputation: 151
The easiest way to connect to sensorTag (and other devices) in swift is to use the IBM Mobile Wearables SDK
you can read about it here: http://wearables.mybluemix.net/
and get it for free here: https://github.com/ibm-wearables-sdk-for-mobile/ibm-wearables-swift-sdk
Upvotes: 1