Difference between revisions of "Main Page/de"

From MuonPi-Wiki
Jump to navigation Jump to search
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
= Das MuonPi Cosmic Detector Project =
 
= Das MuonPi Cosmic Detector Project =
Das MuonPi Projekt ist ein auf [https://www.raspberrypi.org/ RaspberryPi] basierendes System, das einen kostengünstigen Plastik[[Scintillator|szintillator]] + [[Silicon photomultiplier|SiPM]]-Fotosensor verwendet, um Myonen aus kosmischen Luftschauern zu detektieren. Das System hat eine Zeitauflösung von einigen zehn Nanosekunden, unter Verwendung der "timemark"-Funktion des [https://www.u-blox.com/en/product/neo-m8-series u-blox NEO-M8N GNSS] Modules von u-blox.
+
Das MuonPi Projekt ist ein auf [https://www.raspberrypi.org/ RaspberryPi] basierendes System, das einen kostengünstigen Plastik[[szintillator|szintillator]] + [[Silicon photomultiplier de|SiPM]]-Fotosensor verwendet, um Myonen aus kosmischen Luftschauern zu detektieren. Das System hat eine Zeitauflösung von einigen zehn Nanosekunden, unter Verwendung der "timemark"-Funktion des [https://www.u-blox.com/en/product/neo-m8-series u-blox NEO-M8N GNSS] Modules von u-blox.
 
 
  
 
==== Mehr über kosmische Strahlung ====
 
==== Mehr über kosmische Strahlung ====
*Fang an mit kosmischen Strahlen, vor allem Myonen (Erste Schritte mit..)
+
*Fang an mit [[kosmische Strahlen|kosmischer Strahlung]], vor allem Myonen.
*Extrem starke kosmische Strahlung regnet jeden Tag auf uns herab. Niemand weiß,
+
*[https://www.vox.com/the-highlight/2019/7/16/17690740/cosmic-rays-universe-theory-science Extrem starke kosmische Strahlung regnet jeden Tag auf uns herab]. Niemand weiß, wo genau sie herkommt. Aber mit groß angelegten Experimenten wollen Wissenschaftler auf der ganzen Wetl das herausfinden. Vox Jul 25, 2019
wo genau sie herkommt. Aber mit groß angelegten Experimenten wollen Wissenschaftler  
+
*[https://home.cern/science/physics/cosmic-rays-particles-outer-space Cosmic rays: particles from outer space] (Kosmische Strahlung: Teilchen aus dem Weltraum). Die Erde ist einem ständigen Bombardement von subatomaren Teilchen ausgesetzt, die Energien erreichen können, die weit energiereicher sind als die der größten Beschleuniger. CERN
auf der ganzen Wetl das herausfinden. Vox Jul 25, 2019
+
*[https://www.weltderphysik.de/mediathek/podcast/kosmische-strahlung/ Kosmische Strahlung] ein deutscher Podcast auf weltderphysik.de
*"Cosmic rays: particles from outer space" (Kosmische Strahlung: Teilchen aus dem Weltraum).
+
*[https://www.weltderphysik.de/thema/bmbf/astro-undastroteilchenphysik/der-kosmischen-strahlung-auf-der-spur/ Der kosmischen Strahlung auf der Spur] ein deutscher Artikel auf weltderphysik.de
Die Erde ist einem ständigen bombardement von subatomaren Teilchen ausgesetzt, die Energien
+
*[https://www.weltderphysik.de/gebiet/universum/news/2017/kosmische-teilchen-mit-extragalaktischem-ursprung/ Kosmische Teilchen mit extragalaktischem Ursprung] ein deutscher Artikel auf weltderphysik.de
erreichen können, die weit energiereicher sind als die der größten Maschinen. CERN
 
*"Kosmische Strahlung" ein deutscher Podcast auf weltderphysik.de
 
*"Der kosmischen Strahlung auf der Spur" ein deutscher Artikel auf weltderphysik.de
 
*"Kosmische Teilchen mit extragalaktischem Ursprung" ein deutscher Artikel auf weltderphysik.de
 
  
 
==== Über die Detektoren ====
 
==== Über die Detektoren ====
*Grundlagen von Szintillatoren
+
*Grundlagen von [[szintillator|Szintillatoren]]
*Mehr über Silizium Photodetektoren
+
*Mehr über [[Silicon photomultiplier de|Silizium Photodetektoren]]
* Wie unsere Detektoren zusammengebaut werden
+
* Wie unsere [[Detektor|Detektoren]] zusammengebaut werden
  
 
= Die Hardware =
 
= Die Hardware =
  
 
=== SiPM PCB ===
 
=== SiPM PCB ===
 +
Der [[Silicon photomultiplier de|SiPM Photodetektor]], der das schwache Licht, das im Inneren des Szintillationsdetektor
 +
erzeugt wird, detektiert, ist auf einer kleinen SiPM-Platine montiert. Das flexible Design
 +
ermöglicht die Realisierung von verschiedenen Anzahlen und Auslesekonfigurationen der SiPMs.
  
=== Preamplifier ===
+
=== Vorverstärker (Preamplifier) ===
 +
Der [[Vorverstärker]] befindet sich in unmittelbarer Nähe der SiPM-Photodetektorplatine
 +
und verstärkt die schwachen Signale zur Übertragung auf das [[MuonPi Board|MuonPi Board]], wo sie weiter
 +
verarbeitet und ausgewertet werden.
  
 
=== Das MuonPi-Board ===
 
=== Das MuonPi-Board ===
 +
Die Hauptsignalverarbeitung, Spannungserzeugung und Parameterüberwachung, sowie Parametereinstellung,
 +
erfolgt auf dem aufsteckbaren [[MuonPi Board|MuonPi Board]] von Raspberry Pi. Das Design des Boards ist Open-Source-Hardware und weist nur handelsübliche Standardkomponenten auf, die von verschiedenen Distributoren bezogen werden können. Mit etwas Löterfahrung kann das MuonPi HAT mit einer Standard-Lötanlage zusammengebaut werden. Eine Anleitung und nützliche Hinweise sind in der [[Montageanleitung|Montageanleitung]] zu finden.
 +
 +
= The Software =
 +
The MuonPi software collection is entirely open source and [https://github.com/MuonPi available on github]
 +
It consists of several components:
 +
* '''muondetector-daemon''' The main control program running as a background system service on the RPi. The daemon configures, controls and supervises the components on the MuonPi HAT board, handles the comunication to the u-Blox chip and to the outside world via MQTT link and direct access socket, monitors system parameters, such as temperature, voltages, curent, rates etc., performs statistics collections, calculations and logging and much more. The daemon can be installed through the standard system software management tools (such as apt) from our [https://archive.muonpi.org package repository] or compiled from the [https://github.com/MuonPi/muondetector github source] and is everything which is needed to operate a MuonPi detector.
 +
* '''muondetector-gui''' A graphical user interface (GUI) program which can be launched on any computer in the same network as the MuonPi detector in order to monitor and adjust all operation parameters of the detector, if required. The GUI is available for [https://archive.muonpi.org download] as binary package for several platforms (Raspbian, Ubuntu, Windows) or can be compiled from the current [https://github.com/MuonPi/muondetector github master branch].
 +
* '''muondetector-login''' A small command line helper tool to initially set up the MQTT telemetry link. The program will ask for the supplied MQTT credentials and stores them locally in encrypted form for continuous use.
 +
* '''muondetector-cluster''' Allows the operation of a multi-detector cluster as an entity. The program is the cluster head or interface towards the server, searches for coincidences within the cluster and sends the combined coincidence events instead of the single event telegrams to the server. This tool is in development phase with more information about it's utilization to come in near future.
 +
 +
= Setup and Operation of the Detector =
 +
Here you find a collection of HOW-TOs useful to set-up and operate a detector:
 +
 +
*[[Detektor|How to assemble the detector plates]]
 +
 +
*[[Montageanleitung|MuonPi HAT assembly guide]]
 +
 +
*[[Hardware_Setup_de|How to set up the detector hardware]]
  
 +
*[[Raspberry_Pi_Setup_de|How to install and set up the MuonPi software]]
  
= Die Software =
+
*[[MuonPi - Grafana|How to view your detector data using Grafana]]
  
 +
*Detector Surveillance through a [[MuonPi Telegram Bot|Telegram Bot]]
  
 +
The completed setup is fairly insensitive to the location where it will operate.
 +
Basic requirement is a good GPS signal, low humidity and obviously power and network connectivity.
 +
A stable temperature for the scintillator and preamp is desirable, as it affects the noise level of the setup.
 +
Muons will penetrate several meters of granite rock, so placing the detector in the basement leaves the muon measurements unaffected.
 +
However due to radon collection in basement rooms and potassium decay a slightly higher natural radioactive background can be observed.
  
= Admin Area =  
+
In case there are problems with the set-up or operation of the detector, have a look in the [[Troubleshooting]] section.
 +
 
 +
= Related Articles =
 +
 
 +
[[News and articles]] about cosmic rays and similar projects.
  
 +
= Other languages =
  
= Weitere Artikel und Literatur =
+
* [[Main Page/de]]
  
 +
= Admin Area =
  
 +
Useful [[resources]] for admins.
  
= Andere Sprachen =
 
  
* [[Main Page]]
+
= About this Wiki =
 +
* How to edit? [[help for creators]]
 +
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings List of config variables]
 +
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki-FAQ]
 +
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Mailing list of new MediaWiki version announcements]
  
= Über dieses Wiki =
+
----
 +
Sandbox page for testing/playing:
 +
* [[Sandbox]]

Revision as of 11:57, 7 January 2021

Achtung: Die Übersetzung des Wikis ist zur Zeit noch in Arbeit!

Das MuonPi Cosmic Detector Project

Das MuonPi Projekt ist ein auf RaspberryPi basierendes System, das einen kostengünstigen Plastikszintillator + SiPM-Fotosensor verwendet, um Myonen aus kosmischen Luftschauern zu detektieren. Das System hat eine Zeitauflösung von einigen zehn Nanosekunden, unter Verwendung der "timemark"-Funktion des u-blox NEO-M8N GNSS Modules von u-blox.

Mehr über kosmische Strahlung

Über die Detektoren

Die Hardware

SiPM PCB

Der SiPM Photodetektor, der das schwache Licht, das im Inneren des Szintillationsdetektor erzeugt wird, detektiert, ist auf einer kleinen SiPM-Platine montiert. Das flexible Design ermöglicht die Realisierung von verschiedenen Anzahlen und Auslesekonfigurationen der SiPMs.

Vorverstärker (Preamplifier)

Der Vorverstärker befindet sich in unmittelbarer Nähe der SiPM-Photodetektorplatine und verstärkt die schwachen Signale zur Übertragung auf das MuonPi Board, wo sie weiter verarbeitet und ausgewertet werden.

Das MuonPi-Board

Die Hauptsignalverarbeitung, Spannungserzeugung und Parameterüberwachung, sowie Parametereinstellung, erfolgt auf dem aufsteckbaren MuonPi Board von Raspberry Pi. Das Design des Boards ist Open-Source-Hardware und weist nur handelsübliche Standardkomponenten auf, die von verschiedenen Distributoren bezogen werden können. Mit etwas Löterfahrung kann das MuonPi HAT mit einer Standard-Lötanlage zusammengebaut werden. Eine Anleitung und nützliche Hinweise sind in der Montageanleitung zu finden.

The Software

The MuonPi software collection is entirely open source and available on github It consists of several components:

  • muondetector-daemon The main control program running as a background system service on the RPi. The daemon configures, controls and supervises the components on the MuonPi HAT board, handles the comunication to the u-Blox chip and to the outside world via MQTT link and direct access socket, monitors system parameters, such as temperature, voltages, curent, rates etc., performs statistics collections, calculations and logging and much more. The daemon can be installed through the standard system software management tools (such as apt) from our package repository or compiled from the github source and is everything which is needed to operate a MuonPi detector.
  • muondetector-gui A graphical user interface (GUI) program which can be launched on any computer in the same network as the MuonPi detector in order to monitor and adjust all operation parameters of the detector, if required. The GUI is available for download as binary package for several platforms (Raspbian, Ubuntu, Windows) or can be compiled from the current github master branch.
  • muondetector-login A small command line helper tool to initially set up the MQTT telemetry link. The program will ask for the supplied MQTT credentials and stores them locally in encrypted form for continuous use.
  • muondetector-cluster Allows the operation of a multi-detector cluster as an entity. The program is the cluster head or interface towards the server, searches for coincidences within the cluster and sends the combined coincidence events instead of the single event telegrams to the server. This tool is in development phase with more information about it's utilization to come in near future.

Setup and Operation of the Detector

Here you find a collection of HOW-TOs useful to set-up and operate a detector:

The completed setup is fairly insensitive to the location where it will operate. Basic requirement is a good GPS signal, low humidity and obviously power and network connectivity. A stable temperature for the scintillator and preamp is desirable, as it affects the noise level of the setup. Muons will penetrate several meters of granite rock, so placing the detector in the basement leaves the muon measurements unaffected. However due to radon collection in basement rooms and potassium decay a slightly higher natural radioactive background can be observed.

In case there are problems with the set-up or operation of the detector, have a look in the Troubleshooting section.

Related Articles

News and articles about cosmic rays and similar projects.

Other languages

Admin Area

Useful resources for admins.


About this Wiki


Sandbox page for testing/playing: