Author Topic: Moteino receiving transmissions from RN2903  (Read 571 times)

jhoward88

  • NewMember
  • *
  • Posts: 17
  • Country: us
Moteino receiving transmissions from RN2903
« on: June 05, 2020, 02:40:20 PM »
We have some gadgets that use an RN2903 radio.  We also use Moteinos that have an RFM95_Lora radio.
I would like to get the Moteinos to successfully receive transmissions from the RN2903 radios.

I have been successful in getting the RN2903 to receive transmissions from the Moteinos, but not the reverse.

I'm using compatible spreading factor, frequency, preamble length, CRC, etc.  Like this for the Moteino:  radio.setModemConfig(RH_RF95::Bw125Cr45Sf128);

I must be getting close since I can see the Moteino transmissions on the RN2903 side.

I am using the RN2903s in point to point mode, not LoRaWan mode.  The RN2903's can receive each other's transmissions just fine.
Anyone have suggestions?

Thanks,
Jerry