2 posts / 0 new
Last post
tkonsekmp
Offline
Last seen:1 year 5 months ago
加入:2016-03-10 12:22
DSPS iOS app

地狱o DSPS Team,

i have a short question. Was there a specific reason why you usedhttps://github.com/bcsphere/bluetoothfor the iOS sample DSPS application?

Do we need any special handling or can we just treat it as a normal BLE connection and use any other bluetooth sdk? Is the emulation of the serial connection done only on the bluetooth chip or does the client (iOS app) also need to adapt?

Thanks for your help!

Best,
Tobias

MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
加入:2015-06-08 11:34
Hi tkonsekmp,

Hi tkonsekmp,

The chip part will push whatever comes to the UART to a custom profile characteristic and send it over bluetooth, the client will have to check on event the specified characteristic and display it on the application and the other way around when the reception occurs at the side of the 580. I dont get the question, you want to replicate the DSPS android/iOS application ? If you follow the guidelines from the original DSPS application and the custom DSPS profile then i dont think that changes on the chip's fw are required. About the bcsphere the android/iOS team informed me that the use of the bcsphere isn't mandatory, its just a plugin for the apache cordova framework which is used in order to have more common code between the iOS and the Android platforms. In functional level it doesn't affect the BLE operation.

Thanks MT_dialog

Topic locked