Acually i m working on a project which calculates distance using RSSI values , and i am having this doubt whuch examples to refer between ble_central and ble_peripheral
I want to know the difference between above two Can anyone help me with that
Acually i m working on a project which calculates distance using RSSI values , and i am having this doubt whuch examples to refer between ble_central and ble_peripheral
I want to know the difference between above two Can anyone help me with that
"Central" and "Peripheral" are basic concepts in the operation of BLE; they are part of the Standard - not specific to Nordic or nRF52.
Time for some basic background study; eg,
https://embedded.fm/blog/ble-roles
https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gap
calculates distance using RSSI values
Note that this will never give you a precise result - the best you can get is a coarse "near" or "far" estimate.
Search the forum for more details ...