We are currently working with Digi Xbee3 micro module Digimesh 2.4
Firmware version : 300B
How to load new firmware to Xbee3 micromodule in a easy way?
Procedure which we are following , first all the compiled micropython files which has to be loaded is made into a profile.
Step 1: Open XCTU Software Apply Configuration profile.
Step 2: Go to micropython terminal unbundled the bundled code.
Step 3: bundle the new micropython files loaded.
Step 4: load the main.mpy file and RUN the code.
So we have 100 devices is there a easy way to load 100 devices at a time, instead of loading one by one.