Hello, I have a nRF52832 DK and a nRF9160 DK and I would like to establish a Bluetooth connection between them and also send data to each other. How can I do that?
Hello, I have a nRF52832 DK and a nRF9160 DK and I would like to establish a Bluetooth connection between them and also send data to each other. How can I do that?
Are you talking about these?
Yes, exactly. I changed the BT_UUID_THINGY to the UUID of my nRF52832 but didn't know how to change the BT_UUID_TMS and BT_UUID_TOC. I actually gave them all the same UUID, which I doubt is the right way to do so.
I don't think you need those. The sample uses BT_UUID_THINGY by default when scanning and connecting to the thingy:91 device, which it seems you are able to do already. BT_UUID_TMS and BT_UUID_TOC are specific to the thingy service.