navarrocantero
About
- Username
- navarrocantero
- Joined
- Visits
- 16
- Last Active
- Roles
- Member
Comments
-
OK its working finally !! `function startSearch() { console.log("start Search") MetaWear.discover(function (device) { connect(device) }); function connect(device) { device.on('disconnect', function (error) { console.…
-
@Eric said: If it's a problem with the MetaWear board, then none of the Android, IOS, or Windows apps would be working if the board lost connection, which is not the case. The code snippet you copied was in response to the MetaWear SDK eve…
-
Why always that the metawear its disconnect you call to process.exit(0); Cant do anything else in disconnect event ? Only reset the app¿¿
-
Sorry but, after read a few times, I still in same , inclusive more confused Wich is the best way to make the reconnection ?? One Way would be removing the listeners of the device, true ? That's is what I'm trying to do but with no result…