Can you get two Bluefruits to talk to one another?
Re: Can you get two Bluefruits to talk to one another?
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:
Re: Can you get two Bluefruits to talk to one another?