Hi all,
I'm trying to use the Heltec Cubecell Arduino package with my Ai-Thinker-LoRaWAN-Ra-08 board.
Compiling arduino code for the cubecell_board_pro board HTCC-AB03) works but after flashing the firmware.bin with tremo_loader.py script (that comes with the Ai-Thinker-LoRaWAN-Ra-08 SDK) it seems that the code will not be executed. I tried it with a simple blinky code. Has anyone had success with this?
Since all the things you mention are new to at least me and I have lot's of esp32 and LORA boards, you may get more help if you posted links to the hardware, post all your code in code tags, any serial.log or error log otout also in code tags and a photo of your hand drawn wiring diagram.
Since you are 'flashing firmware' you must be an experienced user.
My question is aimed at people with advanced knowledge, because you have to patch the Heltec Arduino tools for that because the tools do not support the RA-08 board.
Compiling code (without Arduino) works with SDK GitHub - Ai-Thinker-Open/Ai-Thinker-LoRaWAN-Ra-08: basic AiThinker Ra-08 ASR6601 SoC LoRaWAN Module 基于 ASR6601 安信可 Ra-08 LoRaWAN模组二次开发 · GitHub (check the github repository for a picture of the board) but you have to patch at least some linker and init file in GitHub - HelTecAutomation/CubeCell-Arduino: Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support. · GitHub
Good to know, thanks for sharing.