Skip to main content

multiple gap roles

1 year ago

multiple gap roles

Posted bygaofei0 points 3 replies
0 upvotes

Hi Dialog

I'm new to Dialog BLE development system.

我想知道DA14531支持多个缺口roles simultaneously, such as peripheral and observer.

The second one, can DA14531 send and receive data over coded phy, s2 or s8?

Thank you.

1 year ago

PM_Dialog

Hi gaofei,

Thanks for your question. Please take a look at the GAPM configuration structure in user_config.h header file, namely user_gapm_conf. In our SDK examples, the .role item is se to GAP_ROLE_PERIPHERAL be default. According to gap_role enumeration, the GAP role can be set to GAP_ROLE_ALL which supports Peripheral and Central configuration. However, you will NOT be able to do both procedures at the same time; you will have to cancel the scanning in order to initiate an advertising and vice versa. Regarding your second question, can you please clarify it? Do you mean Coded PHY at 2 or 8 Mbps?

Thanks, PM_Dialog

1 year ago

gaofei 0 points

Hi PM_Dialog,

Thank you for you very detail answer and apoligize for my confusing question.

Allow me to describe my second question again.

Can DA14531 send and receive data at 500kbps(S=2) or 125kbps(S=8)?

I think using BLE 5.0 for long range comms is quite fascinating.

1 year ago

PM_Dialog

Hi gaofei,

What will be the Master? The throughput depends on how many packets can be sent per connection interval. Stay tuned for the DSPS+Codeless reference application example for DA14531.

Thanks, PM_DIalog