This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nordic android app(nrf connect) is not displaying writable caharacteristic of buttonless dfu, which I am able write using Master Control Panel(PC).

I am developing a android app for firmware update on my device. I used buttonless dfu example to switch from application mode to bootloader mode, I write value 0x01 to the characteristics via MCP by PC, but the same thing is not happening with nordic app, writable characteristic is not displayed in nordic app. How to get it displayed OR how to write to that characteristic using android app?

Related