Hi all,
I just got 2xMoteino R4 with LoRa (868Mhz) module.
I installed the latest Radiohead library on the Arduino IDE, and successfully compiled and uploaded the example code from the sketchbook rf95_client on one Moteino, and rf95_server on the other one. In both codes, I updated the frequency to:
#define FREQUENCY 868
Both are properly initializing, but afterwards, it seems like they are not communicating together.
I did not do anything special. Modules are very close to each other. I anyway soldered a 1/4 antenna to try, but it did not help.
Am I doing anything wrong? Do I need to prepare something in particular?
Thanks for your help in advance.
Cheers,
Arnaud
Ok... I figured it out. My chip is a RF69, and not RF95... This "init. OK" from both sides confused me a lot...
Wishes,