5 months ago
Needed examples to implement scheduler
Posted byanith50 points 3 repliesHi
I want to create a Scheduler timer event on my project.Can you provide me with an example on this below topic (Scheduler)?
5 months ago
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
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
5 months ago
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