Skip to content

A small repo with some of my experiments while learning the esp32 microprocessor

Notifications You must be signed in to change notification settings

NikiLentz/esp32_experiments

Repository files navigation

ESP32 Blink

Simple ESP32 blink project with LVGL and SSD1306 display support.

Prerequisites

  • ESP-IDF v5.0 or later
  • ESP-IDF environment configured and sourced

Build Process

Configure the project

idf.py menuconfig

Build the project

idf.py build

Flash to device

idf.py flash

Monitor output

idf.py monitor

To exit the monitor, press Ctrl+].

Flash and monitor (combined)

idf.py flash monitor

Clean build

To clean the build directory:

idf.py fullclean

Dependencies

Dependencies are managed automatically via idf_component.yml:

  • LVGL (graphics library)
  • espressif/ssd1306 (display driver)

About

A small repo with some of my experiments while learning the esp32 microprocessor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published