Is there currently any way to get a random number from the ESP8266? I currently have a bit of code that needs to generate a random ID on boot, but each time it gets the same ID.
I've tried seeding the software random (which seems to do nothing) and the hardware random number generator (which also gives the same result each time).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is there currently any way to get a random number from the ESP8266? I currently have a bit of code that needs to generate a random ID on boot, but each time it gets the same ID.
I've tried seeding the software random (which seems to do nothing) and the hardware random number generator (which also gives the same result each time).
Thanks!