asemle
About
- Username
- asemle
- Joined
- Visits
- 48
- Last Active
- Roles
- Member
Comments
-
Eric, maybe you're saying this isn't possible today? I got to here (C#), and this will advertise a short that's related to the accel data, but I think too much info is lost in the translation from IDataToken to a short, and I have no way to control …
-
Thanks Eric, so you're saying we could use this (from API docs) where DataToken is part of the accel data? I'll need to dig in as I don't know what a DataToken is, and the API docs are pretty generic. IBeacon.ConfigEditor major(DataToken major) …
-
Thanks Eric. Would you have any recommendations if/when we try and write a custom connector? Is it difficult to connect/subscribe to accelerometer data if you just have access to standard BLE calls (scan, get characteristics, subscribe)?
-
I hate to open this back up, but I'm still struggling with how I use the voltage and charge properties. I want the same experience you get with your cell phone. ex. 55% charge. It doesn't need to be extremely accurate. Right now I'm doing the foll…
-
v2.7.0 is working! Thanks Eric!
-
2.5.9, what about you? I just tried 2.6.0 and got the same result. Is that the latest?
-
Eric, have you tried the sample code? I'm running firmware version 1.2.5, copy/pasted the sample (using android) and I never get a call to the MessageHandler. The CompletionHandler success method is called. I've called readBatteryState right a…
-
Is this now readBatteryLevel? I'm using the android SDK and readBatteryState is not available. I'm also only seeing values of 99 or 98. I've never seen lower. I'm connected over BLE and streaming accelerometer data at 10hz. I'd expect 15 hours or …
-
Eric I'll try this out, but why would Passthrough filter show units of non g's? (i.e. -1000 to 1000)
-
I haven't seen the issue since upgrading. Looks good!
-
Just realized 0.6.0 is a very old firmware version. Updated to 1.2.5 and will see if it happens again.
-
1. Moto G gen 4, Android 6.0.12. 0.6.0 3. Yes, when it's in this state I can't get any apps (on the android or BLE dongle on my PC) to connect
-
Eric, can you further explain this and maybe provide example code? I've seen many samples that do exactly what leihaiyong is doing (routeData().fromXAxis()...., example here), but I'm getting the same exception. Are these examples incomplete, is the…