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

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.

Results 112 CubeCell-Arduino issues
Sort by recently updated
recently updated
newest added

Hi. I'm trying using this for Ebyte E78 (ASR6601CB) module but i'm see that ASR6601CB dont have some gpios for init SX1262 chip - ``` void SX126xLoracInit() { LORAC->CR0 =...

I have two Cubecell 1/2AA boards. They will transmit LoRaWan to TTN without issue when connected to the USB port (with or without the battery installed). If I disconnect the...

While trying to reduce codesize on a Heltec CubeCell project, I noticed that the four largest objects linked into the binary are: 1. ArialMT_Plain_16 2. ArialMT_Plain_16 3. ArialMT_Plain_10 4. ArialMT_Plain_10...

I got the following error: `exec: "C:\\Users\\.....": file does not exist Error compiling for board CubeCell-Board.` I tracked down this error to my Windows username, which contains a space. I...

Hello i updated to the latest framework and i'm getting `LORAWAN_PREAMBLE_LENGTH `not declared, where should this be declared? shouldn't this be added to arduino.py: ``` env.Append( CPPDEFINES=[ ..... ("LORAWAN_PREAMBLE_LENGTH", 8...

In one of the latest ArduinoJson versions a nullptr check was added, which now crashes CubeCell boards... Ref: https://github.com/bblanchon/ArduinoJson/releases/tag/v6.17.0 ``` Building in release mode Compiling .pio/build/cubecell_board/src/main.cpp.o Compiling .pio/build/cubecell_board/lib4ee/CayenneLPP/CayenneLPP.cpp.o Compiling .pio/build/cubecell_board/libc02/LoraWan102/loramac/region/RegionEU433.c.o...

Throughout LoRaWan_APP, "isDispayOn" is misspelled. For code that wants to access this, we also have to misspell it. Consider fixing and aliasing? ```#define isDisplayOn isDispayOn // Seriously. It's wrong all...

I had about 95% packet loss with specifically Bobcat Helium Hotspots when using my htcc-ab02s with the last libs (1.1.0, 1.2.0, 1.3.0) I get 0% packet loss when I switch...

I got 2 HTCC-AB01 868 MHz and my own TTN / Chirpstack Gateway (depending on switching SDcard :) ) - for quite a long time I have been trying to...

Hello I want to use the UART with Ardunio but the Copyright message is problem. How do I send AT+Copyright=1 with Ardunio to disable? Cannot find example.