Geiger counter with SI-3BG Russian tube

Erdabyz designed a Geiger counter around a SI-3BG Geiger Muller tube. It uses a PIC16F1508 to read the radiation level, and passes it to a computer via a FT232R USB-to-Serial IC.
This entry was posted in project logs and tagged Geiger counter, project.Timer 1 uses a secondary xtal oscillator at 32,768kHz as clock source. Every 2 seconds the timer overflows. Output pulse from the geiger tube is connected to the external interupt pin. When there’s a high to low transition a count is registered. Every 2 seconds the number of counts is stored into a circular buffer and the thing spits the counts per minute value out of the serial port every 2 seconds. At every count it also generates 2ms worth of 4kHz cycles with the PWM module to drive a buzzer and make a “clack” sound and makes a LED flash for the same amount of time.


Recent Comments