Can you get two Bluefruits to talk to one another?

Play with it! Please tell us which board you're using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Fmaxwell
 
Posts: 3
Joined: Fri Jan 07, 2022 2:47 am

Can you get two Bluefruits to talk to one another?

Post by Fmaxwell »

I'm considering a project and was wondering if anyone had example code or knew if it was possible to have two Bluefruits talk to one another via bluetooth?

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Can you get two Bluefruits to talk to one another?

Post by mikeysklar »

Yes, this in the FAQ.

https://learn.adafruit.com/bluefruit-nr ... aq-3007735
Can I make two Bluefruit nRF52's talk to each other?
Yes, by running one board in peripheral mode and one board in central mode, where the central will establish a connection with the peripheral board and you can communicate using BLE UART or a custom service. See the following Central BLE UART example to help you get started:
https://github.com/adafruit/Adafruit_nR ... es/Central

User avatar
sipan1313
 
Posts: 18
Joined: Sun Jan 30, 2022 4:37 pm

Re: Can you get two Bluefruits to talk to one another?

Post by sipan1313 »

Yes, by running one board in peripheral mode and one board in central mode, where the central will establish a connection with the peripheral board and you can communicate using BLE UART or a custom service.

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

Return to “Circuit Playground Classic, Circuit Playground Express, Circuit Playground Bluefruit”