Rokamo
About
- Username
- Rokamo
- Joined
- Visits
- 157
- Last Active
- Roles
- Member
Comments
-
BTW, to optimize BLE power savings, I calculated connection parameters as follows: Calculate Maximum BLE Energy Settings: Interval Max * (Slave Latency + 1) * 3 < 6 Interval Max * (4 + 1) * 3 < 6 Interval Max * (15) < 6 Interval Max < …
-
Thank you Stephen. I look forward to your results.
-
Thank you. Yes I understood that was the case. Just took a lot of grep'n the Interwebs to find the layout. Hope this comment saves time for other MetaWearers.
-
Note if I create an event with MBLANCSNotificationAttributeIDTitle and add a startNotificationsWithHandlerAsync and set a breakpoint in the handler and inspect obj.data it is nil: [event startNotificationsWithHandlerAsync:^(MBLANCSEventData …
-
Thanks Stephen I will check out your solution!
-
Hi Eric, Thanks. I've been trying for several hours to implement your approach but can't get it working. Perhaps I'm not following your guidance properly. Do you have a code example for clarification? Specifically 1. How do you "first p…
-
I've several approaches, two of them are as follows: // HYPOTHESIS ONE: running code below while device is connected to iPhone will conditionally set color based on device.state // RESULT: always get greenColor when button pressed (when device …
-
I found the following byte layout for MetaWear iBeacon works with the Android Beacon Library:beaconManager.getBeaconParsers().add(new BeaconParser().setBeaconLayout("m:0-3=4c000215,i:4-19,i:20-21,i:22-23,p:24-24"));