LoRaRF-Python
LoRaRF-Python copied to clipboard
Question about hardware compatibility
Hi,
I have this board: https://www.waveshare.com/sx1262-868m-lora-hat.htm
Do you think it could work with this library? It seems to only support a UART based interface. On my module it says the type number is EBYTE E22 900T22S 1B. I have tried waveshare's supplied python code but it is very bad, their documentation is even worse. I can't even find a manual for this thing. I found a post on stackoverflow that says this board is not even using LoRa because it has a parameter called 'airspeed' which is not used in LoRa: https://stackoverflow.com/questions/73852442/lora-communication-between-rpi-and-pico-with-waveshare-hats.
Are all EBYTE modules this bad or is mine just special? Do you think I could somehow make it work with LoRa? I have tried the supplied python code and put it into receiver mode but it doesn't receive any messages from my LoRa transmitters (STM32WL's)