This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bluetooth 5 master

Hi, I am relatively new to the bluetooth technology. What's needed to implement a master? Can I use a nRF52 to act as one? Thank you

Parents
  • Nothing much, just use some SW stack or implement yours (yes, that's a joke;). There is obvious choice of Nordic S132 and S140 Soft Devices (aka lower-layer BLE stacks) but you can go with Zephyr or other open source projects if you want. Then depending on stack and SDK you choose simply see some examples and you are almost there. Is this the answer you were looking for? Your question is really vague and opened to interpretations... how much you read about the technology, stack, typical architectures etc.? You know what is LL, L2CAP, GATT and GAP?

Reply
  • Nothing much, just use some SW stack or implement yours (yes, that's a joke;). There is obvious choice of Nordic S132 and S140 Soft Devices (aka lower-layer BLE stacks) but you can go with Zephyr or other open source projects if you want. Then depending on stack and SDK you choose simply see some examples and you are almost there. Is this the answer you were looking for? Your question is really vague and opened to interpretations... how much you read about the technology, stack, typical architectures etc.? You know what is LL, L2CAP, GATT and GAP?

Children
No Data
Related