Aleksander Nowakowski
Aleksander Nowakowski
This PR removes number of `waitFor(... ms)` introduced in some places to support different phones. Years passed and perhaps the devices where the issues were observed no longer need them....
The DFU service has some artificial delays, added at some points in the history, e.g.: https://github.com/NordicSemiconductor/Android-DFU-Library/blob/9d953c0fc3e082a94279b2b792749ebbf3f8e528/lib_dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java#L1285-L1290 which were added to improve connection stability. They may not be required on mored...
CRC mismatch
Ordinarily I wouldn't bother you, but I've been working full-time for a week to get Android DFU into my app. The new error is a CRC mismatch. In the `DfuProgressListener`,...
This PR fixes how deeplinks are handled by the DFU app. 1. Cuts the "file" parameter from the link 2. Downloads the file using `URLSession.default.downloadTask` Tested on both local file...
Hi, Right now, the generated code does not change the proto CamelCase into typical C naming style. Is there an option to enabled it somewhere? Or do you plan to...
As a user, I'd like to see and use Secondary services, despite no one is using them. So far they are ignored by the app.
As a user, I'd like to set up a macro that could start immediately after the device gets connected. There are some issues with this: - should the macro start...
As of not, the `SendDFU` command only works with DFU boot loader from nRF5 SDK (Legacy and Secure DFU). There is a need for a new command to allow updating...
As a user, I'd like to show characteristic values on a chart. For example, I could define a graph for 2nd and 3rd byte of characteristic values to be HR...
As a user, I'd like to be able to set up the GATT server services from XML in order to test my device.