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

I need to use some new-ish features of the Espressif library. I'm finding this stuff is not defined in your version: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_gap_bt.html?highlight=esp_bt_gap_read_remote_name#_CPPv427esp_bt_gap_read_remote_name13esp_bd_addr_t I'm using board WiFi Kit 32.

Add configuration files so we can use this code as an ESP-IDF component. Just check out the repository into a project's components/Heltec_ESP32 folder. This feature depends on Espressif's arduino-esp32 project,...

Add entries to gitignore

https://github.com/HelTecAutomation/Heltec_ESP32/blob/master/src/oled/API.md i have looked at the documentation here. the drawString function does not seem to work as given here? maybe my model is unsupported its the lora 32 wifi 2

Ive connected a few sensors to the VEXT pin of a wifi kit 32 V2 and running digitalWrite(21, HIGH) does not fully turn VEXT power off, the voltage drops to...

Build error when compiling example Factory_Test/WIFI_Kit_32_FactoryTest I'm using: - Arduino IDE 1.8.19 on MacOS 12.3.1 - espressif/arduino-esp32 v 2.0.3 - library Heltec ESP32 Dev-Boards v 1.1.0 ``` /Users/myuser/Documents/Arduino/libraries/Heltec_ESP32_Dev-Boards/src/BMP180.cpp: In member...

If I try to get RSSI and SNR (I can't test exactly which, but I'm pretty sure it's one of them, or both), this happens: ``` Guru Meditation Error: Core...

I am working with two Heltec LoRa 32 (v2) boards Programming on Arduino IDE 1.8.13 heltec.h (ESP32 Dev-Boards library) is version 1.1.0 Running the example found under `heltec ESP 32...

Hello Everyone ! After some research i've observed that this lib is not up to date and i would like to have similar function to [this](https://github.com/sandeepmistry/arduino-LoRa) lib like `onTxDone()` (function...

Hello Everyone ! I'm searching a way to WakeUp my Esp32 by the reception of a Lora packet . i've try : - `esp_sleep_enable_touchpad_wakeup();` but LoRa_DIO / GPIO26 not #seems...