mirror of
https://github.com/grillbaer/esp32-geiger-counter.git
synced 2025-12-21 13:23:15 +01:00
adjusted tube sensitivity 875 -> 825 cpm/(µS/h)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
// Russion STS-6 ("CTC-6") Geiger tube:
|
// Russion STS-6 ("CTC-6") Geiger tube:
|
||||||
// N = (2.28-3.42)*10^3 at 0.36 µR/h; Nmax = 6*10^4; Nf = 110
|
// N = (2.28-3.42)*10^3 at 0.36 µR/h; Nmax = 6*10^4; Nf = 110
|
||||||
const float STS6_CPM_PER_USPH = 875;
|
const float STS6_CPM_PER_USPH = 825; // 875 is a little bit too low compared to official station
|
||||||
|
|
||||||
// Holds pulse counter history and performs calculations
|
// Holds pulse counter history and performs calculations
|
||||||
class GeigerData
|
class GeigerData
|
||||||
|
|||||||
Reference in New Issue
Block a user