Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Hardware chapter filled
  • Loading branch information
mkgeiger committed Mar 3, 2019
1 parent c07a3cb commit 4045699
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@ This project describes how I built a Geiger Mueller (GM)-counter as an IoT devic

## Hardware

### GM-Tube

As already mentioned the GM-tubes are taken from a defective GM-counter. [SBM-20](/hardware/SBM-20_STS-5.jpg) tubes very popular and cheap and can be obtained at Ebay for about 20€ per piece. This GM-tube is sensitive only for beta- and gamma-radiation. It will not detect alpha-radiation. Those tubes are much more expensive. Most GM-tubes as also the SBM-20 operate well at 400V. Some other GM-tubes operate at 500V. In that case the high voltage booster has to be redesigned. Also multiple GM-tubes can operate in parallel with only one booster (but each GM-tube with its own anode resistor of about 5.1MOhm). You will get a better median with multiple tubes. The macros for SBM20_FACTOR and NBR_GMTUBES have to be adapted accordingly.

### NodeMcu ESP8266-E12

I decided to take this microcontroller board because of its power, easy programming, WIFI and small form factor. Make sure you have an NodeMcu with 4 MByte flash, which is used for long term measurement. Following GPIOs are used:

Signal | ESP8266 | NodeMcu
--------|---------|--------
Mode | GPIO4 | D2
GMpulse | GPIO13 | D7
Piezo | GPIO15 | D8
3.3V | 3.3V | 3.3V
GND | GND | GND

This module can be obtained at Ebay for about 3€.

### High voltage booster

This booster is boosting 3.3V up to 400V! The 400V are regulated and stabilized with help of the z-diodes and T2. By try and error the values of the z-diodes are determined to reach exactly the 400V. For the oscillator it is important to use the CMOS variant. T3 has to support at least 400V UCE. D1 has to be fast switching diode. C2 has to be 1kV type. The anode resistor I splitted up into 2 resistors because of the high voltage drop. Best is to use exactly the components mentioned in the schematic to build up a working high voltage booster. All necessary parts can be obtained from Reichelt.

## Software

## Photos
Expand Down

0 comments on commit 4045699

Please sign in to comment.