ESP8266TrueRandom icon indicating copy to clipboard operation
ESP8266TrueRandom copied to clipboard

Esp32 Compatible?

Open laercionit opened this issue 5 years ago • 4 comments

Hello, its compatible with esp32?

laercionit avatar May 20 '19 15:05 laercionit

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

laercionit avatar May 20 '19 15:05 laercionit

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 avatar Aug 08 '19 15:08 sivar2311

@sivar2311 Thank you so much my friend, it helped me a lot. If I can ever repay, it will be a pleasure.

laercionit avatar Jan 05 '20 05:01 laercionit

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 ;)

sivar2311 avatar Jan 05 '20 10:01 sivar2311