aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-02-15 04:55:55 +0100
committerDavid Runge <david.runge@frqrec.com>2014-02-15 04:55:55 +0100
commitf17e8589258bd5594beb60c9fe3980ae18ac4fa0 (patch)
tree7967c79ff83ecb5ecb04539098733f3642a7b554
parent1617a8f64077d526a3bd2045223183354c72392b (diff)
downloadrandom241-f17e8589258bd5594beb60c9fe3980ae18ac4fa0.tar.gz
random241-f17e8589258bd5594beb60c9fe3980ae18ac4fa0.tar.bz2
random241-f17e8589258bd5594beb60c9fe3980ae18ac4fa0.tar.xz
random241-f17e8589258bd5594beb60c9fe3980ae18ac4fa0.zip
Updating howto/README.md with pictures and description
-rw-r--r--howto/README.md41
1 files changed, 40 insertions, 1 deletions
diff --git a/howto/README.md b/howto/README.md
index 9bd02e1..f402947 100644
--- a/howto/README.md
+++ b/howto/README.md
@@ -2,7 +2,7 @@ HOWTO build an Americium 241 driven random number generator
===========================================================
As a showcase I'll demonstrate the creation of my device below.
-You'll need a couple of things to build an Americium 241 driven random number generator (rng).
+You'll need a couple of things to build an Americium 241 driven random number generator (RNG). Read through **all of this** before starting!
###First things first though
@@ -24,8 +24,47 @@ Don't be a fool, work responsibly!
####Americium 241
If you're living in the Americas, you'll most likely still have [ionization smoke detectors](http://en.wikipedia.org/wiki/Americium#Ionization_detectors) around. For (mostly) everyone else, there's the possibility of ordering Americium on ebay!
As I live in Germany I opted for the second option (ionization detectors are not used in private households anymore). My sample came in a nice and useful shape:
+![Americium 241 sample, ordered on ebay](https://raw2.github.com/davezerave/random241/master/howto/IMG_6536.JPG)
+
+It's a small sample of 4mm diameter in a steel casing.
####Webcam
+You can basically use any webcam for this project. There are some things to keep in mind though:
+- You will break it!
+- Don't use cameras below 2 megapixels (your resolution won't be of any use)
+- Make sure you'll be able to open it up and remove its lens!
+
+In my case a Mustek Gsmart Mini 3 has been used, because [Gabriel Zöller](https://github.com/fahrstuhl) wanted to get rid of his and it was broken in just a beautiful and fitting way (with the lens already removed):
+![Gsmart Mini 3](https://raw2.github.com/davezerave/random241/master/howto/IMG_6537.JPG)
+
+
+####Casing
+Make sure you'll have a proper casing around for the sample to store in and later for the camera and the sample to store (or build into for that matter).
+I used a steel casing from an old 19" server rack power supply, that was trashed at work:
+![19" rack server power supply](https://raw2.github.com/davezerave/random241/master/howto/IMG_6761.JPG)
+
+
+###Building the RNG
+It is highly recommended to use nippers when handling the Americium 241 sample:
+![Americium 241 sample on steel](https://raw2.github.com/davezerave/random241/master/howto/IMG_6543.JPG)
+
+The lens mount has a certain diameter. To not have the sample fall on top of the camera chip, I drilled a hole into and cut out a piece of steel to be used as a curb for the sample (as you can see in the picture below).
+![Americium 241 sample with curb](https://raw2.github.com/davezerave/random241/master/howto/IMG_6547.JPG)
+
+Now the sample was put on top of the lens mount with the Americium pointing directly at the chip.
+![Americium 241 sample over webcam sensor chip](https://github.com/davezerave/random241/blob/master/howto/IMG_6549.JPG)
+
+You might have to improvise a little - depending on your hardware - to make things work. [Sugru](http://sugru.com/about/) was my friend, fixing the sample over the camera chip. I know, it looks ugly, but it certainly gets the job done!
+![Americium 241 sample covered with Sugru, fixed over webcam sensor chip](https://github.com/davezerave/random241/blob/master/howto/IMG_6550.JPG)
+**Note of advice**
+Unfortunately (for me), is not a webcam, but can be used as one, if you press a button on the backside of it, while connected via USB. As I don't to open a box and press a button on a camera with an Americium 241 sample in it every time I want to use it, I had to solder a push button switch to it.
+That turned out to be quite a messy job (because the button is very tiny and so are its contacts on the board). If you end up with the same model of camera, do this first, before you place the sample on top!
+After that was done, I was able to place the camera in the above mentioned casing, while leading the USB cable and push button cable out.
+![Americium 241 sample on camera in open casing](https://raw2.github.com/davezerave/random241/master/howto/IMG_6757.JPG)
+As you can see here, I had to use two additional steel panels to complete the casing in front and back of the box.
+The box is made from steel panels all around otherwise, but had some open spaces in front and back (for air circulation in its previous use-case-scenario). Completely closed, it looks like this:
+![Americium 241 entropy harvester](https://raw2.github.com/davezerave/random241/master/howto/IMG_6761.JPG)
+This device is now USB pluggable and on/off switchable!