Mk2 PV router with RFM69

Hi,
I modified the mk2i PV router sketch (Mk2i_PV_Router_rev5e.ino) to run on Arduino emontx shield. It hangs on rf12_initialize in setup(). I do get it to run fine when I disable the radio module.
Using the Continuous Monitoring sketch the RF radio works fine.

Has anyone modified the mk2i to work with RFM69cw?

Are you using JeeLIb? Did you add the line #define RF69_COMPAT 1 to the sketch, immediately above the line #include <JeeLib.h> ?

1 Like

Thanks @Robert.Wall I had the
#define RF69_COMPAT 1
in the wrong place.
Now it’s working.

1 Like