My Air Quality Sensor, LVGL 9, [Ep.06] Draw IKEA UI,

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • I made a similar version of IKEA's air quality sensor, VINDSTYRKA, using ESP32 and an environmental sensor.
    When studying UI/UX, I think it is essential to create code yourself. Through this, you can become familiar with what widgets to use and how to create and apply styles. In this project, I'll first complete the UI using LVGL, and in the next project, I'll explain how to update the screen by reading the necessary data from the sensor. Thank you.
    [Source Code]
    github.com/001...
    [LVGL 9, [Ep. 07] My Air Quality Sensor, How to update the screen with data obtained from sensors.]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 06] My Air Quality Sensor, Draw IKEA UI]
    • My Air Quality Sensor,...
    [LVGL 9, [Ep. 05] Custom fonts are essential in GUI!]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 04] Creating Interactive UI/UX Screens with LVGL 9 on ESP32: Implementing On-Screen Keyboard]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 03] Creating Stunning UI on ESP32 with LVGL: A Step-by-Step Guide]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 02], Examples, We can understand better and faster through LVGL Examples]
    • LVGL Tutorial with ESP...
    [LVGL 9, [Ep. 01], From Scratch to Benchmark, For newbie/beginner/starter]
    • LVGL 9, [Ep. 01], From...
    [LVGL Projects]
    • ESP32 + LVGL Projects
    #ikea #VINDSTYRKA #LVGL #thatproject

Komentáře • 12

  • @lafabritheque
    @lafabritheque Před 3 měsíci +5

    Love seeing you integrate lvgl in your projects, it makes for great learning resources !

  • @stokiemike7595
    @stokiemike7595 Před 3 měsíci

    Love your videos, looking forward to the next video. Ive been struggling to get I2C and the WT32SC01 Plus LCD working at the same time, so I'm hoping your are also using I2C and have some answers or guidance

  • @zhaoyimei
    @zhaoyimei Před 3 měsíci

    good job

  • @hstrinzel
    @hstrinzel Před 3 měsíci +2

    Great work! Does your project have advantages over the IKEA one? And what's the total pricing of all components?

    • @ThatProject
      @ThatProject  Před 3 měsíci

      IKEA products are mass production. I believe it would be much cheaper. I will also check the price of my device in the next video. Thank you.

  • @FrankP83
    @FrankP83 Před 3 měsíci

    can you make a video on how configurate in detail a project on VS Code or Eclipse for Esp32 with LVGL?Thanks a lot in advance!😊

  • @Yakroo108
    @Yakroo108 Před 3 měsíci

    👍👍👍

  • @Kevin-sx6we
    @Kevin-sx6we Před 3 měsíci

    How do you draw? Do you use SquareLine Studio?

    • @ThatProject
      @ThatProject  Před 3 měsíci

      I’m not using Squareline Studio in this tutorial series. Everything is written directly in code. If you look at the previous Layout tutorial, you can see how I work.

  • @matthewstaymates8506
    @matthewstaymates8506 Před 3 měsíci

    This is fantastic! But I'm getting errors when compiling. Has anyone had issues with this code? Errors:
    \appdata\local\arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32s3-elf\sys-include\stdint.h:82: Error: unknown opcode or format name 'typedef'
    appdata\local\arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32s3-elf\sys-include\machine\_default_types.h:160: Error: unknown opcode or format name 'typedef'
    appdata\local\arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0\xtensa-esp32s3-elf\sys-include\stdint.h:28: Error: unknown opcode or format name 'typedef'

    • @ThatProject
      @ThatProject  Před 3 měsíci

      That's a weird error. What version of ESP32 are you using in the Arduino IDE? The latest version is 2.0.16.

    • @matthewstaymates8506
      @matthewstaymates8506 Před 3 měsíci

      @@ThatProject I was not using the latest version of LVGL and ESP32, totally my fault.
      You're videos are very helpful, thanks for taking the time!