|
| 1 | +What is MultiGeiger? |
| 2 | +-------------------- |
| 3 | + |
| 4 | +The MultiGeiger is a radioactivity measurement device. |
| 5 | + |
| 6 | +Main features |
| 7 | +~~~~~~~~~~~~~ |
| 8 | + |
| 9 | +**multiple use cases supported** |
| 10 | + |
| 11 | + * fixed location stations (data transfer via network) |
| 12 | + * mobile operations (using the OLED display and speaker) |
| 13 | + * (more are planned) |
| 14 | + |
| 15 | +**multiple 400V Geiger-Mueller tubes supported** |
| 16 | + |
| 17 | + * big, sensitive tubes, like the Si21g or Si22g (for measurement stations) |
| 18 | + * smaller, less sensitive tubes, like the SBM21 (good for finding hot spots) |
| 19 | + |
| 20 | +**Hardware** |
| 21 | + |
| 22 | + * low parts count, simple to assemble |
| 23 | + * inexpensive, but still good parts |
| 24 | + * using ESP32, a modern and fast 32bit micro controller |
| 25 | + * with WiFi (WPA2) or with WiFi + LoRA |
| 26 | + * with OLED display |
| 27 | + |
| 28 | +**Firmware** |
| 29 | + |
| 30 | + * implemented in C |
| 31 | + * using the popular arduino API |
| 32 | + * over-the-air firmware updates |
| 33 | + |
| 34 | +**Network and Community** |
| 35 | + |
| 36 | + * this is an Ecocurious citizen science project |
| 37 | + * web-based geo map for publishing measurements |
| 38 | + * web-based archive of historic radiation data |
| 39 | + |
| 40 | +**Free and Open** |
| 41 | + |
| 42 | + * GPL v3 licensed |
| 43 | + * open development and issue tracking on GitHub |
| 44 | + |
| 45 | + |
| 46 | +There is a lot more information in our `documentation`_, which is also available as `offline documentation`_. |
| 47 | + |
| 48 | +.. _documentation: https://multigeiger.readthedocs.org/ |
| 49 | +.. _offline documentation: https://readthedocs.org/projects/multigeiger/downloads |
| 50 | + |
| 51 | + |
| 52 | +Note: some stuff is only available in German language or in document formats which |
| 53 | +can not be directly included in the above mentioned docs - see the docs/ directory. |
| 54 | + |
0 commit comments