I won't be responsible for any module ending up bricked by this application.
The code is here to show you how a DFU can be done using MLDP via an Android phone.
Huge part of this code isn't mine. This is a tweaked version of the application MLDPTerminal provided by Microchip. Source code here.
I am currently planning to create an app that will allow to do MLDP communication, remote command and DFU. I may also add other tools to it depending on my free time.
This is not planned anymore. We received a message from Microchip in which they advise us not to use OTA in order to do a DFU.
I know I won't have neither the time and material to develop and test such an application.
If you want, you can fork this code or take inspiration from it but remember that most of the work is done by Microchip themselves.
Performing 1.33BEC DFU:
- Configure the RN4020 (at least active MLDP and OTA features and reboot)
- Choose the device on which you want to perform the DFU in the scan list
- When connected, switch the OTA button
- If
OTAis received in the Incoming text you can click "Send DFU" otherwise, the OTA signal could not be send (either your RN4020 isn't properly configure or you lost connection) - Keep the device awake during the transfer and DO NOT EXIT the application (:warning: Again, you may brick the module if something goes wrong
⚠️ ) - If you receive
Upgrade OKyou should see the RN4020 reboot. The firmware 1.33BEC should be now installed and everything working. If you receiveUpgrade ErrDO NOT DISCONNECT the RN4020 from it power supply and do not reboot it. Instead, just disconnect the android phone from the RN4020 and connect to it again then go to step 3 until it works.
Performing another DFU:
If you want to perform a custom DFU (1.23.5 for example), just place the .bin of your firmware in the assets folder and change the filename in the function doInBackground from class sendDFUFile in the MldpTerminalActivity.java source file.
Then you'll just have to compile the app again and follow from step 1 the Performing 1.33BEC DFU guide above.