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. In: libraries/LoraWan102/src/radio/radio.c file in RadioIrqProcess function, line 1166, there is support for reporting LoRa parameters only: ``` line 1166: if( ( RadioEvents != NULL ) && ( RadioEvents->RxDone !=...

I have massive Problems making it work to have a clear interrupt signal on the cubecell dev board (HTCC-AB01). **Problem: Interrupt is firing randomly** I tried to: - Use internal...

Hey, I bought a CubeCell recently. The (battery/solar powered) device will read data from an external (wind) sensor and send received data via LoRaWan (TTN). LoRa-uplink works fine (except some...

Board: CubeCell HTCC-AB02S GPS Version: 1.4.0 Example: LoRaWan_OnBoardGPS_Air530 > https://github.com/HelTecAutomation/CubeCell-Arduino/tree/master/libraries/LoRa/examples/LoRaWAN/LoRaWAN_Sensors/LoRaWan_OnBoardGPS_Air530 This example stops working after ca. 5 uplinks to TTN. This seems to be the same error as issue #230...

I am trying to utilize PlatformIO for my IDE. I am able to compile my program in the Arduino IDE, but am not able to compile using PlatformIO (Visual Studio...

Not realy an issue but a question: I am using the Cubecell 1/2AA together with the modified LoRaWan.ino example. Accidential I removed the device from the TTN. I have setup...

Both of the SPI flash libraries need SPI.transfer16 which isn't defined.

Board: CubeCell GPS-6502 Version: 1.4.0 Example: OnBoardGPS > PeriodicLowPowerMode The sketch gets stuck on "GPS Searching..." after a few iterations. More precisely it gets stuck in `GPS.begin()` while checking for...

A question: How can I get the LORA TX/RX data that normally flows to the COM-port on the built-in display?

The I2C-communication with the VEML6070 does not work with the HTCC-AB01-board later than the version v1.0.0. When running the I2C-scanner, the VEML6070 does not show up. However, all other connected...