Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Radiation Detection Safety System implemented as a distributed system of radiation detection stations that measure levels of radiation in a room using radiation measurement hardware and periodically communicate with a central station over the internet that reports dangerous levels of radiation.

Notifications You must be signed in to change notification settings

SebastianGonzalez2000/KeTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

KeTalk

This repository contains the Main Control Station and the code for each individual Radiation Detection Station of a real-time radiaton detection system using Ketek Radiation Detector hardware. The Radiation Detection Station sends structured binary commands to the XIA chip board inside of the detector and receives binary responses through a socket connection. Commands include reading and writting Digital Signal Processing parameters and collecting spectrum reads. Each station receives radiation spectrum read data from the surroundings measured by the detector every second, that is later parsed into a radiation dose rate in nSv/hr.

Each radiation station communicates to the main control station over the internet to send the parsed dose rate and report any levels of radiation that are considered dangerously high. Both stations periodically record this information on a log file with a time stamp for later reference.

Every single radiation station was implemented by a Raspberry Pi 4 model B running the code, connected via ethernet to the radiation detector hardware. This allows the system to be more portable and easy to place in hotspots that could be producing high levels of radiation for constant monitoring.

Skills I learned

  • Designing distributed system applications
  • physics behind radiation dose rate calculations and radiation surveys
  • designing software that communicates with complicated pieces of hardware

About

Radiation Detection Safety System implemented as a distributed system of radiation detection stations that measure levels of radiation in a room using radiation measurement hardware and periodically communicate with a central station over the internet that reports dangerous levels of radiation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages