Is it possible to implement the std profiles in host MCU which is connected to DA14531 via UART and comm. using AT commands

⚠️
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.
2 posts / 0 new
Last post
Arun Thirunavuk...
Offline
Last seen:2 weeks 3 days ago
加入:2020-06-22 13:06
Is it possible to implement the std profiles in host MCU which is connected to DA14531 via UART and comm. using AT commands

Hi Team,

我们一直按ct, in which we're using a standard health profile. Is it possible to implement the health profiles in an external host processor and communicating using the AT commands. If so, how can we do that can you guide me through this.

Thanks,

Arun

PM_Dialog
Offline
Last seen:1 day 1 hour ago
Staff
加入:2018-02-08 11:03
Hi Arun,

Hi Arun,

Thanks for your question online. I have a question just to make sure : With the AT Commands, do you mean the CodeLess project? So, the profile will be implemented on the external host and the DA14531 will run the CodeLess project that supports AT Commads.

If this is your requirement, this is not possible as the CodeLess is very specific project and doesn’t support GTL commands. Please refer to the product page for more info :

//www.xmece.com/products/smartbond-codeless-commands

If you would like to have the profile on the external host, the communication should be based on GTL messaging protocol over UART. I would recommend first checking theUM-B-143 Dialog External Processor Interface (Draft)用户手册。

Additionally, the SDK include such examples namely prox_reporter_ext and prox_monitor_ext and can be found in the 6.0.14.1114\projects\target_apps\ble_examples SDK path.

Thanks, PM_Dialog