Capsense touch.... It is possible to detect early stage disease & cancer?

You know CT scanner, Tom Cruise minority report movie(predicting the future).
Can Capsense detect early stage cancer or disease using API (https://zygotebody.com) ?

If so, Core/Photon code (https://build.particle.io/) – How do you open web browser and jump to webpage?

Processing code is this:
link(“http://processingjs.org”);

Python:
python -m webbrowser -t “http://www.python.org

What’s the code to open web browser?

Highly unlikely. Nor would I think that site would help much as it's not really into medical stuff, let alone diagnosis.
It's hard to do that with advanced medical equipment that's been tested for years. I doubt it's going to be easy, or at all possible, to do the same with a Photon, regardless of whether or not you use capsense (which only senses a change in capacitance by the way...)

Could you elaborate on this, because I honestly don't have the slightest clue what you're talking about?

1 Like

Okay. This looks too new. uhmm…

This is processing(“https://processing.org”) code:

void draw() { 

  rect(20, 20, 60, 60); 

} 


void mousePressed() { 

  link("http://processingjs.org"); 

}

Pretend that draw() is capsense foil touch.
Once I touch the foil. It opens the webbrowser url.

Where would it open that page?