Error LoRaWanMinimal_APP

Hello I am using an HTCC-AB01 and wanted to install the Example LoRaWanMinimal_APP with Arduino, and I get the following errors:

Can someone help me and yes I am an absolute beginner.

I am just widely guessing here, but I would double check that the proper device and parameters are selected in the menu tools (board and all the other parameters). A requisite to do that is that you have already installed the right libraries. Here is a link to the manual, indicating how to do so:

https://heltec-automation-docs.readthedocs.io/en/latest/cubecell/quick_start.html

I am suggesting so because as long as I can see in my own arduino, there is no example LoraWanMinimal_APP for the Cubecell HTCC-AB01; the examples as well as many libraries are quite specific to the hardware, and although some of the more generic examples will work, most actions requiring the use of specific hardware (as is the case here) would not work without the specific library.

Regards.

it looks like you are right, strangely this example appears for me, how do I find out which example fits which board

image

hi,

we have fixed the bug.

please git pull and disable AT_SUPPORT in tools menu.

1 Like

Yes, it works, Thanks

1 Like

When I start this program, why does he do multiple acivations?

image

Hello,

When used in combination with the board CubeCell-1/2AA Node(HTCC-AB02A), the LoRaWanMinimal_APP library (and associated example) is still throwing an error when compiling :

Note that there was additionnal errors showing-up (related to Lora Channels), but those were fixed by applying the latest Git (the bug you already fixed above).

Also, LoRaWanMinimal_APP compiles sucessfuly with the CubeCell-Board(HTCC-AB01).
So it looks there is a specific bug for the CubeCell-1/2AA Node(HTCC-AB02A).

Hope you will be able to fix this asap,
Thanks,
Guillaume.

Hi,

We have updated the library, please update and have a try.