xg590 / SX1276

MicroPython Library for SX1276 (A Long Range Radio Chip from Semtech)
Apache License 2.0
34 stars 8 forks source link

Start project #11

Closed hkevman closed 1 year ago

hkevman commented 1 year ago

Hello,

I have like material :

And i wish to know if the matérial are compatible with your solution to work with Micropython to create a LoRaWan Network

xg590 commented 1 year ago

Hello,

I have like material :

  • 3 card ESP32 wrover dev
  • 3 DFROBOT Firebeetle Covers - LoRa 867Mhz SX1276
  • Sensors
  • 2 Grove lora 868Mhz seeed SX1276
  • 1 Gateway Indoor ( The things network gateway)

And i wish to know if the matérial are compatible with your solution to work with Micropython to create a LoRaWan Network

LoRa is the fundamental technology here, working on the physical layer. This repo is a data link layer implementation. LoRaWan is another data link layer implementation (and so much more). So this repo should NOT be compatible with LoRaWan.

I looked into Seeed Grove lora. It has a built-in MCU. You use AT commands to control the MCU so the interaction with LoRa is indirect. I believe the firmware is not compatible with LoRaWAN and any other LoRa devices (like your Firebeetle Covers).

This repo is mainly for research/DIY purpose. I annotated the code extensively so you know how LoRa works and what every line does. Since you control everything, you can create a gateway for yourself (I guess SharathChandan (see #8 ) is trying to use this repo to make a gateway.)

If you are going to use this repo to make a LoRa (Not LoRaWAN) gateway.