An open API service indexing awesome lists of open source software.

https://github.com/androidcrypto/esp32_truerandomnumbergenerator


https://github.com/androidcrypto/esp32_truerandomnumbergenerator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# ESP32 True Random Number Generator (True RNG)

This is an accompanying repository for the article "**ESP32 How to generate True Random Numbers ("True RNG")**", available on medium.com here: https://medium.com/@androidcrypto/esp32-how-to-generate-true-random-numbers-true-rng-951fcda58e9b

Generating True Random Numbers on an ESP32 device is very easy when using the right settings and commands.

Please note: the code was tested on an ESP32 development board, but not on e.g. ESP32-C3 or ESP32-S3.