Aaron.Lee

Results 75 comments of Aaron.Lee

Hi @retrodime, @lyusupov gave the correct explanation. 👍 We have evaluated whether it is valuable to transplant Arduino from ASR6505, and found that the meaning of the STM8 core is...

We tested no problem as you described and also http://community.heltec.cn/t/cubecell-ab01-gpio-pins-going-high-intermittently/3152/2. Have a try this code. The int GPIO can't be hanging. ![图片](https://user-images.githubusercontent.com/32860565/106423069-af140c80-649a-11eb-943c-bede55ee3fa0.png) #include "Arduino.h" #define INT_GPIO GPIO5 void onWakeUp() {...

sorry, %hhu is no supported, the printted 123 is for (uint8_t)123, and (uint16_t)1234 is ignored

Added a `long cubecell_random(int max)` function, must rename or compile with GCC, there come with error (C langue already have a `random` function but without parameters).

Indeed I don't know how to fix this problem...

Thanks for your suggestion, we will fix that in future.

It seems the "\~" in username "X\~1" can't be recognized

Hi, the LoRaMac-node version is based on V4.4.0, and added SX126x supported.

This document may make sense to you: [http://www.techplayon.com/lora-device-activation-call-flow-join-procedure-using-otaa-and-abp/](http://www.techplayon.com/lora-device-activation-call-flow-join-procedure-using-otaa-and-abp/) The join nonce will be new after reset.

Already added in the newest development framework, but the V1.1.0 didn't include that function. Before we generate a new release, please [install the CubeCell development framework via Git.](https://heltec-automation-docs.readthedocs.io/en/latest/cubecell/quick_start.html#via-git) ![image](https://user-images.githubusercontent.com/32860565/95546242-a81c4680-0a32-11eb-8080-560e61127af9.png)