ESP8266TrueRandom
ESP8266TrueRandom copied to clipboard
Esp32 Compatible?
Hello, its compatible with esp32?
I found this version that is compatible with both esp-32 and esp8266, but it does not have all the methods that it has in its lib, its project is much more complete.
https://github.com/TridentTD/TridentTD_ESP_TrueRandom
Hello, its compatible with esp32?
Hi laercionit! If you're still interested, i forked ESP8266TrueRandom and made it ESP32 compatible. Have a look on ESPTrueRandom.
Greetings sivar2311
@sivar2311 Thank you so much my friend, it helped me a lot. If I can ever repay, it will be a pleasure.
In the meantime, i removed this from my project. ArduinoIDE random() makes use of internal hardware random generator (ESP8266 / ESP32). The only part i needed was to get the UUID. An i implemented a function for this by myself ;)