LoRaRF-Python
LoRaRF-Python copied to clipboard
Network Examples working
Hi, I am using LoRa SX1262 Raspberry Hat with Raspberry Pi. This is the issue I am getting when using the Network Examples reciever.py code
Begin LoRa radio
Traceback (most recent call last):
File "tx.py", line 15, in
I believe that the module gpiod has 'chip' attribute instead of 'Chip' attribute. Can you verify and fix this in a patch?
Hi, I'm having the same issue, have you find any solution ?
Thanks
Hi, I'm having the same issue, have you find any solution ?
Thanks
Hi @gostowerx, I have not found a solution. I tried to change the 'Chip' with 'chip' everywhere in the code, but it led to other errors. Please let me know if you find something. @chandrawi can you please have a look at the issue and patch? Thanks
I'm guessing you installed the python3-gpiod module. What you actually need is the libgpiod module.
If you're on Ubuntu/Debian, just run sudo apt install python3-libgpiod.