LoRa with Raspberry Pi – Peer to Peer Communication with Arduino

Submitted by aliasghar on Sat, 06/15/2019 - 11:50

Hi

I made the program you posted on the Russian site and all the instructions you gave me in step-by-step.
I also checked my connections several times that it was correct, but the program did not work and gave the message

from sx127x.LoRa import*

ImportError:no module named'sx127x'
please help

I am not sure to which russian site you are refering to. But the original content can be found here

https://circuitdigest.com/microcontroller-projects/raspberry-pi-with-lora-peer-to-peer-communication-with-arduino

 

The reason you are getting the error is that the SX127x package is not installed on your pi. Follow the link above and scroll down for the heading "Configuring the raspberry pi for LoRa module" Follow the steps to install the package and you will no longer get this error. 

  Joined August 16, 2016      998
Tuesday at 12:29 AM