General

How can Bluno communicate with iOS ANCS Service ?

userHead ebuyjie 2015-05-14 23:07:58 2688 Views2 Replies
Sorry to bother you
I'm a newbie to Arduino develop, but familiar with iOS.

In iOS, it provides a service called ANCS which performs as a peripheral
Then need Bluno acts as a central.
I have already set Bluno to a central role using "AT+ROLE=ROLE_CENTRAL"

but what to do next ? can you give me some hint ?

Thanks:)
2015-05-14 23:26:45 Thank you for reply.

I connect Bluno from iPhone - System Setting - Bluetooth list.
It displays that they were connected.

Then iPhone as peripheral advises ANCS Service which uuid is "7905F431-B5CE-4E99-A40F-4B1E122D00D0", and this service has three characteristics, each characteristic also have a uuid.

But on Bluno side, I don't know to do what in the setup() and loop() function to get the value of those characteristics from iPhone device.

The iOS demo project - BluenoTest shows an example for Bluno acting as peripheral and iOS as central.

Is there a demo show how Bluno acts as a central ?
userHeadPic ebuyjie
2015-05-14 23:14:27 Hi,

Are you going to connect the ios device and bluno? (sorry i am not familiao with ios :D )
userHeadPic Leff