Skip to main content

DA14580 Development Kit - Basic

停止

TheDA14585 and DA14586are available for new designs.

DA14580 Board – Basic

Get ahead of the competition

This DA14580 basic development kit gives you all flexibility to develop with confidence. All of the DA14580’s I/Os are available and mapped on to expansion connectors. A debugger is provided on the PCB which in combination with SmartSnippets™, Dialog’s complete software environment, enables you to program and test your applicatiions.

SmartBond™:power, size and system cost without compromise

Features

All flexibility

All I/O’s available and mapped on to expansion connectors

Onboard debugger

Complete software environment available

Starter kit

Board

Battery

USB cable

Quick starting guide

Product Briefs and Summaries
Name Date Version
SmartBond™ DA1458x Family Product Brief(2.82 MB) 22/06/2017 1.0
Datasheets
Name Date Version
DA14580 Datasheet(2.64 MB) 09/11/2016 3.4
Application notes
Name Date Version
AN-B-052 DA145Xx/68x Development Kit J-Link Interface(492.82 KB) 14/02/2017 1.0
Design tools
Name Date Version
DA14580 DEVKT -Basic: Electrical Schematic, BOM-, Layout-, Design- and Gerber-files(1.64 MB) 08/10/2018 2.3
Video thumbnail, click to open and play

SmartBond™ DA14580 - Development Kit - Basic

Buy now

Product Shop
DA14580 Development Kit - Basic DA14580DEVKT-B Digikey Mouser Avnet Silica Avnet US Farnell
Back to results

3年go

About adv data update timer

Posted bydhrishi0 points 1 reply
0 upvotes

Hi,

In most of the peripheral applications, I see that an update adv data timer is used and after 10 seconds it restarts the advertisement. Is this correct?
I want to know, if this is necessary everytime?

Our setup is such that DA14580 is connected to external MCU over UART and it receives the BLE commands over UART.
In this case, can I completely eliminate the use of udpate timer and instead add an API to stop advertisement separately.
This stop advertisement API would have the call to app_easy_gap_advertise_stop(); Does this seem correct?

So, what will happen is, the advertisement will go through continuously when I do not require any change in advertisement data and when an update is to be done, we will stop and start the advertisement.

accepted answer!

3年go

woshobruuefrip… 0 points

Hi dhrishi,

You are right about the advertising data timer, it restarts every 10 seconds (you can choose it’s value).It’s not necessary to use the timer, the time out of the advertising is optional. You can advertise for example until the battery times out. You can simply stop the advertisement by calling the app_easy_gap_advertise_stop function at the point you like in your implementation. The advertising procedure doesn’t time out in unless it is instructed otherwise.

Thanks,

STS_Dialog