Spaces in Advertised Data Name

7 posts / 0 new
Last post
aley_i
Offline
Last seen:3年5个月前
Joined:2015-06-25 09:58
Spaces in Advertised Data Name

Hi,
I've just noticed that I a BLE host truncates the advertised data if it contains a space. Can the advertising packet not contain spaces? Would really appreciate if someone could answer this. i am using SDK3.0.10 BUT i have tried the proximity monitor in SDK5.0.2.1 as well and saw that same issue.

Thanks

Device:
MT_dialog
Offline
Last seen:1 day 19 hours ago
Staff
Joined:2015-06-08 11:34
Hi aley_i,

Hi aley_i,

You can insert spaces in the advertising string. You mean that the proximity monitor doesn't show the spaces in the advertising data, although you send data with spaces ?

Thanks MT_dialog

aley_i
Offline
Last seen:3年5个月前
Joined:2015-06-25 09:58
Hi MT_dialog,

Hi MT_dialog,
Yes the host seems to truncate the advertised name after any spaces I've seen it in the proximity reporter and the DSPS examples.

MT_dialog
Offline
Last seen:1 day 19 hours ago
Staff
Joined:2015-06-08 11:34
Hi aley_i,

Hi aley_i,

Can you please give me your sw setup when this occurs so i can check it, with the proximity reporter i didn't see any truncation of spaces on the proximity monitor in the application on windows i could see the spaces in the advertising string. Please check the attachement, that is what you mean ?

Thanks MT_dialog

Attachment:
aley_i
Offline
Last seen:3年5个月前
Joined:2015-06-25 09:58
Hi MT_dialog,

Hi MT_dialog,
Thanks very much for your reply, the problem seems to my parser and not the advertised name, I just break pointed and looked at the watch window and the stream does contain all data along with the spaces.

Thank you
ALi

Attachment:
sandip ukani
Offline
Last seen:3 years 7 months ago
Joined:2016-11-07 06:25
sdk 5.0.3 compilation in linux environment

Hello,

We would like to develop an application for DA14580 BLE chip on Linux host platform. We have found the SDK 5.0.3 for Windows platform. Do we have SDK available for Linux platform?

Also, projects given in the SDK are with uvproj project file extension which requires keil IDE on Windows. I would wonder if we have Linux based Makefile project which I can use on Linux platform.

Any help in this direction is greatly appreciated !

Thanks,
Sandip

MT_dialog
Offline
Last seen:1 day 19 hours ago
Staff
Joined:2015-06-08 11:34
Hi sandip ukani,

Hi sandip ukani,

The question that you have posted doesn't have to do anything with the topic of the thread, you can always open a new thread for a new question.

Regarding your questions, the SDK is only available in keil and keil is available only for windows systems.

没有任何的例子you can use in order build the application on a LInux platform, there is a document that describes the porting of a project in GNU tools (AN-B-024: Porting a Keil uVision project to the GNU chain tool) but in general only keil is supported by dialog.

Thanks MT_dialog