This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I want to make indoor localization using nfr51822 , so i need to get the RSSI of the bluetooth without using any android app.so what should i do? i am new to nfr51822

i am new to nfr51822 and i am doing project on indoor localization in which i need to read the RSSI values of bluetooth. so how i read these values? and i have setup the evaluation kit.i dont know about android app development so pls suggest me a solution without using android app.

  • Hi,

    Could you be more specific on your application ? Which device will be involved in your indoor localization system ? I assume here you will have nRF51822 on both side the transmitter and the receiver and there is no phone involved. Then the next question comes, why do you need BLE for the application ?

    If you plan to support phone/tablet in the future and that is the reason to chose BLE. It's feasible, as you can use the S120 central BLE stack on the nRF51 as the central device which receive and calculate the RSSI value when receiving advertising packet from peripheral notes.

  • You should be able to get the RSSI of each channel in the 2.4GHz band by sweeping through it. There is an example get the RSSI from the radio in the timeslot API example. You can use this to make your program that will sweep through all the channels and get the RSSI value when the receiver is turned on in that channel.

Related