tlagos1 / LoRA_IPv6_implementation

GNU General Public License v3.0
14 stars 10 forks source link

Porting project to another board with Raspberry Pi 3 #3

Open fiv21 opened 6 years ago

fiv21 commented 6 years ago

Hi, Amazing project and great idea too, congrats! Now, I would ask for some help to use your project and help with it in my configuration. I have a Dragino LoRa HAT, but I'm checking your files and there are some problems to make it work even to compile... for some reason I have no way to make it work. To your project you're using a SX1301 with a dual radio SX1257 in 868.3 and 867.5 MHz each. In my case I have a single radio SX1276 and working in 902.3 MHz. I'm getting errors like: WARNING: invalid radio type: SX1276 (should be SX1255 or SX1257) ERROR: failed to start the concentrator I don't know what I have to modify to make it work because the first thing I tried was modifying the global_conf.json but without success. Then I change the SX1301 for SX1276 without success. Can you explain me how can I change the dual radio to a single one and where I have to modify the way it communicates with the radio? Thanks in advance.

lihk commented 5 years ago

Hi, @fvi21 , i have tried to compile and run the codes with a Dragino LoRa Shield and Raspberry Pi 3, but it doesn't work. And the same errors are encountered. Have you fixed this issue? If you could share a solution I would be grateful.