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?
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.
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.
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 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.
我指的是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.
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
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
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
I have one of these:
https://www.digikey.co.uk/product-detail/en/DA14583IOTSENSDNGL/1564-1024...
That is what I'm referring to.
Thanks
Hi ggd,
Still I am unable to understand what you are trying to accomplish. Which firmware are you running on DA14580?
Thanks, PM_Dialog
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
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
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.
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