10-02-2024, 03:52 PM
(10-01-2024, 09:24 PM)Jens Noriʇzsɔɥ Wrote: Have you already looked at the example “getDataFromSmartphone.ino” in the IDE (or at https://github.com/phyphox/phyphox-ardui...tphone.ino)?
I spent some time looking through the library, if I understood correctly, <bluetooth> tags in both <input> and <output> can take the same id (in case of arduino library it's "phyphoxBLE"), making the app send data to the same device it is taking input from.
I have tested this and it's working, thank you