I have a Heltec Wi_Fi LoRa 32 V3 board and I’m having trouble getting the LoRa part working with my own code and with the examples.
I can’t get the LoRa.h library working always failed to start LoRa using LoRa.begin(868E6)
The LoRaWan_APP.h library output…
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x29 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x43c
load:0x403c9700,len:0xbec
load:0x403cc700,len:0x2a3c
SHA-256 comparison failed:
Calculated: dcde8d8a4817d9bf5d5d69a7247667264e4e10ac7493514868b61f5aa6146539
Expected: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
Attempting to boot anyway…
entry 0x403c98d8
ESP32ChipID=9C93E5E22748
Please provide a correct license! For more information:
http://www.heltec.cn/search/
ESP32ChipID=9C93E5E22748
ALSO…
The heltic library fails to start LoRa
#include <heltec.h>
void setup(){
Heltec.begin(true /DisplayEnable Enable/, true /LoRa Disable/, true /Serial Enable/, true /PABOOST Enable/, 868E6 /**/);
}
I am using Arduino IDE 1.8.5