Ability to *not* use included LoRa/WAN library
It'd be great if the various support libraries (LoRaWAN) could be separated out from the ASR650x core; I'm wanting to use the CubeCell for Helium LongFi, which replaces the entire LoRa stack, though runs on the same SX12xx modems.
What the feasibility of partitioning this project into core board support and additional libraries, much as has been done for the Heltec ESP32 line of products?
@lokkju If you dont include "LoRaWan_APP.h“ than you have only the Board without lora Support.
This doesn't match my experience; Just by including "Arduino.h", it seems to include headers from the asr650x/kernel/protocols/lorawan/lora/system/* path, specifically timer.h, timeServer.h, and utilities.h
This doesn't match my experience; Just by including "Arduino.h", it seems to include headers from the
asr650x/kernel/protocols/lorawan/lora/system/*path, specificallytimer.h,timeServer.h, andutilities.h
Did you ever find a resolution to this? I'm interested in programming CubeCell hardware with only the necessary code and functions to support the Helium LoRaWAN network.
I did not, I went a different direction for my project, and haven't looked at the code in years.
I did not, I went a different direction for my project, and haven't looked at the code in years.
Did you opt for another Arduino LoRaWAN hardware platform similar to the CubeCells? Or something more radically different?
maybe try this https://github.com/helium/longfi-platformio/tree/master/Heltec-CubeCell-Board
more detail information ref. https://github.com/helium/longfi-arduino/tree/master/Heltec-CubeCell-Board/helium-mapper