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.

BLE device wird nicht gefunden
#17
Der Weg über das zweite Bluetooth-Gerät war schon richtig. Über das id="" Attribute kann man Bluetooth Ein- und Ausgänge einem physischen Gerät zuordnet.

Das nächste Problem wird dann vermutlich sein das phyphox in jedem Analysedurchgang diese Konfiguration senden wird. Um das zu umgehen gibt es leider keine super schöne Lösung. Der von uns verwendete Weg wäre:
  • ein Byte-Array container enthält die gewünschte Konfiguration (aus Edit-Feldern oder fixe Werte)
  • Wird ein Button element gedrückt, wird eine 1 in einen "button-status" container geschrieben
  • Eine if abfrage prüft ob im oben erwähnten container eine 1 steht, wenn ja wird der bytearray container in einen "ble-sende" container kopiert und dementsprechend von phyphox gesendet.
  • Anschließend wird der Button-Status container zurückgesetzt (Werte gelöscht)


Ich hoffe die Kurzfassung ist verständlich, ansonsten gerne nachfragen. In folgendem Post hatte ich das schon mal beschrieben und ein Beispiel von uns hinzugefügt:

https://phyphox.org/forums/showthread.php?tid=1640
Reply


Messages In This Thread
BLE device wird nicht gefunden - by MarioGrafe - 02-02-2023, 05:36 PM
RE: BLE device wird nicht gefunden - by Dominik Dorsel - 02-07-2023, 05:29 PM

Forum Jump: