martynwheeler / u-lora

raspi-lora for micropython
GNU General Public License v3.0
71 stars 10 forks source link

AssertionError: LoRa initialization failed #11

Open janipewter opened 1 year ago

janipewter commented 1 year ago

Hi, I am using RFM95 and when I try to run this code on Pi Pico it gives this error:

Traceback (most recent call last): File "<stdin>", line 15, in <module> File "ulora.py", line 140, in __init__ AssertionError: LoRa initialization failed

What am I doing wrong?

Bicko commented 9 months ago

Hi, I realise quite a bit of time has passed, but I'm getting the exact same error, with the same kit. Would love to know what's wrong. I've checked the wiring may times. I'm using two RFM95 modules and two Picos, but get the same error. I suspect the RFM95 modules may be dead, but I don't know how to test this theory.

If anyone has any suggestions, please shout up! :-)

hirdeshmewada commented 9 months ago

i also have the same error