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.

ESP32 / PhyphoxBLE Sampling Rate
#4
setChannel bezieht sich nur auf die Position der Parameter von PhyphoxBLE::write(...).

Wenn du setChannel(1,2) setzt und dann deine Daten mit PhyphoxBLE::write(a, b) reinschiebst (einmal pro Datenpaar), landet a auf der x-Achse und b auf der y-Achse.

Wenn du setChannel(4,2) setzt und Daten mit PhyphoxBLE::write(a, b, c, d) reinschiebst, trägst du d als Funktion von b auf.

Die Null ist dabei eigentlich nur die Ausnahme, die in vielen Fällen bequem ist, da sie die Übertragungszeit bezeichnet und bei nicht allzu schnellen Messungen als Zeitachse genutzt werden kann.
Reply


Messages In This Thread
ESP32 / PhyphoxBLE Sampling Rate - by hhochwald - 06-10-2024, 04:18 PM
RE: ESP32 / PhyphoxBLE Sampling Rate - by Sebastian Staacks - 06-10-2024, 07:41 PM

Forum Jump: