Hi,
I have enabled DISS profile for eval board muRata P2ML3078 using SDK DA14580_581_SDK_3.0.8.0
#定义CFG_PRF_DISS1
in file da14580_config.h and did rest stuff as suggested in doc UM-B-003_DA14580_581 Software Development Guide_v1.5.
I am able to discover and pair device using BLE.
I wanted to test file/data transfer but not able to do so.
Please let me know
1. Is DISS profile is fine to test file transfer if not then which profile i should enable/use ?
2. Where will be data available or how can I see data tranferred in muRata P2ML3078 board.
Thanks & regards
S Shamsher singh
anyone who has tested plz reply. Trying to test with BLE chat but not able to do so. Any otherway to do such test. Any data transfer, one character also fine
anyone plz reply how can i test ble data tranfer???????
Hi There, i ahve asked the Murata team to support you on this. I am expecting them to come and post on here shortly. BR JE_Dialog
嗨将领,
DISS (Device Information Service) is used just to present fixed information and cannot be used for data transfer.
To test data transfer, the profile "sample128" would be a good starting point. Please refer to B-003 : User Manual – Software Development Guide, 10 Creating a new profile. It explains how to integrate sample128 profile.
Able to do 1-byte read/write using sample128. Thanks