Tutorial for Programming

3 posts / 0 new
Last post
Krixen
Offline
Last seen:3年8个月前
加入:2015-09-28 16:27
Tutorial for Programming

我是trying to program the bluetooth DA14580 chip and having a really hard time altering the example code in the 5.0.4 SDK.

The code is really robust I am sure but it is very tough to understand what is going on as when I go down one rabbit hole, it leads me to 5 others. Is there a tutorial online to help me program these chips. I really like writing my own embedded code like with PICs, but I can tell I will have to use some of the SDK code for at least the bluetooth aspects.

Any videos preferably?

Device:
MT_dialog
Offline
Last seen:2 months 2 weeks ago
工作人员
加入:2015-06-08 11:34
Hi Krixen,

Hi Krixen,

You can start by checking out some tutorials in the corresponding section in the Documents tab (they are covering some specific features of the SDK), appart from that you can have a look at the two documents that describe the SDK5 and contain a serious amount of the functionallity it has (UM-B-051 and UM-B-050). Also the files that you should alter are specific, the SDK is structured in a way that the user wont have to touch core files of the SDK these files are included in the user_config directory (user configurations), in the user_platform directory (setting up your peripherals) and user_app (where you can have your custom files). We have some videos, but i dont think that they will provide much help for programming.

Thanks MT_dialog

JE_Dialog
Offline
Last seen:1 month 1 week ago
工作人员
加入:2013-12-05 14:02
couple of good videos - look

couple of good videos - look for the two that are titled "SDK5 template" and "SDK5 custom profile"

https://support.dialog-semiconductor.com/connectivity/product/da14580?qt...

BR JE_Dialog