BLE pair - different way ?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

BLE pair - different way ?

Post by prem111 » Sat Nov 27, 2021 1:56 pm

Hi. I know there is no pair option for esp32 at the moment, but can it be solved in a different way? It's about security.

prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

Re: BLE pair - different way ?

Post by prem111 » Sat Dec 04, 2021 10:22 pm

Actually, I have two problems. On the one hand, I can implement message encryption with a key and if the key is wrong, disconnect the client, but it does not solve the situation that someone will connect to ble, someone who does not have the key, and then the competent user will not be able to connect no because as far as I know, several clients cannot connect at once (multi advertising)?

Post Reply