Library to easily communicate with XBee modules.

Dependencies:   DigiLogger

Dependents:   WaterLogger XbeeGateway XBee_Cooker ProjetReceiver ... more

Issue: radio protocol does not match

I have a couple of digi 868 modules that I use with digimesh, but when I try to connect them to my Xbee they give this failure. I use the provided XBeeDM_Receive_Data.

mbed Digi International Inc., XBeeLib v1.1.1 API frame: type 8a, len 1 00

Updating radio status: 00 API frame: type 08, len 3 06 41 50 API frame: type 88, len 5 06 41 50 00 01 API frame: type 08, len 3 07 53 48 API frame: type 88, len 8 07 53 48 00 00 13 a2 00 API frame: type 08, len 3 08 53 4c API frame: type 88, len 8 08 53 4c 00 41 77 26 b4 API frame: type 08, len 3 09 48 56 API frame: type 88, len 6 09 48 56 00 45 41 API frame: type 08, len 3 0a 56 52 API frame: type 88, len 6 0a 56 52 00 a0 07 mode: 01 HV: 4541 VR: a007 ADDR64: 0013a200:417726b4 Radio protocol does not match, needed a 4 got a 0 Assertion failed: radioProtocol == DigiMesh, file /src/XBeeLib/XBeeDM/XBeeDM.cpp, line 36

Apparently the radio protocol does not match, how to fix this ?

thank you in advance!