Open
Description
The default gateway example is not working, it throwing following error in Raspberry Pi 5
Begin LoRa radio Traceback (most recent call last): File "/home/rrh/sx126x_lorawan_hat_code/python/lora/examples/network/LoRa_simple_gateway.py", line 14, in <module> if not LoRa.begin(busId, csId, resetPin, busyPin, irqPin, txenPin, rxenPin) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/LoRaRF-1.4.0-py3.11.egg/LoRaRF/SX126x.py", line 297, in begin File "/usr/local/lib/python3.11/dist-packages/LoRaRF-1.4.0-py3.11.egg/LoRaRF/SX126x.py", line 382, in setPins RuntimeError: Cannot determine SOC peripheral base address
Activity