Use more metawear at the same time
There's a way to use two or more metawear at the same time and archive the movement made?
If yes, how?
Find the metawear, I have made it.
Then I think to use AsyncTask to create separate "process" in background in which, each of them, make there own manipulation.
Then I think to use AsyncTask to create separate "process" in background in which, each of them, make there own manipulation.
My doubt born from the use of the bound Service and MetaWearBoard.
Thanks for any suggestions
This discussion has been closed.
Comments
For every MetaWear I have to run an AsyncTask.
So, I don't understand when connect the device's MetaWearBoard. I have to create the Handler in the Activity where I found the MetaWears or it's better do it in the AsyncTask where I detect the manipulation/movments?
Because I have made some tests and I have problem with the connection of the MetaWearBoard.
Thanks