Posts

Showing posts with the label Random

8 Random Flashing LEDs using 555timer

Image
This project flashes eight LEDs in an apparently random manner. It uses a 4060 combined counter and display driver IC which is designed for driving 7-segment LED displays. 8 Random Flashing LEDs Circuit Diagram The sequence is not really random because seven of the LEDs would normally be the display segments, the eighth LED is driven by an output that is normally used for driving further counters. The table below shows the sequence for the LEDs. You can use less than eight LEDs if you wish and the table may help you decide which ones to use for your purpose. Source

OneRNG – Open Random number generation project

Image
Paranoia abounds! well maybe a bit – we are in a situation where we don’t trust our tools – especially our crypto tools – this project is an attempt to create a cheap open source entropy generator that’s open enough that one can verify and trust it. We’ve based our design on an existing platform – our Cheap RF system – mostly because it’s cheap to build, we had existing hardware, and had just finished bringing up a USB stack for it Our simple device is a USB stick, it is open source hardware, you can build your own, runs open source firmware – and you can physically open it to make sure that what’s inside is what you expect. With an external programmer you can also program it with your own firmware. We generate ~350kbits per second of entropy packaged at ~7.8 bits/byte – if you use the entropy data at a lower it accumulates and we quickly approach 8 bits/byte. [ ]