Tag: UI

  • Building a WiFi-Controlled Device with ESP32-S3 – Part 1

    Building a WiFi-Controlled Device with ESP32-S3 – Part 1

    In this project, I’m using an ESP32S3 microcontroller to remotely control an LED ring housed inside a custom-built Pokéball. The setup is adaptable, so while I’m transforming a static Pokéball into something interactive, the same principles could be used to control nearly any other device or sensor. The full code for this project will be…

  • Build a mini thermal camera – Part 3

    Build a mini thermal camera – Part 3

    Welcome to the third part of our mini thermal camera project! So far, we’ve set up the hardware and configured LVGL for our ESP32-S3 microcontroller. If you missed any steps, be sure to check out Part 1 and Part 2. In this segment, I’ll detail the creation and configuration of the graphical elements needed for…

  • Build a mini thermal camera, LVGL 9.1.0 + ESP32S3 – Part 2

    Build a mini thermal camera, LVGL 9.1.0 + ESP32S3 – Part 2

    Welcome to the second part of the this project! In this segment, we’ll focus on the display setup. Here the Part 1 if you missed. I’ve decided to use the LVGL graphics library combined with ESP-IDF. While I could have managed without it since it’s a relatively simple project, likely with a single screen UI,…