Is it possible to have the data from a Nordic UART Service (NUS) fed to multiple Apps (on the same Android device)?
Is it possible to have the data from a Nordic UART Service (NUS) fed to multiple Apps (on the same Android device)?
You are best asking this on an Android forum. Sounds a bit hairy and as Android is notoriously inconsistent between versions and handsets with BLE I don't know why you would want to do this. Have you considered pulling data in via one app and then using local storage to make it accessible by/or pushing it to the other apps?
You are best asking this on an Android forum. Sounds a bit hairy and as Android is notoriously inconsistent between versions and handsets with BLE I don't know why you would want to do this. Have you considered pulling data in via one app and then using local storage to make it accessible by/or pushing it to the other apps?
Yes, probably. Any recommendations for a "good" one?
Reason to want it: there are various apps that can work with my BLE device. For testing, it could be convenient to have them all running on one Android device at the same time.