DA14583 on central role (plus switching)

8 posts / 0 new
Last post
ioannistk
Offline
Last seen:4 years 2 months ago
加入:2015-12-15 09:26
DA14583 on central role (plus switching)

Hello!
I am working on DA14583 (SDK 5.0.2.1). I have already modify the proximity reporter project and i was wondering if i could make it change role and work also as central (switch from peripheral to central and the opposite). Unfortunately i can't find example project for switching role or even for central.I read in a post with similar theme that you don't have a project for switch rolling but i was hoping to found a project which could help me to understand the initialization that the central role needs. Do you think that the proximity project can modify to support something like this? Could you please suggest me a project which work on central role?

Thank you!

Device:
MT_dialog
Offline
Last seen:1 week 2 days ago
Staff
加入:2015-06-08 11:34
Hi ioannistk,

Hi ioannistk,

There is no example project for the switching role procedure, since you need a fully hosted central implementation you can try to use the DSPS host in order to check how the implementation is done when the da is operating as a peripheral. Just issue a GAPM_RESET_CMD and recofigure your device with GAPM_SET_DEV_CONFIG_CMD in order to set the role.

Thanks MT_dialog

ioannistk
Offline
Last seen:4 years 2 months ago
加入:2015-12-15 09:26
Thank you for your supporting

Thank you for your supporting
DSPS host is a project which work as a peripheral but has also the inits for the central role?Where can i find it? It's not in my sdk folder

MT_dialog
Offline
Last seen:1 week 2 days ago
Staff
加入:2015-06-08 11:34
Hi ioannistk,

Hi ioannistk,

Its a seperate reference design, not included in the SDK you can go to the Reference designs section and its the first on the list. The project includes two seperate folders the device and the host, the host is what you need for this.

Thanks MT_dialog

ioannistk
Offline
Last seen:4 years 2 months ago
加入:2015-12-15 09:26
Could you please give me the

Could you please give me the link to download the correct file?I only found informations and paths for dsps for android and ios and i suppose this is not the file we are talking about!
Thank you!

MT_dialog
Offline
Last seen:1 week 2 days ago
Staff
加入:2015-06-08 11:34
Hi ioannistk,

Hi ioannistk,

Its in the reference design section, please follow the below link.

http://support.dialog-semiconductor.com/connectivity/reference-designsyou can find the source code in the .zip file at the bottom of the page -DA14580 Dialog Serial Port Service Source code- and the user manual as well.

Thansk MT_dialog

ioannistk
Offline
Last seen:4 years 2 months ago
加入:2015-12-15 09:26
Ok,i 'll work it on

Ok,i 'll work it on DA14580DEVKT-B and i 'll try to make the relative changes on DA14583 and proximity reporter project.
Thank you!

MT_dialog
Offline
Last seen:1 week 2 days ago
Staff
加入:2015-06-08 11:34
Hi ioannistk,

Hi ioannistk,

Yes the DSPS application is intended only for the 580 and 581. The difference between the 580 and the 583 is the flash, just when developing in the SDK5 change the project configuration to the 583 chip. As far as the DSPS project it will run fine on your 583.

Thanks MT_dialog