Muon detecting with smarthpones -- need open source code....

Click For Summary

Discussion Overview

The discussion revolves around the development of a muon detection system using smartphones, focusing on the use of smartphone cameras and sensors. Participants are seeking open-source code and sharing their experiences and challenges in creating such a system.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Experimental/applied

Main Points Raised

  • One participant is looking for open-source code for muon detection using smartphones, expressing frustration over the lack of shared resources.
  • Another participant suggests searching GitHub and mentions two strategies for detection: CCD excitation and self-correction events in RAM memory, noting limitations in software for the latter.
  • There is a discussion about the types of particles detected, with some participants suggesting that most visible events are gamma or beta rays rather than muons.
  • One participant proposes the idea of using two cameras for coincidence detection, while another raises concerns about the challenges posed by camera orientation and slow readout times.
  • Participants discuss the original project called Deco and express disappointment over the lack of available source code for similar applications.
  • There is a technical explanation of how the smartphone camera might detect high-energy particles, involving shielding and the camera's CCD.
  • Some participants acknowledge the difficulty of shielding smartphones from muons and discuss the need for environmental radiation shielding instead.
  • One participant shares their unsuccessful attempts to use the OpenCV library in Java for detection, seeking collaboration and information sharing.

Areas of Agreement / Disagreement

Participants express a range of views on the feasibility and methods of detecting muons with smartphones. There is no consensus on the best approach or the availability of source code, and multiple competing ideas and challenges remain unresolved.

Contextual Notes

Participants mention various technical challenges, such as the limitations of smartphone sensors, the need for effective shielding, and the complexity of the detection algorithms. There are also references to specific software libraries and programming languages, indicating a diversity of technical backgrounds among participants.

Who May Find This Useful

This discussion may be of interest to hobbyists, researchers, and developers working on radiation detection, smartphone applications, and experimental physics.

ghalimoglu
Messages
6
Reaction score
0
hi everyone,
nowadays i am working on muon detecting but i need something cheap.
i saw on the internet some people are using their smartphone as a detector with sensor or phones cameras. is there anyone can share their code ?
there are some samples but they don't share their code.. only can use the program..
i need to develop something for myself.
thank you...
 
Physics news on Phys.org
Have you asked them, or searched in github and/or google code?

I have always thought there was to strategies here: either look for CCD excitation, or look for self-correction events in RAM memory. Unfortunately the later is not available to software.
 
  • Like
Likes   Reactions: ghalimoglu
yeah! I've asked them but no one wants to share their project.
thank you i will be seraching about CCD excitation and self -corr. in RAM
and also what do you think which is easier to develop this kind of programs... swift or java ?
cuz i have no idea about self corr. ram and ccd
 
Independent of the software question (no idea, sorry), I would expect that most visible events are gamma or beta rays, with just a small fraction of muons.
 
  • Like
Likes   Reactions: ghalimoglu
mfb said:
Independent of the software question (no idea, sorry), I would expect that most visible events are gamma or beta rays, with just a small fraction of muons.

no problem (about ques.)
but, what do you want to say with small fraction of muons ?
 
The smartphone camera will also react to radioactivity, most of the time the camera sees something it is probably a radioactive decay nearby.
 
youre right.
so i need sth like coincedence... and
maybe two cameras ?
 
That sounds challenging. The slow readout doesn't help either.
Phones can have two cameras but those are too close and probably with a bad relative orientation.

What is the original project idea and scope?
 
:)) muon detectors with a the mobile?
 
  • #10
  • #11
@mfb
yeahh deco and also a german compony made this kind of app. but no one gives the source code.
@crhisVer
why not ?
even you can observe with cloud chember ( such a simple thng)
 
  • #12
A cloud chamber is a 3-dimensional detector, which makes things much easier.
 
  • #13
I don't image the source code would be terribly complicated, the detection is done in the hardware isn't it? From what I understand the system works like this:
Place something thin over the camera, preventing light from penetrating but allowing higher energy particles to pass through. They hit the CCD and from there the camera thinks it's detecting light. So a good guess is that the software turns the camera on and leaves the CCD on, maybe checking the buffer every few milliseconds for anything other than a black image. When it detects something, then there may be some sort of algorithm that determines if it's a muon or another type of high energy particle, but the capture part seems very simple.
 
  • #14
Muons pass through buildings easily, some muons even pass through kilometers of rock.
You have to shield the phone from light very well, if you find some material with low radioactivity this can also serve as radiation shielding. Muons will still pass through.
 
  • #15
@newjerseyrunner
yeah youre right algorithym is true but there are some tricks.. should know the tricks..
i cat handle with all progrraming languages. i only know phyton litle bit. because of this i am saying that i have to find a code and i should edit.
@mfb
i think there is no way to protect sensors or phone from muons with homemade materials.
they protect the tubes (geiger) with alleminuim from radioactivy. thank you all of you friends.
if i find a source code make sure i ll share.
 
  • #16
There is no way to shield from muons with anything apart from mountains (and there are no home-made mountains), but that was never the purpose, right? Shielding against radioactivity of the environment would help.
 
  • #17
we are saying same things but both ones are not the solution :)
thank you for responses.
 
  • #18
Hi Ghalimoglu,
i'm also trying to detect muons (or other radiations) with the smartphone.
I've done some test with OpenCV library in Java on a Samsung S2 mobile telephone, but with no success : i record an image when at least one of the pixel has a value of R,G,B component different from zero (obviously before i cover the camera with a black tape).
But all the images are completely black even if R,G,B values are higher than zero.. (note that with normal lights images that i record are good and fits the picture I'm acquiring).

Have you done some exepriments ?
Happy if we can share information !
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 18 ·
Replies
18
Views
11K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 15 ·
Replies
15
Views
6K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K