Needed examples to implement scheduler

Learn MoreFAQsTutorials

4 posts / 0 new
Last post
anith
Offline
Last seen:一周5天go
加入:2020-11-27 09:27
Needed examples to implement scheduler

Hi

I want to create a Scheduler timer event on my project.Can you provide me with an example on this below topic (Scheduler)?

2. Software Platform Overview — DA14585/DA14531 SW Platform Reference Manual (UM-B-119) (dialog-semiconductor.com)

Device:
PM_Dialog
Offline
Last seen:5 hours 58 min ago
工作人员
加入:2018-02-08 11:03
Hi anith,

Hi anith,

Can you please clarify what would you like to create? The SDK6 provides the “app_easy” APIS that take care of for message handling, task handling and special sequences that are required to correctly do some actions in the stack or kernel. The SDK APIs should be used for the application development.

Thanks, PM_Dialog

anith
Offline
Last seen:一周5天go
加入:2020-11-27 09:27
I want to measure distance of

I want to measure distance of an object using ultra sonic sensor,my device is a peripheral which constantly measure the distance and send the distance data to the central device if the bluetooth is connected to a central device.If the bluetooth is not connected i will generate vibration pattern based on the distance.The main goal is to measure the distance always even when the bluetooth is not connected.

PM_Dialog
Offline
Last seen:5 hours 58 min ago
工作人员
加入:2018-02-08 11:03
Hi anith,

Hi anith,

Thanks for the description. I’d recommend using the SDK APIs and build the application on top of them. Please also take a look at our documentation on the DA14531 product page – there are many tutorials and SW Examples that will help you to get started.

http://lpccs-docs.dialog-semiconductor.com/da145xx_tutorial_sdk6_peripherals/index.html

http://lpccs-docs.dialog-semiconductor.com/Tutorial_SDK6/index.html

Thanks, PM_Dialog