Skip to main content

DA14583 Development Kit - Pro

停止

TheDA14585 and DA14586are recommended for new designs.

DA14583 Board - Pro

Get ahead of the competition

The DA14583 development kit Pro is ideal for software developers who want total control over their software development and want to keep an eye on the power consumption of their application. The Pro kit consists of a starter kit and a daughterboard kit.

The starter kit contains the DA14580 motherboard that can be combined with the DA14583 QFN40 daughterboard and gives you access to all of the package’s GPIOs. The kit’s on-board SEGGER chip gives you complete debugging capability while dedicated on-board circuitry allows you, in combination with our complete software environment SmartSnippets™, to profile and fine tune the power consumption of your application to get the most out of DA14583’s advantages.

SmartBond™:power, size and system cost without compromise

Starter Kit

Bluetooth low energy DA14580 motherboard

Bluetooth low energy USB Dongle

CR2032 battery

USB cable

Quick starting guide

Daughterboard kit

The DA14583 daughterboard kit to fit the starter kit is available as follows:

  • 1x QFN40 daughter board
产品Briefs and Summaries
Name Date Version
SmartBond™ DA1458x Family Product Brief(2.82 MB) 22/06/2017 1.0
Datasheets
Name Date Version
DA14583 Datasheet(2.46 MB) 04/11/2016 3.0
Application notes
Name Date Version
AN-B-051 SmartSnippets Power Profiler Calibration(829.62 KB) 20/02/2017 1.0
AN-B-052 DA145Xx/68x Development Kit J-Link Interface(492.82 KB) 14/02/2017 1.0
Layout Guides
Name Date Version
Layout and board design files of the DA14583 IoT sensor design kit(25.01 KB) (Registered users only) 08/03/2016 1.0
Schematics
Name Date Version
DA14580/581/583/585/586 DEVKT -Pro MAINBOARD: Electrical Schematic, BOM-, Layout-, Design-, Gerber- and ReadMe-files(3.32 MB) 08/10/2018 C
DA14580/581/583/585/586 DEVKT -Pro vC MAINBOARD: Electrical Schematic(214.32 KB) 20/06/2018 C
DA14583 DEVKT -Pro Daughterboard QFN40 Electrical Schematic(52.1 KB) 25/06/2015 1.0
DA14583 DEVKT -Pro Daughterboard QFN40: BOM-, Layout-, Design-, Gerber- and ReadMe-files(989.28 KB) 26/07/2018 1.0
Schematic of the DA14583 IoT sensor designkit(25.01 KB) (Registered users only) 08/03/2016 1.0
Software Resources
Name Date Version
DA14583 IoT Sensor Firmware(25.01 KB) (Registered users only) 08/03/2016 1.0
DA1458x Software release notes IoT designkit(7.58 KB) (Registered users only) 08/03/2016 1.0
User guides and manuals
Name Date Version
UM-B-034 DA14580/581/583 Development Kit - Pro User Manual(3.19 MB) 31/01/2016 1.4
UM-B-049 DA1458x Getting started with Development Kit - Pro(4.05 MB) 30/03/2017 1.2
UM-B-064 DA14583 IoT sensor hardware reference application(1.2 MB) 10/03/2016 1.0
UM-B-065 Bluetooth Smart Communication Interface Board(1.25 MB) 31/10/2016 1.0

Ordering information

Motherboard: DA14580DEVKT-P

Daughterboard QFN40: DA14583F01ATDB-P

Buy now

产品 Shop
DA14583 Development Kit- Pro Digikey Mouser Avnet Silica Avnet US Farnell
Back to results

3 years ago

Dual mode configuration peripheral and central

Posted byRajapurerohit0 points 5 replies
0 upvotes

Hello Dialog_Support,

I want to configure my DA14583 device in dual mode[Central and Peripheral].
My scenario is i have two DA14583 device Device_A and Device_B.
1.Device_A always be in peripheral mode so that i can communicate with it using App as well as Device_B.
2.Device_B also should communicate with App and Device_A. Means my device_B should work in dual mode config. Device_B should in Central mode whenever it is talking with Device_A. Same way Device_B should also work in peripheral mode whenever App wants to talk with it.

My question is :
1. is it possible to configure DA15483 work in dual mode central as well as peripheral as per my requirement
2. if yes, then in which all files and functions are responsible for dual mode configuration?
3. which steps do i follow to make my Device_B work in central as well as in peripheral mode?

As i have a short deadline for my project so can you please reply me in details if this kind of dual mode configuration is possible?

Thanks and Regards
Rohit

3 years ago

MT_dialog -30 points

Hi Rajapurerohit,

1,2,3. Its not possible to configure the 580/581/583 in dual mode, you can only have a role switch, switching between central and peripheral by issuing a GAPM_RESET_CMD (no connections are maintained between the switching), please check the following post for more info:

https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-b…

The 585 is capable of operating in dual mode.

Thanks MT_dialog

3 years ago

Rajapurerohit 0 points

Hi MT_dialog,
Thank you for the response .

Yes, i want to switch the Device_B role between central and peripheral.
我device_B应该在中央工作模式和communication with device_A . same way it should switch (device_B) it's role from central to peripheral role and App should able to communicate with device_B.

It would be very helpful if you explain the steps in detail.

Thanks and Regards
Rohit

3 years ago

MT_dialog -30 points

Hi Rajapurerohit,

Whenever you would like to the switch to occur (counting via a timer or via an extenral event or anything that can trigger the role switching) you will just have to issue a GAPM_RESET_CMD there is a ready function that does that which is the app_gapm_reset_msg_create(). After doing that the device will get a GAPM_CMP_EVT (the gapm_cmp_evt_handler() function), with the operation parameter set to the GAPM_RESET. So as soon as you get this the stack is reset and you should invoke a GAPM_SET_DEV_CONFIG_CMD which will configure the device as a central or as a peripheral. The app_easy_gap_dev_configure() function uses the default parameters from the user_config.h file, so you will have to make a custom implementation in order to select which configuration your device would apply to the stack.

Thanks MT_dialog

3 months ago

luoguangqi 0 points

Hi MT_dialog,

Recently, there is a case that needs to be scan and adv. It is mentioned that da14585 supports dual-mode mode,

My question is :
1. is it possible to configure DA15483 work in dual mode central as well as peripheral as per my requirement
2. if yes, then in which all files and functions are responsible for dual mode configuration?
3. which steps do i follow to make my Device_B work in central as well as in peripheral mode?

As i have a short deadline for my project so can you please reply me in details if this kind of dual mode configuration is possible?

TKS!

3 months ago

PM_Dialog

Hi luoguangqi,

Thanks for your comment. According to Bluetooth LE specification, it is not possible to scan ( GAP Central role) and advertise ( GAP Peripheral role) at the same time. You can perform role switching from Peripheral to Central GAP configuration and vice versa. Since you are using the DA14585, this can be done by setting the role to GAP_ROLE_ALL, so that you can either advertise or scan. It’s not possible to do both simultaneously. Please take a look atDA14531-DA14585-586 BLE Multirole ExampleSW Example.

If you have any follow-up question, please raise a new forum post as this one is old and closed.

Thanks, PM_Dialog