Skip to content

ESP32 Heltec OLED Logger: Streamline logging on the Heltec ESP32 platform with real-time display on OLED, enhancing debugging and monitoring for IoT projects.

License

Notifications You must be signed in to change notification settings

mauro-midolo/ESP32-heltec-oled-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Heltec OLED Logger

PlatformIO Registry

Maintainability Rating Security Rating Bugs Vulnerabilities

Enhance your ESP32 projects with the ESP32 Heltec OLED Logger, a powerful logging utility designed for the Heltec ESP32 platform. This application simplifies the process of logging messages and displaying them in real-time on the integrated OLED screen. Whether you're developing IoT applications, debugging your code, or monitoring sensor data, the ESP32 Heltec OLED Logger provides a user-friendly interface for efficient logging.

Key Features

  • Real-time Logging: Display log messages instantly on the Heltec ESP32 OLED screen.
  • Timestamped Entries: Each log entry is timestamped for precise tracking of events.
  • Customizable Interface: Easily adapt logging settings to fit your project requirements.
  • Efficient and Modular: The codebase is designed for simplicity, modularity, and easy integration into your ESP32 projects.

Example Usage

#include <Arduino.h>
#include <IndexedLogDisplay.h>

IndexedLogDisplay indexedLogDisplay;

int counter = 0;

void setup() {
  indexedLogDisplay.begin();
}

void loop() {
  indexedLogDisplay.add("Log Entry " + String(counter++));
  delay(500);
}

Support the project with a donation

This project is open source and free, but if you want to support us and help us continue to maintain and improve it, you can make a donation through PayPal. Any contribution, no matter how small, is greatly appreciated and will help us keep the project active and healthy. Thank you for your support!

Donate

About

ESP32 Heltec OLED Logger: Streamline logging on the Heltec ESP32 platform with real-time display on OLED, enhancing debugging and monitoring for IoT projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages