Dimensions of the Geiger-Muller Tube Holder on the GGreg20_V3 Geiger Counter PCB

iotdevicesdev1 pts0 comments

Dimensions of the Geiger-Muller tube holder on the GGreg20_V3 Geiger counter PCB - IoT-devices, LLC - Electronics manufacturer for IoT

-->

-->

--><br>-->

--><br>-->

--><br>--><br>-->

--><br>-->

--><br>--><br>--><br>--><br>--><br>-->

--><br>--><br>--><br>--><br>--><br>--><br>--><br>--><br>--><br>-->

The website is loading, please wait...

Skip to content

Contacts<br>Privacy Policy<br>Return and Exchange Policy

00грн.

Post published:03.11.2025

Post category:Tips

While we included the basic dimensions in the datasheet for the GGreg20_V3 Geiger counter module, these are not all the measurements we are occasionally asked about.

For makers who want to purchase the GGreg20_V3 Geiger counter module without a tube (because they already own a compatible tube or plan to source one elsewhere), this small technical note details the dimensions of the tube mounting on our module’s PCB.

As you can imagine, having the option to buy just the module can be very convenient for some. We have always provided this option (on our website, Etsy, and previously on Tindie) — allowing you to select and order only the components you need right now. Over time, we received feedback, gained experience, and discussed this matter with our customers.

Note: The GGreg20_V3 was originally designed for the SBM20 tube, but its Soviet-era stock quickly ran out, so we specifically chose the even better J305 tube as a replacement. This means the standard SBM20 will also fit the module, as it was the tube we originally designed it for.

It turns out that the Chinese market offers J305 tubes with varying dimensions. This is why we want to explain exactly which J305 tube (or similar) will fit the GGreg20_V3.

We provide data for the J305 tube that we currently supply with the GGreg20_V3. We use the data provided to us by our J305 tube supplier from China.

Further on, we include a technical drawing with dimensions and a few photos to clearly illustrate the setup.

We also provide a photo of several J305 tubes from the latest batch, which clearly shows that while J305 tubes have minor size variations, they can be considered identical for our purpose. In several years of working with the J305, we have only encountered two initially defective tubes, as well as one tube that significantly differed in size from the rest of the batch and from the dimensions specified in the datasheet.

We hope this publication will help you understand which tube to choose so that it fits the module, particularly in terms of length.

Good luck!<br>IoT-devices team

Tags: DIY, geiger-counter, GGreg20_V3, J305, technical-note

You Might Also Like

Connecting the GGreg20_V3 Radiation Sensor to the Home Assistant Server via ESP Home Integration

15.09.2022

Testing of energy consumption by Geiger counter GGreg20_V3

26.02.2025

Connecting the GGreg20_V3 Radiation Sensor to the Home Assistant Server via ESP Home Integration – part 2

16.09.2022

Tags<br>absorbed dose<br>Android<br>App<br>application-note<br>Arduino<br>DCDC_3V3_400V_V1<br>DIY<br>emulator<br>ESP12.OLED<br>ESP32<br>ESP8266<br>ESPHome<br>etsy<br>Expressive<br>gamma-radiation<br>Geiger<br>geiger-counter<br>Geiger-Muller tube<br>GGreg20_ES<br>GGreg20_V3<br>GitHub<br>gm-tube<br>GPIO<br>high voltage generator<br>Home Assistant<br>I2C<br>I2CHUB_V1<br>I2CUI4_V1<br>ionizing radiation<br>iot<br>IoT devices<br>J305<br>LUA<br>news<br>NodeMCU<br>Pulse Counter<br>radiation<br>Raspberry Pi<br>SBM20<br>Tasmota<br>technical-note<br>thingspeak<br>tindie<br>unit test<br>yaml

Select your currency

UAH<br>Ukrainian hryvnia

USD<br>United States (US) dollar

×Cart

Yaml

може сховати лістинг у акордеон?<br>####### ggreg20_esp8266_esphome.yaml #####<br>esphome:<br>name: esphome_node1 # Controller Unique Name<br>platform: ESP8266 # Platform type you have to select when creating new yaml-config in ESP Home<br>board: nodemcuv2 # Controller type you have to select when creating new yaml-config in ESP Home

wifi:<br>ssid: "YourWiFiSSID"<br>password: "SSIDPassword"

# Enable fallback hotspot (captive portal) in case wifi connection fails<br>ap:<br>ssid: "Esphome Node1 Fallback Hotspot"<br>password: "Cpxg9hRIBU7M"

captive_portal:

# Enable logging<br>logger:

# Enable Home Assistant API<br>api:<br>password: "APIpassword"

ota:<br>password: "OTApassword"

# Just embedded test D3 (GPIO0) button on every ESP8266 Devboard<br># You can press D3 button several times to simulate incoming GGreg pulses<br>binary_sensor:<br>- platform: gpio<br>name: "D3 Input Button"<br>pin:<br>number: 0<br>inverted: True<br>mode: INPUT_PULLUP

# Here we calc and include to the firmware a power and doze values of ionizing radiation as sensor outputs<br>sensor:<br>- platform: pulse_counter<br>pin: D3<br>unit_of_measurement: 'mkSv/Hour'<br>name: 'Ionizing Radiation Power'<br>count_mode:<br>rising_edge: DISABLE<br>falling_edge: INCREMENT<br>update_interval: 60s<br>accuracy_decimals: 3<br>id: my_doze_meter<br>filters:<br>- sliding_window_moving_average: # 5-minutes moving average (MA5) here<br>window_size: 5<br>send_every: 5<br>- multiply: 0.0054 # SBM20 tube conversion factor of pulses into mkSv/Hour<br>- platform: integration<br>name: "Total Ionizing Radiation Doze"<br>unit_of_measurement: "mkSv"<br>sensor: my_doze_meter # link entity id to the pulse_counter values above<br>icon:...

tube ggreg20_v3 geiger j305 counter radiation

Related Articles