In this project, I turned Arduino into a random numbers generator. It is possible to program a computer to generate random numbers, but those numbers are not completely random because that's an impossible task for a computer. The amplitude of a line level signal provided from a device with FM Radio tuner is totally random because it is in real time, (even if it is not tuned into a station and it's just catching static). That amplitude will give a totally random integer number that will appear in serial monitor of the IDE of the Arduino. It is required a small circuit external to Arduino.
Arduino As A Random Number Generator
Arduino will generate random numbers by receiving an audio signal provided by an FM Radio.
Read more
Comments