Hello,
I have two new Heltec WiFi LoRa 32 V3 (with ESP32-S3) boards. The LoRa radio fails to initialize (LoRa.begin() returns false) on both of them.
This happens even with the official library examples and with code using manual pin definitions for the V3 (SPI on GPIOs 9,10,11,8 and RST on 12, IRQ on 14). The board is correctly selected as "Heltec WiFi LoRa 32(V3)" in the Arduino IDE.
Is there a known issue with recent V3 board revisions or a required software update? Thank you.
UPDATE: I have confirmed the boards are the 433MHz version, as it is printed on the box. I tried to initialize the radio at 433E6 and LoRa.begin() still fails with the same error on both boards. This seems to be a fundamental incompatibility.
Hello,
I have two new Heltec WiFi LoRa 32 V3 (with ESP32-S3) boards. The LoRa radio fails to initialize (
LoRa.begin()returns false) on both of them.This happens even with the official library examples and with code using manual pin definitions for the V3 (SPI on GPIOs 9,10,11,8 and RST on 12, IRQ on 14). The board is correctly selected as "Heltec WiFi LoRa 32(V3)" in the Arduino IDE.
Is there a known issue with recent V3 board revisions or a required software update? Thank you.
UPDATE: I have confirmed the boards are the 433MHz version, as it is printed on the box. I tried to initialize the radio at 433E6 and LoRa.begin() still fails with the same error on both boards. This seems to be a fundamental incompatibility.