lora-gateway / esxp1302

An 8-channel ESP32 LoRa Gateway based on SX1302
Other
52 stars 26 forks source link

Adaptation the GW to SX1301 chip #27

Open Zupayruna1 opened 3 weeks ago

Zupayruna1 commented 3 weeks ago

Hello everyone, excellent work with this project! I'd like to know about how to change the code for the SX1301 Lora GW Chip? I've a gateway but with the sx1301 (heltec lora gw HTM01 868Mhz).

Best regards, Andrés

dennis4lora commented 2 weeks ago

I guess your gateway is this one?

This "PicoCell gateway" bases on Raspberry Pi or Windows, and the LoRa chip is SX1308 (similar as SX1301). And the related projects are these three:

ESXP1302 bases on ESP32 platform using SPI. I guess PicoCell gateway also can use SPI as the communication interface.

So do you want to switch to ESP32? Even so, I'm afraid the HAL for SX1301 and SX1302 are different, so the porting though doable but won't be easy. You may try it and I can give some guidance, but I have not plan to make ESXP1302 supporting SX1301...