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

nrf52832 , switch central mode to peripheral mode

Hi, 

I have to nrf52832 , s132 modules working as peripheral and central.

I would like to get an idea and input on how to change central mode to peripheral mode.

The purpose of my project is to fetch the advertising device RSSI (nrf52832- peripheral)and then forward(nrf52832 central mode to peripheral mode) the data to another BLE module and publish the data.

1) How to change the operating modes?

2} What are the settings that i should consider at the peripheral that is advertising?

3)How can i proceed ?

4) How can i send the RSSI values of the advertising packet, in the scan report of central after changing in the operating mode to peripheral to advertise that data?

Thanks,

Uma

Parents Reply
  • Hi,

    This is what trying to achieve.

    Device 1: in the broadcaster role. This is the device advertising.

    Device 2 : in the broadcaster role. This is the device advertising.

    Central :Scanning and getting RSSI (as of now this is just as observer)

    Another peripheral : have to establish connection with that central and get the RSSI values and publish to know which device is nearer to central.(something like having the advertising devices on the assets and then tracking them ).

    I hope i am a bit more clear

Children
Related