Replies: 2 comments 6 replies
-
After much research... I'm not sure! It definitely won't work as a gateway because it is not based on an ESP board. The 'dev' branch is currently left in this debugging state so that you can test out different LoRa pins and see if they work. I'm unclear on what pins to assign LORA_RST and LORA_DIO to. I'm hoping they can be left unused. Make sure to disable USE_ESPNOW. |
Beta Was this translation helpful? Give feedback.
-
The HTCC-AB02S is not compatible with FDRS as it currently stands simply because it's using the SX1262 lora chip which is not yet supported. Implementing it isn't a huge task, but I haven't gotten around to it yet. I have a couple of the HTCC-AB02 boards and two of the Heltec WiFi LoRa 32 (V3) boards (both which use the SX1262) so I will eventually implement it if someone doesn't beat me to it. It should be pretty simple as @timmbogner already pointed out, it's just a matter of implementing a callback. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've just acquired the HelTec CubeCell HTCC-AB02S dev board and was wondering if it's compatible with the FDRS system.
I've included below a snapshot of the pins and the link to the module on GitHub as a reference.
https://github.com/HelTecAutomation/CubeCell-Arduino
Beta Was this translation helpful? Give feedback.
All reactions