How Can BLE Client Detecting RSSI In Connecting With Server,not ...

Skip to content Dismiss alert {{ message }} / esp32-snippets Public
  • Notifications You must be signed in to change notification settings
  • Fork 712
  • Star 2.5k
  • Code
  • Issues 479
  • Pull requests 10
  • Actions
  • Projects
  • Wiki
  • Security

    Uh oh!

    There was an error while loading. Please reload this page.

  • Insights
Additional navigation options Arduino: how can BLE Client detecting RSSI in Connecting with server,not only for scan? #808New issueNew issueOpenOpenArduino: how can BLE Client detecting RSSI in Connecting with server,not only for scan?#808@lukascjh

Description

@lukascjhlukascjhopened on Feb 8, 2019

I connect two esp32s through the BLE server to the Client, when i use

int ble_rssi = myDevice->getRSSI(); Serial.println(ble_rssi);

in the loop function, become the same value which got in the Scan

I want the Client to always test the signal strength of the server. Is this possible?

thank you in advance

Metadata

Metadata

Assignees

No one assigned

Labels

No labelsNo labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

You can’t perform that action at this time.

Tag » Arduino Ble Rssi Example