Is it possible to configure an XBEE in a Arduino setup?

Hello,

I am working on a large project with multiple XBEEs connected to Arduinos.

My original idea was to have dipswitches on the arduino that while in the startup of the Arduino would configure the XBEE based on on the selection. (ie. PAN ID, Node Identifier)

This way I would’t have to configure each XBEE one by one.

Is this possible?

As far as the XBee side of it is concerned, sure. That is nothing more than either sending the proper API frames if the XBee module is in API mode or to simply enter command mode and issue the proper commands.

As for the Arduino side, that is dependent on the code you write.