Page 1 of 1

Bluetooth pairing

Posted: 19:01, 01 Jul 2015
by robypez
Hello everybody, my name is Roberto and I'm italian. First of all sorry for my english, I will try to be more clear as possible.

I bought a sensor from Farnell, it will arrive tomorrow.

I have a project in my mind: a remote leveler.
Sensortag read values, and on my app I will read tilt and shift.

I cannot understand a basic thing: how do you manage the bluetooth pairing in a mobile app? I want to create a native app with Cordova using Ionic Framework, I'm a Rails developer but I can develop also in Angular and JS.

I see you app, but I cannot understand how can I pair the tag with iOS: do I have to use the standard bluetooth pairing as any other device?

Re: Bluetooth pairing

Posted: 09:28, 02 Jul 2015
by Fredrik
Evothings does not require pairing. In fact, our APIs ignore it entirely.

However, if your device supports pairing, you may use the phone's built-in Bluetooth UI to do it.

Re: Bluetooth pairing

Posted: 10:53, 02 Jul 2015
by robypez
Thank you so much, I will begin to explore your sdk!