This is an old revision of the document!
Ionacu Teodor Alexandru 1222A
This alcohol tester provides a convenient and portable solution for individuals to monitor their alcohol consumption levels. It can be used for personal use or in situations where alcohol testing is required, such as safety checkpoints or professional settings.
The True Random Number Generator (TRNG) project utilizes an Arduino Uno board, LEDs, a microphone, and capacitors to create a device that generates random numbers based on ambient noise. The project taps into the inherent variability in noise signals to produce unbiased and unpredictable random numbers, which have applications in cryptography, gaming, simulations, and other domains requiring random data. The Arduino Uno serves as the control unit, providing the necessary processing power and I/O capabilities. The microphone captures ambient sound signals, which contain random fluctuations. These signals are used to seed the Arduino's random number generator, ensuring the generated numbers are truly random. Visual feedback is provided through LEDs connected to the Arduino board, blinking briefly whenever a new random number is generated. Capacitors may be utilized for noise filtering, signal conditioning, or biasing purposes. The TRNG project combines the Arduino platform's flexibility with ambient noise sources to offer a practical and accessible solution for generating random numbers with high entropy.
It has been a fun experience learning how to create an Alcohol tester. I believe that this device can be later used if needed. My knowledge regarding the Arduino technology has definitely improved.
01.05.2023 - Initial Documentation 03.05.2023 - Ordered the needed parts 10.05.2023 - Started testing the sensor 28.05.2023 - Finished the project