Search found 3 matches
- Wed Dec 22, 2021 9:29 pm
- Forum: ESP32 Arduino
- Topic: ESP-NOW change ESP_NOW_MAX_ENCRYPT_PEER_NUM
- Replies: 0
- Views: 3965
ESP-NOW change ESP_NOW_MAX_ENCRYPT_PEER_NUM
Hello and thank your for your time. I am trying to increase the number of excrypted peers from 6 to 12. I have tried both in Arduino ifdef ESP_NOW_MAX_ENCRYPT_PEER_NUM //if the macro MEDIAN_MAX_SIZE is defined undef ESP_NOW_MAX_ENCRYPT_PEER_NUM //un-define it define ESP_NOW_MAX_ENCRYPT_PEER_NUM 12//...
- Tue Dec 21, 2021 2:26 am
- Forum: ESP32 Arduino
- Topic: ESP-NOW and PSRam
- Replies: 0
- Views: 2272
ESP-NOW and PSRam
Hello and thank you for your time. I am wanting to increase the number of ESP-NOW devices the slave can register which is currently unencrypted 20 and encrypted 6. I can redefine the values without any issues the problem is RAM. The slave in question has 4MB of PSRam, is there a way I can store the ...
- Tue Dec 21, 2021 2:21 am
- Forum: ESP32 Arduino
- Topic: ESP-NOW Encrypted Master
- Replies: 0
- Views: 3092
ESP-NOW Encrypted Master
Hello and thank you in advance for your time. I have been using ESP-NOW for years with my sensor network of door sensors and remote controls. I have been sending the data unencrypted without any issues, but I want to migrate to using encrypted data. Currently the ESP32 sensor boots and send an unenc...