LowPowerLab Forum

Hardware support => Moteino => Topic started by: arnaud405 on September 17, 2016, 08:31:50 AM

Title: Moteino LoRa Example code not working [ RFM69 != RFM95 ]
Post by: arnaud405 on September 17, 2016, 08:31:50 AM
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
Title: Re: Moteino LoRa Example code not working
Post by: arnaud405 on September 19, 2016, 05:05:19 AM
Ok... I figured it out. My chip is a RF69, and not RF95... This "init. OK" from both sides confused me a lot...

Wishes,