Dear friends:
I have an 2 years old EmonTX v3.2. with RFM12 at 433 Mhz
The problem is that I have all my installations with 868 Mhz and I want to change RFM12 to RF69W at 868 Mhz and I don't know if it is possible directly, without change the transmitter software.
What do yo think?
Thanks.
Re: RFM12 transmitter changing by RF69W
I think that the only change to the software that is needed, is to include the line
#define RF69_COMPAT 1 // Set to 1 if using RFM69CW or 0 is using RFM12B
and recompile & reload the sketch.