I have an installation working very good and now I would like "to play" with security.
My use case is: I have multiple master sending information to one slave.
My masters are ESP01 and my slave is ESP32.
I am having problem when try to use key to encrypt the message.
The main part of the code:
Code: Select all
esp_now_add_peer(mac,role,channel,key,size)
Is it possible to connect ESP01 and ESP32 using esp-now with security? Does somebody check this feature?
Thanks in advance.