-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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.