How can I use Dual Roles BLEUART, multi peripherals?

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
kufo
 
Posts: 22
Joined: Tue Mar 21, 2023 7:05 am

How can I use Dual Roles BLEUART, multi peripherals?

Post by kufo »

I have tested Dual Roles sample.
In the sample code,

" // Initialize Bluefruit with max concurrent connections as Peripheral = 1, Central = 1
// SRAM usage required by SoftDevice will increase with number of connections
Bluefruit.begin(1, 1);"

I want to use "Bluefruit.begin(2, 1)", two peripherals or more.

But I can not find any sample or reference.

How can I use Dual Roles BLEUART, multi peripherals, such as Bluefruit.begin(2, 1), Bluefruit.begin(3, 1)?

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”