// the find
0015/ThatProject
*That Project's project repository
A YouTube channel's companion repo: source code for every ESP32/ESP8266 project Eric Nam has made a video about. Covers LVGL GUIs, camera streaming, BLE, MQTT, Firebase, LoRa, UWB, and more. It's a learning resource, not a library — you're here to follow along with a tutorial, not install a dependency.
Each project is self-contained and maps 1:1 to a video, so you can actually see what the finished thing looks like before reading the code. The breadth is genuinely useful — LVGL setup, INMP441 mic, UWB ranging, LTE camera upload, and e-paper all in one place saves significant research time. Many projects pair the embedded firmware with a Flutter companion app, which is rare in ESP32 tutorial repos and covers the full stack. The LoRa and UWB projects in particular go beyond the usual blinky LED territory.
The repo is frozen in time — last push July 2024, and several projects reference LVGL 7/8 APIs that have since changed substantially in LVGL 9. You will hit compile errors on anything LVGL-related without pinning the library version first. No platformio.ini or version pinning anywhere: Arduino library versions, ESP-IDF version, board support package versions are all left to you to figure out. The Flutter apps are equally dated (pre-Dart null safety era in the older ones), so expect pub dependency hell. This is a tutorial archive, not maintained code — treat it like a snapshot.