I have two MKRWAN 1300s.
I used the MKRWAN library and updated both to the latest version which is 1.2.1 (or something like that, it's the latest one in the MKRWAN library). Simple send/receive doesn't work. "Modem.endPacket()" always returns -2 using the DumbModemLoraSenderwhich means some error is happening. I assume this is because this library wants to join a full network instead of just do P2P.
I used MKRWAN_v2, updated to the latest version in that library which is version 1.3.0, and had the same issue.
So I downloaded the arduino_LoRa library from github because it seemed like that was specifically designed for P2P communication. Didn't work with version 1.3.0 so I reverted to version 1.2.1. I got both working and running. I have no issues sending packets, although I looked at the library "endPacket" function and it is only possible for it to return 1 so maybe that doesn't mean much.
But I can't seem to receive anything. I'm using the LoRaSender and LoRaReceiver that come with the library so they should basically work out of the box. The only thing that isn't standard that I'm using is my antenna and antenna connector.
I do have two standard antennas coming in the mail but it seems odd this wouldn't work. I know for a fact the antenna works for 915mhz communication because I used this exact antenna with a rfm69 transceiver on a Raspberry Pi and had no issues with it at all.
