Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp NRF52 BLE pairing to resemble ESP32 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacobeva
Copy link
Contributor

This changes the nRF52 BLE pairing behaviour to resemble that of the ESP32. The BLE pairing process is now:

  • the device will generate a static pairing key once per power cycle
  • put the device into pairing mode
  • the device will show the pairing code on its display & send it through serial
  • pair to the device through your BLE master
  • the device will accept the pairing

This should now allow nRF52 RNodes to work better with Reticulum applications that handle Bluetooth behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant