Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 4 months ago.
How to connect multiple peripherals at same time ?
Hello,
How can i modify this exemple to connect multiple leds at same time ?
Can I also be peripheral at same time ?
My goal is to use the full potential of S130 softdevice (1 central and 3 peripherals) assembling this exemple and the one called led.
Thank you.
Question relating to:
2 Answers
9 years, 4 months ago.
You can extend the LEDBlinker to target multiple devices concurrently; each connection should come with a connectionHandle to help with the APIs.
It should also be possible to simultaneously be a peripheral. We aim to present a simple demo for this.