Files
tactility_apps/Apps/GPIO
Ken Van Hoeylandt 05862ae65c Release pipelines (#12)
Create a release pipeline that builds a zip file with everything to copy onto the CDN for delivery in the upcoming App Hub.
2025-10-18 15:40:59 +02:00
..
2025-10-15 20:20:32 +02:00
2025-10-05 18:43:35 +02:00
2025-10-18 15:40:59 +02:00
2025-10-05 18:43:35 +02:00

Diceware

This application is based on the Diceware passphrase generator.

In a regular Diceware scenario, you roll 6 dice and match it with the corresponding word from the word list. In this application, it is simplified by getting a 32 bit random integer to get a random word from the word list.

The application asks to enable Wi-Fi because of the hardware random generator on the ESP32. You can enable the Wi-Fi radio to improve the randomness. You don't have to be connected to any network. If you automatically connect to a Wi-Fi network, go to the network settings and manually disconnect from it.