things4u / ESP-1ch-Gateway

Version 6 of the single channel gateway
MIT License
358 stars 143 forks source link

Dual Channel LoRaWAN gateway? #84

Open IoTThinks opened 3 years ago

IoTThinks commented 3 years ago

Is it possible to extend the library to support Dual Channel LoRaWAN gateway? Inspired from https://forum.chirpstack.io/t/dragino-lg01-n-no-live-lorawan-frames/11377/6

If we have an ESP32 board with 2 SX127x modules and we can support 2 LoRaWAN channels, then we could use most of the LoRaWAN functionalities.

Most LoRaWAN frequency plans only require a minimum of 2 frequencies for OTAA.... Any idea?

Thanks a lot.

Zupayruna1 commented 2 years ago

I'm working in something similar, maybe we can help each other. I'm intested in add a new channel in the lora-gateway-esp32, but I'm not sure if this is more easy add channel for uplink or downlink?

IoTThinks commented 2 years ago

Stuck with daily work. May be easier to try with two single gateway instead? Each gateway to listen for a frequency.

Zupayruna1 commented 1 year ago

I have the first example for a gateway with two channel for uplink based on ESP32

IoTThinks commented 1 year ago

I have the first example for a gateway with two channel for uplink based on ESP32

Would you mind sharing it? I will be back to this issue soon end of Sep.

Thanks millions.

Zupayruna1 commented 1 year ago

I have the first example for a gateway with two channel for uplink based on ESP32

Would you mind sharing it? I will be back to this issue soon end of Sep.

Thanks millions.

Hello Sure, I was uploading the files, maybe you can check the code. For until now the gateway works without system errors for long time. https://github.com/Zupayruna1/update_LoraWan_gateway_ESP32 Best regards!

IoTThinks commented 1 year ago

Great. Thanks a lot. Let me try.