Hi,
NCS1.9.99, VSCode, peripheral_lbs_DFU
nRF5340-DK DFU got error:

IOS sending time out, android apk i have not fond.
Best regards
Hi,
NCS1.9.99, VSCode, peripheral_lbs_DFU
nRF5340-DK DFU got error:

IOS sending time out, android apk i have not fond.
Best regards
Hi,
I built your project against SDK v2.0.0, but was not able to replicate the error. Could you try the same?
Note: I had to remove these struct elements to build your project:

Thanks,
Vidar
Edit: here is the update image I used: 5684.app_update.bin
Hi,
I built your project against SDK v2.0.0, but was not able to replicate the error. Could you try the same?
Note: I had to remove these struct elements to build your project:

Thanks,
Vidar
Edit: here is the update image I used: 5684.app_update.bin
Hi,
thank you very much,
i remove tow line,the same "sending time out".
and as follow is a Simpler example, it work well in NCS1.9.1,
but in NCS1.9.99 the same error "sending time out".
i don't know why!
Best regards
Hi,
Please consider using the 1.9.1 or the 2.0.x release tag. The development tag, v1.9.99-dev1, was created to give early access to LE audio support officially introduced in v2.0.0.
Hi,
thanks for reply,
i've update to NCS2.0.99,
but the two project got the same error, "sending time out "
please check hello_world_dfu.rar
I am in a hurry for dfu.
is it lost DFU after 1.9.99?
Best regards
Hi,
I'm not sure how you are updating the SDK since there is no v2.0.99 release available."99" is used in the documentation to refer to the main branch as explained in the note here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/release_notes.html
Currently the latest release is v2.0.2, but you can probably use v2.0.0 from the toolchain manager as there were no BLE related changes between v2.0.0 and v2.0.2 as you can see from the release notes.
Hi
i update by cmd "west init -m github.com/.../sdk-nrf --mr main"
a lot of project that define self pin can not build,
because set pin by another psels
i2s0_default_alt: i2s0_default_alt {
group1 {
psels = <NRF_PSEL(I2S_SCK_S, 0, 0X15)>,
<NRF_PSEL(I2S_LRCK_S, 1, 0X08)>,
<NRF_PSEL(I2S_SDOUT, 0, 0X13)>;
// <NRF_PSEL(I2S_SDIN, 0, 0xFF)>;
};
};
android DeviceManage app DFU got ok,
ios phone sending time out.
even ios app i've remove and reinstll it.