I want to program my nRF52832 Over-the-Air but not through Bluetooth. We have a Wi-Fi chip interfaced with nRF52832 so that the device can be connected to the internet.
I want to program my nRF52832 Over-the-Air but not through Bluetooth. We have a Wi-Fi chip interfaced with nRF52832 so that the device can be connected to the internet.
You would need to implement a DFU master on the wi-fi chip, and then use e.g. UART or SPI as the transport layer between the nRF52832 and the wi-fi chip. Check out appendix 5 in this blog post. Also see the documentation at this page.
This dint help me
Why not?
What else do you need to know?
Why not?
What else do you need to know?