GitHunt
AN

AndroidCrypto/ESP32_H2_Super_Mini_LoRa_Transmitter_Project

This repository accompanies a large project centered around the small ESP32-H2 Super Mini development board. It consists of several sub-projects that deal with the topics SHT41 sensor, MAX17043 battery measuring device, LoRa module, e-paper display and onboard LEDs. The end result is a LoRa transmitter that can transmit data over long distances.

ESP32-H2 Super Mini Development Board as the basis for a battery-powered LoRa transmitter project

This repository accompanies a large project centered around the small ESP32-H2 Super Mini development board. It consists of several sub-projects that deal
with the topics SHT41 sensor, MAX17043 battery measuring device, LoRa module, e-paper display and onboard LEDs. The end result is a LoRa transmitter that
can transmit data over long distances.

Thank you for your patience-the project is now complete.

Image 1

These individual tutorials are supported by a comprehensive resource where all programs and libraries are stored together. I have also saved supplementary
materials such as pinouts and board schematics here. The following information is available (or will be provided soon):

The additional material is located in the subfolder "Material":

  • the pinout of the ESP32-H2 Super Mini Development board
  • the schematic of the ESP32-H2 Super Mini Development board
  • the datasheet of the IRLB3034 N-MOSFET

The code of each sketch is in sepate folders. All libraries used within the sketches should get installed with the Arduino Library Manager, but in case of network or other problems, I'm including them in the subfolder "Libraries".

Sketches for the tutorials

Development Environment (Arduino)

Arduino IDE Version 2.3.6 / 2.3.7 / 2.3.8 (Windows)
arduino-esp32 boards Version 3.3.5 / 3.3.6 / 3.3.7 (https://github.com/espressif/arduino-esp32) that is based on Espressif ESP32 Version 5.5.1

Last update: February, 28 th. 2026

AndroidCrypto/ESP32_H2_Super_Mini_LoRa_Transmitter_Project | GitHunt