e-Paper Calendar to manage family scheduling

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • e-Paper Display consumes power only when updating the screen, and displays the last screen as is even when the power is turned off. This can have tremendous benefits in IoT projects. In a battery-powered system, you can use the system for a very long time. I plan to continue looking for projects that utilize this if possible.
    [EPDiy]
    epdiy.readthed...
    #EPDiy #ED097TC2 #ESP32 #ThatProject #Calendar #HomeIoT

Komentáře • 18

  • @Neberheim
    @Neberheim Před 5 měsíci

    God bless you, I’ve been wanting to do this for ages

  • @eskibrew
    @eskibrew Před 5 měsíci

    Great idea, I've been wanting to make a calendar for a while

  • @DJosh-cs5vx
    @DJosh-cs5vx Před 5 měsíci +1

    Thanks as always.

  • @legobuildingsrewiew7538
    @legobuildingsrewiew7538 Před 5 měsíci +1

    First and Im building it!

  • @desmond-hawkins
    @desmond-hawkins Před 5 měsíci +2

    Is the low performance due to the Arduino _IDE_ or the Arduino framework? I don't really understand how people use the Arduino "IDE" when it's little more than a text editor, and much prefer using PlatformIO with VSCode to have a real editor. ISP-IDF is a bit more low-level than Arduino in my experience, so I'm curious what the actual limitation is here when using Arduino. You mentioned caching, what exactly is being cached when using ISP-IDF and why can't Arduino do it? Thanks!

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

      Good point!
      This is an issue where you cannot control all of the ESP32's SDKConfig from the Arduino IDE rather than the Arduino Framework.
      If CONFIG_ESP32S3_DATA_CACHE_LINE_SIZE is smaller than 64B, 100% performance will not be achieved. You can set this through MenuConfig; you cannot change this from the Arduino IDE.

    • @desmond-hawkins
      @desmond-hawkins Před 5 měsíci

      @@ThatProject Thank you! This sort of detail from someone who encountered the issue is very valuable, it's great to have it explained here for others who might face it as well. I see this variable is mentioned in the docs with the limitation you described, I wonder if setting it with a `-D` in platformio.ini would help at all or if it's just the input to some further configuration.

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

      @@desmond-hawkins This part can be set in platformIO, so I don't think it will be a problem.

    • @desmond-hawkins
      @desmond-hawkins Před 5 měsíci

      @@ThatProject Oh cool, that's good to know.

  • @LuenWarneke
    @LuenWarneke Před 4 měsíci

    Will you share your code for this calendar on your github account? It's precisely the look and feel I would love for my home calendar.

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

      This is a project created for demo purposes. Actual use is not yet possible (?) and integration with Google Calendar is required. I will share it when it is completed. Also, if you look at Epdiy's GitHub, there are many good examples. Please check this out.

  • @AzZaph
    @AzZaph Před 5 měsíci

    Hi how to buy the PCB and the e-paper?

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

      Check this out. www.tindie.com/products/fasani/epdiy-v7-816-bit-parallel-epaper-controller/

    • @AzZaph
      @AzZaph Před 5 měsíci

      @@ThatProject Thank you.

  • @usmanumer9871
    @usmanumer9871 Před 5 měsíci

    朋友你是那里人呢?

  • @coderhex1675
    @coderhex1675 Před 5 měsíci

    I would rather prefer Sharp memory Lcd

    • @ThatProject
      @ThatProject  Před 5 měsíci +2

      The Sharp memory display is very good, but as far as I know, there is no large size available on the open market. If I get the chance, I would like to do a project with it.

    • @coderhex1675
      @coderhex1675 Před 5 měsíci

      @@ThatProjectI have the 400x240 one. I am driving it with my ESP32-C3.