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.

Two Arduino sending Data
#3
What are you using on the Arduino side: phyphoxBLE? I would likely use our library for both microcontrollers and merge the two generated experiments into one by a text editor.

On first sight, both BLE characteristics write into the same buffer, accordingly you have two identical graphs. I assume that is not intended…

Answers to some of your questions:
  • the UUID is (mainly) a generic identifier for heart rate monitors, HID services etc.,
  • “notification” mode lets the microcontroller set the rate, we mainly use this ourselves,
  • phyphox does not record data before tapping start, so likely no subscribeOnStart required
  • conversion indicates to phyphox how the data is transmitted, float or integer requires the lowest amount of data (again: phyphoxBLE would take care of that and you could look into the generated experiment)

There is some documentation on Bluetooth Low Energy in phyphox at https://phyphox.org/wiki/index.php/Bluetooth_Low_Energy
Reply


Messages In This Thread
Two Arduino sending Data - by PBra - 09-15-2023, 12:29 AM
RE: Two Arduino sending Data - by PBra - 09-15-2023, 11:11 AM
RE: Two Arduino sending Data - by Jens Noriʇzsɔɥ - 09-15-2023, 03:45 PM
RE: Two Arduino sending Data - by PBra - 09-15-2023, 09:07 PM
RE: Two Arduino sending Data - by Dominik Dorsel - 09-21-2023, 10:33 AM
RE: Two Arduino sending Data - by PBra - 09-21-2023, 12:02 PM

Forum Jump: