Oldrich
About
- Username
- Oldrich
- Joined
- Visits
- 38
- Last Active
- Roles
- Member
Comments
-
Thank you for clarification. Regards Oldrich
-
Thank you Eric, is it hardware limitation ? Or can be duration limit changed in SDK update? If it can not be increased in the future, could you, please, update documentation? Thank You, Oldrich
-
@Eric Hi Eric, thank you very much for your help. I'm starting BLE scan when trying to connect and stoping it on sucessfull connection. Although we had a chance to test it only for several hours with toggling bluetooth state off/on, I think it re…
-
@Eric said: After running your project, it appears that doing a BLE scan fixes the connection issues that occur from toggling the Bluetooth adapter. So for your project, you should get the BluetoothDevice object from a BLE scan rather than direc…
-
@Eric Hi Eric, attaching simple app where I'm able to reproduce the reconnection problem. It only prints illuminance to console and tries to keep permanent connection with metawear. Several times turning bluetooth off / on usually leads to descri…
-
@Eric said: @Oldrich said: @Eric said: @Oldrich said: @Eric said: * When your device is in this state, do other ble apps work, lik…
-
@Eric said: @Oldrich said: @Eric said: * When your device is in this state, do other ble apps work, like "nRF Connect"? Yes. I tried and "Beacon scanner" app works with…
-
@Eric said: * When your device is in this state, do other ble apps work, like "nRF Connect"? Yes. I tried and "Beacon scanner" app works with other device at the same time. * Does restarting the app itself fix the pr…
-
D/BluetoothGatt: onConnectionUpdated() - Device=F2:66:56:BC:EB:6E interval=36 latency=0 timeout=500 status=0 D/BluetoothGatt: onConnectionUpdated() - Device=F2:66:56:BC:EB:6E interval=36 latency=0 timeout=500 status=0 D/BluetoothGatt: discoverServic…
-
In this case, what is the error returned when connectAsync fails? Hi Eric, one of the scenarios which leads to unability to reconnect: I disable bluetooth manualy on the phone (via android bluetooth disable/enable soft button) . Sometimes …
-
@Eric said: Please check that your posts are formated correctly on the forum and readable, and edit them appropriately. All of the above code snippets are displayed as one liners making it difficult to read. Sorry for bad formatting. …
-
@Eric Hi Eric, thank you for you help. For each of the modules I'm calling mwBoard.getModule(moduleClass). For Light module.configure() .gain(AmbientLightLtr329.Gain.LTR329_8X) .integ…