Hi !
I developed a device that sends a long password through BLE. It is based on BLEKeyboard library for arduino.
#include <BleKeyboard.h>
// Creating object
BleKeyboard bleKeyboard(DEVICE_NAME,"PassStrong",99);
//
if (bleKeyboard.isConnected()) {
....}
To add a real security, I would like to add a pincode to the bluetooth connection. Any idea how I should modify the library to have this working in Arduino ?
Thanks a lot
vcch
Adding a pincode to a BLE connection
Re: Adding a pincode to a BLE connection
You can check arduino-esp32 issue tracker about pin code in bluetooth.
It is implemented in Kolbans library, which is now integrated to arduino-esp32.
It is implemented in Kolbans library, which is now integrated to arduino-esp32.
Who is online
Users browsing this forum: Bing [Bot], Majestic-12 [Bot] and 111 guests