I have RAK7391 carrier board and RAK2287 concentrator over SPI and I want to recieve Lora packets (not LoraWAN) to send them over to another program to work with the data.
I guess the “util_pkt_logger” would be good to use and edit but I don’t see such in the “rak_common_for_gateway” or “sx1302_hal” repository and if I try to use them, I cannot get much working from them.
Maybe the “lora_pkt_fwd” would work but I have no idea on to how to use it properly/recieve data from it.
I see that the install.sh from the “rak_common…” changes a lot of files from the “sx1302_hal” and I’m confused from it on how to make simple reciever…
I also tried the “rak_for_common_for_gateway/lora/rak2287/lora_gateway/test_loragw_hal_rx” and I got error with “failed to configure rxrf 0”…
Can somebody help me please?