CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

Ability to *not* use included LoRa/WAN library

Open lokkju opened this issue 6 years ago • 6 comments

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 avatar Dec 30 '19 03:12 lokkju

@lokkju If you dont include "LoRaWan_APP.h“ than you have only the Board without lora Support.

wasn-eu avatar Dec 30 '19 13:12 wasn-eu

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

lokkju avatar Dec 31 '19 22:12 lokkju

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

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.

sysfu avatar Sep 12 '23 18:09 sysfu

I did not, I went a different direction for my project, and haven't looked at the code in years.

lokkju avatar Sep 12 '23 19:09 lokkju

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?

sysfu avatar Sep 12 '23 19:09 sysfu

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

KunYi avatar Sep 13 '23 14:09 KunYi