Skip to main content

Needed examples to implement scheduler

5 months ago

Needed examples to implement scheduler

Posted byanith50 points 3 replies
0 upvotes

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)

5 months ago

PM_Dialog

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

5 months ago

anith 50 points

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.

5 months ago

PM_Dialog

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