ESP8266 Developer Zone The Official ESP8266 Forum 2022-03-04T18:11:31+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=75303 2022-03-04T18:11:31+08:00 2022-03-04T18:11:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=75303&p=100731#p100731 <![CDATA[Encrypted ESP01 ESP32]]> I have an installation working very good but now I would like "to play" with security.
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:

esp_now_add_peer(mac,role,channel,key,size)
--> when KEY is NULL, everything is OK. when KEY has value, the receiver (esp32) doesn't receive anything.
is it possible? Does somebody proof this feature?
Thanks in advance.

Statistics: Posted by dvpe — Fri Mar 04, 2022 6:11 pm


]]>