I'm trying to use Pi3 as my LoRa gateway with sx1276 LoRa modules.
The module with sx1276 chip and single channel connect via SPI interface.
Test with Arduino are work great. Both send and receive are success.
But there's some problem when I was trying to connect Raspberry Pi3.
The source code [node-sx127x][1] is from Gitub, it is a install by npm and node.js.
So far seems good and the sender.js run great on my Pi3, the data will be received by Arduino code.
But the receive.js could not receive any data from any nodes!
The register process seems good, because the Pi will print "open success" after it catch the SPI and Lora module!
I've been tested the frequency and bandwith from sx127x.js, it is available when I change the value.
And both of sender.js and receive.js are using the default value from sx127x.js. So I'm not sure what's the problem.
The modules I used are sx1276. I've tried two modules but the result are the same.