LoRa E220 and Raspberry PI 5 serial issue
Hi Renzo I am going to bother you again. I have just tried my E220-900T22D using your library on a raspberry pi5 and got an error with code=lora.begin().
I have installed the ebyte-lora-e220-rpi module and used the following code:
loraSerial('/dev/serial0')
lora = LoRa('900T22D',loraSerial, aux_pin=18, m0_pin=23, m1_pin=24)
note that the wiring is the one displayed on github.
Thanks for your help. Guy