Lora-net / lora_gateway

Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.
Other
925 stars 746 forks source link

Single-channel gateway #37

Closed suhamera closed 7 years ago

suhamera commented 7 years ago

Hi,

I want to adapt library to work in Single-channel gateway mode. It is necessary to collect a cheap gateway based on SX127X modules for testing and debugging. Is it even possible to do this on the library by deleting a number of functions in loragw_hal and loragw_reg or easier to write such a library from scratch?

Thanks!

mcoracin commented 7 years ago

Hi,

I think it will be as quick to develop it from scratch, as the lora_gateway lib is dedicated to SX1301. But I've never done the exercise, so it's your call. :)

Regards