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

what you use for store string or integer for non delete memmory?

Hello, I would like to know if there are any plan to support LoRaWAN CLASS B devices in a near future. Thanks, Juan

Hi, is there a recommended code fragment to use when using the CubeCell as relay only and let an external micro-controller send messages via AT commands?

I am now trying to build a fieldtester base on AS923. I have both heltec wifi lora 32V2 and cube cell ab01. The fieldtester is now fully functional, it send...

I am measuring temperatures in my beehives. Setup: cubecell-AB01, EU868, ABP, ADR=off, UNCONFIRMED uplinks, measurement every 15 minutes, deepsleep in between. My own Things Indoor gateway handles all traffic. This...

currently there is no way to deactivate the internal RGB status flashes without completely deactivating all RGB functionality (then you cannot use the rgb at all anymore in your code)...

Hi, would it be possible to upgrade the compiler used in the project? It seems that currently, the `8-2019-q3` release of ARM GCC is being used. However, the version of...

Hi, it seems that currently, `pinMode()` is a macro, as defined in https://github.com/HelTecAutomation/CubeCell-Arduino/blob/e15d5fdd5126bacf63116b846de79069389df9db/cores/asr650x/Arduino.h#L87 However, Arduino API specifies it should be a function in the global scope: https://github.com/arduino/ArduinoCore-API/blob/e03b65374c614130aa1b11597e07b3b5089a726d/api/Common.h#L95 All Arduino cores...

Hi there With your example I was sucessful and I see on TTN a "Activation" message. But in your example you have 4 bits which I think is the payload...

we need async programming in arduino, is heltec Asr6501 supports that?