flashing programmable Xbee S2W over uart

Hello,

Concerning my previous question :

  1. power-consumption : is okay.
  2. flashing xbee
    Can you provide me the full information on how to flash a ‘fresh’ programmable xbee (S2C) over the uart with our application (developed in codeWarrior).
    Our application is ready but we need to be able to make updates in the future via the uart of our PCB (Xbee is fixed soldered to our PCB)
    Starting from a ‘fresh’ S2C : is it still needed to update the bootloader (or is this only for development)?

Thanks in advance, Mark

If you are going to write code to a programmable module, you must add a bootloader hock into your application for you to be able to change the firmware in the future.

  1. For changing the FW in the future, we need a bootloader hock : do you have more info on this ? How? Examples ?
  2. Suppose we do not need updates in the future. How can we then easily flash our own app on the xbee? Via XCTU? Is RX/TX/GND of uart sufficient or also DTR/RTS needed?

Thanks

The Digi supplied bootloader is one of the sample applications you will find in the Programmable SDK.

The Programmable sections of the XBee manuals tell you all you need for accessing the Digi supplied bootloader.