Ionization Chamber (a device to measure radioactivity level)
 
 
 
 
 
Go to file
RobertGawron 91a854af76 fix #159 #158 #147 #145 2019-08-15 09:26:33 +01:00
documentation fix #181 2019-08-12 17:03:23 +01:00
hardware/Sensor fix #59 #71 2019-07-14 10:44:08 +01:00
simulation
software fix #159 #158 #147 #145 2019-08-15 09:26:33 +01:00
.gitignore fix #152 2019-08-11 09:39:04 +01:00
.travis.yml fix #159 #158 #147 #145 2019-08-15 09:26:33 +01:00
LICENSE
README.md chapter name changed 2019-08-11 13:03:23 +01:00

README.md

Ionization Chamber (a device to measure radioactivity level)

Build Status

Current hardware has many bugs.


Principle of operation

When air's atoms are hit by radioactive particles, an ion-pair is produced. Ions has electric charge, if they are in electric field create by positive and negative electrodes, negative ions will move to positive electrode and positive will move to negative electrode.

They will try to "meet each other" (I don't know how to explain it) thus creating a current. This current can be measured. The current is proportional to amount of ion-pairs. Amount of ion-pairs is proportional to radioactivity level.

System architecture

It is designed in a way that the device can work remotely, e.g. no connection via USB cable to users PC is needed.

architecture

Remarks:

  • Amplifier has three stages (first stage is transimpedance amplifier, not FET transistor like most projects use).
  • Amplifier has a separate power supply from 4x2V6 lithium batteries

Hardware

PCB project was done in KiCAD.

Software

Hazards

  • The device exposes high voltage to user, although maximum current is very limited, it still poses health risk if the sensor external electrode would be touch.
  • Pins of switch to turn on/off amplifier power supply are very close to metal chassis. Its possible that pins will be shorted-out by chassis, shorting-out lithium batteries resulting in fire. I flied off this part of chassis and used insulation tape to avoid it.