RF communication between sparkfun RFM69HCW and APC220-43

Hi, I want to comunicate a sparkfun rfm69hcw with another tranceiver module but different from the rfm69hcw(APC220-43 to be exact), both of them have the same type of modulation and they have the same frecuency, is doing this posible? or does the sparkfun rfm69hcw only comunicate with another of its kind? By the way I plan on using arduino UNO with both modules, if anyone has done this I would appreciate to know about your experience.

Hi MARALF,

I know that you can get different models of the HopeRF radios talking to each other but I am not sure if the RFM69 or other HopeRF transceivers will be able to communicate with other transceivers like the APC220-43. The Arduino libraries we tested with the SparkFun RFM69 Breakouts, the [RadioHead Library and the [LowPower Lab RFM69 Library, do not have support for the APC220-43 so the coding to get them to pair and communicate is going to be the first big hurdle. You might be able to assign them both to the same network with different nodes but again, that is not something we have tested and can confirm that it will work. The [datasheet for the RFM69HCW might have some more helpful information.

Sorry we do not have a better answer for you but hopefully, this helps point you in the right direction to try and figure out of these two transceivers will work together.](https://cdn.sparkfun.com/datasheets/Wireless/General/RFM69HCW-V1.1.pdf)](GitHub - LowPowerLab/RFM69: RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H))](RadioHead: RadioHead Packet Radio library for embedded microprocessors)

I see, thank you for your answer, I’ll work on it some more to see if possible.