This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Custom experiment
#1
Hi,
     we realized some custom experiments with an ESP32 based datalogger.
We are able to plot data acquired from ESP32 but it is not clear if it is possible receive a feedback from the start button of the graph.

We need to reset some variables when the experiment starts before plotting data.

Is there any command in standard Arduino library to do that ?
Reply
#2
Hey,

there are currently 2 different options that might solve your problem:

A) you can add an "edit" field to your experiment, check the library example "getDataFromSmartphone"

B) if you just want to start a measurement or reset some values you can get the current number of connections with:


Code:
uint16_t activeConnections = PhyphoxBLE::currentConnections;

Unfortunately there is currently no way to get the "user-pressed-play moment" with the library right now.

Cheers
Dominik
Reply


Forum Jump: