jpmeijers / RN2483-Arduino-Library

Arduino C++ code to communicate with a Microchip RN2483 module
Apache License 2.0
86 stars 60 forks source link

rn2903A is not transmittingdta while rn2903 is worinkg perfectly #48

Closed cheeta1 closed 6 years ago

cheeta1 commented 7 years ago

i have rn2903A modules. they are responding perfectly on serial but my gateway does not receive the data packect while rn2903 are working perfeclty and gateway is receiving data from them.

jpmeijers commented 7 years ago

This sounds like you have a 915MHz gateway. The RN2483 is a 868MHz radio and will not be received by a 915MHz gateway. The RN2903 is a 915MHz radio and will be received by a 915MHz gateway.

Does this explain your situation?