Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

195
Views
How to get updated RSSI value from ble device in react native app

Hello I am working on react native app, in which I am using react-native-ble-manager (V 8.0.2) library. The library has readRSSI function which gives me current RSSI value. The problem is I am getting value from readRSSI only once (After I connect with device). After that readRSSI function will not give any value. So how can get updated RSSI value each time or is there any other way present for getting this value. Here is my method for fetching RSSI:

getRSSI(peripheral) 
  {
    BleManager.readRSSI(peripheral.id)
  .then((rssi) => {
    console.log("Current RSSI: " + rssi);
  })
  .catch((error) => {
    console.log(error);
  });
  }

Thank you in advance!!!

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!