Is there a way to debounce an Xbee pin in Digital Input mode?

Hi,

I have an Xbee Series 2 (or 3 doesn’t matter), that I am using a pin set to digital IO change detection. My Python application gets the message, but gets multiple, unless it is a clean contact on the pin.

Can I debounce on the acutal Xbee? Will I have to use a Series 3 and Micropython?

That is not a function that the radio can perform. I would suggest using the XBee 3 with Micro Python. That way your app can detect that and determine what to do.