Android-nRF-Connect-Device-Manager
Android-nRF-Connect-Device-Manager copied to clipboard
A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)
I use the device manager to test my PCB (BLE) (nordic 52845)running Zephyr (NCS 2.6). I can send hellos, perform DFUs, and write/read files. I was looking for the command...
Hi, Are you considering adding an offset to the FileUploader and file download? We implemented this kind of feature with your library, in our project. If you want to add...
On certain device when we try to update device firmware we get a timeout with the following ``` ERROR msg = Transaction 67 timed out without receiving a response ```...
Hi, I just wanted to ask if there are any plans regarding migration to Kotlin BLE library. As I understand it, as long as I am using managers from this...
Hello, i wanted to ask you what is the support or roadmap to implement the same principle for the File Manager as for the Image Uploader that uses windowUpload. Is...
I am trying to read multiple settings from inside a composable from my Device via the `settingsManager`. I am using the following code ```kotlin @Composable fun DetailsScreen(navController: NavController) { val...
When trying to connect to a device using the "smp_svr" sample from the Nordic Connect SDK on an Android app, the connection doesn't hold. After briefly connecting, it immediately disconnects,...
Hi, It seems like you have hard coded the timeout values in the `writeInternal `function from the `Uploader `class, you use: ` val timeout = if (chunk.offset == 0) 40_000L...
Normally the swap time setting defines when the CONFIRM step is performed. If the device starts advertising again before that timeout, then allow the CONFIRM step to be executed. (if...
Hello, i would like to ask you, whether you are planing to implement the FMFU part of the Nordic Connect SDK into the nRF connect device manager application. - The...