Hi Dialog,
我实际上在grduation项目,我need to add the bluetooth type zy da14580 module to a medical project . The development kit is working i can detect the sdk 5.0.4 profiles with the lightblue application and i have added the type zy module to the project's board and now i don't know what to do next.
Could you please help me i would really appreciate it because i can't find anything in the internet and i'm running out of time.
thank you.
Device:

Hi etude ploy,
Your description is quite generic, so could you please be more specific in order to provide you the correct instructions? Do you mean the Murata type ZY module? If yes, what do you exactly want to do?
Thanks, PM_Dialog
Thank you for your quick response,
Yes I Am working with the Murata type ZY module . Actually we want to add Bluetooth to connect a medical device to a smart phone or tablet to show a number or a graph . I have downloaded the lightblue app on my iPhone and it detects the sdk ble examples .
I modified the "ble_app_peripheral" project by adding an other led state that controles the second led (P07) of the development kit from the lightblue app.
Now the question is how can we add profiles like ble health thermometer or heart rate mesurment or any other example (do you have tutorials for similar projects) ? and how can we test it (is there phone apps) ? I have downloaded the "Cysmart" app since all the other ios apps that I have found only show the name , adress, read or write of the ble_profile .
Thanks
Marwa.K
Hi etude ploy,
The ble health thermometer and the heart rate profile as is in the SDK has only the implementation of each profile and not how the application will handle it. For example the DISS profile has an implementation of the application side, the DISS profile besides the diss.c and diss_task.c files it also has available the files app_diss.c and app_diss_task.c files, those files give the ability to your application to handle the functionality of the profile itself. So in order to use both of the profiles that you are interested in, you will have to create those file and handle the messages that the profile will exchange with your application. Please have a look at the FAQ's on the support site at the Software Implementation section, there are a couple of FAQ's that explain this aspect of the profile and also the ble health thermometer and the heart rate are standard profiles with a 16Bit UUID, it has nothing to do with 128Bit example. Regarding the test question, could you please explain a bit more what do you mean? For your convenience, you are able to find lot of tutorials and documentation in ourportal pagehttps://support.dialog-semiconductor.com/. Please, enter our portal page and go to theDA14580of the“Products”tab. Also, I suggest you to check the following past thread, regarding the heart rate application.
https://support.dialog-semiconductor.com/hrps-application-side
Thanks, PM_Dialog