Where is the list of characteristics for DA14583?

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
10 posts / 0 new
Last post
ggd
Offline
Last seen:2 years 2 months ago
加入:2019-01-29 15:45
Where is the list of characteristics for DA14583?

I'm just looking for something that tells me what services / characteristics / UUIDs exist so I can start querying the device in cordova. Which document details that information please?

Device:
PM_Dialog
Offline
Last seen:46 min 43 sec ago
Staff
加入:2018-02-08 11:03
Hi ggd,

Hi ggd,

Apologies but your question is a little bit generic, so could you please clarify what you mean and what you are trying to accomplish?

Thanks, PM_Dialog

ggd
Offline
Last seen:2 years 2 months ago
加入:2019-01-29 15:45
Thanks for your answer.

Thanks for your answer.

I'm looking for the equivalent of this page for the ti sensortag:

http://processors.wiki.ti.com/index.php/CC2650_SensorTag_User%27s_Guide.

It lists all the sensors and their UUIDs and what commands to send to enable notifications etc.

I want to know this information for the default sensors that are available when the DA14583 is powered up so I know what UUID to use to enable notifications for the temperature sensor for example.

Thank you

PM_Dialog
Offline
Last seen:46 min 43 sec ago
Staff
加入:2018-02-08 11:03
Hi ggd,

Hi ggd,

The sensortag is a reference design of the TI, but the DA14583 is a chip! In which project or reference design of Dialog are you referring to?

Thanks, PM_Dialog

ggd
Offline
Last seen:2 years 2 months ago
加入:2019-01-29 15:45
I have one of these:

I have one of these:

https://www.digikey.co.uk/product-detail/en/DA14583IOTSENSDNGL/1564-1024...

That is what I'm referring to.

Thanks

PM_Dialog
Offline
Last seen:46 min 43 sec ago
Staff
加入:2018-02-08 11:03
Hi ggd,

Hi ggd,

Still I am unable to understand what you are trying to accomplish. Which firmware are you running on DA14580?

Thanks, PM_Dialog

ggd
Offline
Last seen:2 years 2 months ago
加入:2019-01-29 15:45
Firmware 5.160.01.19.

Firmware 5.160.01.19.

What I want to do is create a cordova app that receives accelerometer (and other) data from the device. To do this, I need to know the UUIDs for each of the sensors. Your app does it so presumably I can create an app that does it too. All I want is a list of UUIDs for each of the characteristics and services so I can communicate with it.

Thanks

PM_Dialog
Offline
Last seen:46 min 43 sec ago
Staff
加入:2018-02-08 11:03
Hi ggd,

Hi ggd,

If I understood correctly you are using the IoT firmware version 5.160.01.19, The UUI of the DWS profile are included in the user_custs_config.h header file. For example, the UUID if the accelerometer is the DWS_ACCEL_UUID definition.

Thanks, PM_Dialog

ggd
Offline
Last seen:2 years 2 months ago
加入:2019-01-29 15:45
Thanks you but where do I

Thanks you but where do I find the user_custs_config.h header file? I downloaded SDK 5.0.4 but user_custs_config.h has no UUID information in it and there are no references to DWS_ACCEL_UUID in the entire SDK.

PM_Dialog
Offline
Last seen:46 min 43 sec ago
Staff
加入:2018-02-08 11:03
Hi ggd,

Hi ggd,

我指的是DA1458x_IOT_v5.160.1.19 reference application code. In your previous post you mentioned “Firmware 5.160.01.19”. The IoT project is located in the following path:

DA1458x_IOT_v5.160.1.19\DA1458x_IOT\v5.160.1.19\projects\target_apps\wrbl\wrbl_raw\Keil_5. If you open the wrbl_raw project you will find the user_dws_config.h header file. In this file you will find all the available UUIDs.

Thanks, PM_Dialog