myriadrf / LoRa-SDR

An SDR LoRa implementation for R&D
232 stars 48 forks source link

lora_sdr_client and lora_sdr_relay not working #6

Open MINDoSOFT opened 6 years ago

MINDoSOFT commented 6 years ago

Hello everyone and happy new year !!!

I am trying to activate the topology in Pothos Flow for example lora_sdr_client.pth and lora_sdr_relay.pth and neither of them works. No exception is printed on the console.

I am running LimeSDR and using Windows 8.1.

image

I think the issue is caused because I have not built the project. But lora_simulation.pth works (although buggy see issue) which means that it can find the LoRaEncoder LoRaDecoder modules.

How should I go about to troubleshoot this problem?

MINDoSOFT commented 6 years ago

Just a note that the LoRa_Blocks.dll which contains the LoRaEncoder and LoRaDecoder is located in PothosSDR\lib\Pothos\modules0.6\lora folder.

Still the problem remains.