Heltec_ESP32 icon indicating copy to clipboard operation
Heltec_ESP32 copied to clipboard

Arduino library for Heltec ESP32 (or ESP32+LoRa) based boards

Results 117 Heltec_ESP32 issues
Sort by recently updated
recently updated
newest added

Hi guys, I'm trying to test the example 'LoraWan' provided with this packages. It works fine with an V3 board, data are received by TTN. When I switch the board...

There is a small bug with vext. The pin should be set to pin 45. overide the example and it will work

The code is broken when pass through: Heltec.begin(false /*LoRa*/, true /*OLED*/, false /*Serial dentro de Heltec*/);

I try to sent data **p2p** to **lorawan** but i want to test my board First but when i test is error ? ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)...

I'm trying to build a LoraWan stack project for HT-CT62, the platform settings are as follows: [env:esp32-c3-devkitm-1] platform = espressif32 board = esp32-c3-devkitm-1 framework = arduino build_flags = -DSLOW_CLK_TPYE=0 -DLoRaWAN_DEBUG_LEVEL=3...

In the file Heltec_ESP32/src/LoRaWan_APP.cpp, the function printDevParam() currently prints out all LoRaWAN configuration parameters, including sensitive information such as: DevEui AppEui AppKey NwkSKey AppSKey DevAddr `void printDevParam(void) { printf("+OTAA=%d\r\n", overTheAirActivation);...