ESP32 RNG and WiFi/BT radio-supplied entropy
Posted: Mon Aug 13, 2018 1:19 pm
Hey all,
I see some talk of the WiFi/BT radio noise being used to supply some entropy for the inbuilt RNG. I understand that of course you would need to enable these devices in the make menuconfig to allow for this... but what I'm unsure about is if any further action is required... Do I need to make any code to enable WiFi/BT? I'm not really using WiFi or BT in my project and am unfamiliar with how to initialize them... and all the examples I could find seem needlessly complicated for my application.
I just want to enable WiFi or BT RX, make a bunch of random numbers and put it in a queue, and shut the RX off, and do this as-needed to save any power consumption.
Anybody have thoughts or experience with this? Thanks.
I see some talk of the WiFi/BT radio noise being used to supply some entropy for the inbuilt RNG. I understand that of course you would need to enable these devices in the make menuconfig to allow for this... but what I'm unsure about is if any further action is required... Do I need to make any code to enable WiFi/BT? I'm not really using WiFi or BT in my project and am unfamiliar with how to initialize them... and all the examples I could find seem needlessly complicated for my application.
I just want to enable WiFi or BT RX, make a bunch of random numbers and put it in a queue, and shut the RX off, and do this as-needed to save any power consumption.
Anybody have thoughts or experience with this? Thanks.