Це відео не доступне.
Перепрошуємо.

Display Animations on OLED using Arduino || Easiest Method Ever !!!

Поділитися
Вставка
  • Опубліковано 2 вер 2023
  • Hello Friends,
    In today's video, we will learn how to display animations in OLED Display using Arduino Uno . The display that I have used is an SSD1306 0.96" OLED display with 128 by 64 pixels. This project is extremely simple and interesting too since you can display animation of emojis, gestures, sports, activities, communication food etc. that you wish in the OLED display very easily.
    Link for purchasing components:
    1. Arduino UNO : amzn.to/3RPzXw8
    2. SSD1306 OLED Display : amzn.to/4eVaBqA
    3. 18650 battery holder with on/off switch : amzn.to/4bxg8AT
    4. 18650 batteries : amzn.to/3zFc83Q
    5. Jumper wire : amzn.to/3xG4FB0
    Link to website for downloading code for Animation:
    animator.wokwi...
    Please enjoy watching the video. Please share the video if you like it.
    🎵 Song: 'Markvard - Dreams' is under a creative commons license license.
    www.youtube.co...
    🎶 Music promoted by BreakingCopyright:
    • 🛀 Soothing & Chill Out...
    Please share, like the video and SUBSCRIBE to my channel for watching more interesting videos in future. Thank You...❤
    #arduinoproject #arduino_animation

КОМЕНТАРІ • 30

  • @ExperimentalLab360
    @ExperimentalLab360 14 днів тому +1

    Thanks a lot.. u saved lot of time ❤

    • @Science_4U_
      @Science_4U_  14 днів тому +1

      Thank you friend. Nice to know that..

  • @Wokwi
    @Wokwi 11 місяців тому +4

    Thanks for sharing your love to our Animator tool :)

    • @Science_4U_
      @Science_4U_  11 місяців тому +3

      Wow!!.. Thanks for seeing & commenting on my Video..And thanks for making such a wonderful animator tool..❤

  • @ExperimentalLab360
    @ExperimentalLab360 14 днів тому +1

    Impressed

    • @Science_4U_
      @Science_4U_  14 днів тому +1

      Thank you so much..❤️🥰

  • @mesicenel5535
    @mesicenel5535 4 місяці тому +2

    Nice 🌟🌟🌟🌟🌟5 Star for you

    • @Science_4U_
      @Science_4U_  4 місяці тому +1

      Thank you so much dear friend..🙂❤️

  • @nevin6571
    @nevin6571 8 місяців тому +3

    YOU ARE AMAZING BROTHER

    • @Science_4U_
      @Science_4U_  8 місяців тому +1

      Thank you my dear friend..❤️🙂

  • @ryanluscomb2134
    @ryanluscomb2134 4 місяці тому +1

    Thank you! Finally, a video that worked for me!

    • @Science_4U_
      @Science_4U_  4 місяці тому +1

      Thank you dear friend for your comment🥰❤️

  • @wildman-jh7hl
    @wildman-jh7hl 7 місяців тому +2

    Thanks alot man. Really appreciate it.

    • @Science_4U_
      @Science_4U_  7 місяців тому +1

      Okay dear friend..🙂❤️

  • @VinKrishSolutions
    @VinKrishSolutions 11 місяців тому +3

    Nice😊👍👍

  • @KINGGWN
    @KINGGWN Місяць тому +1

    How can I control the screen view as my will

    • @Science_4U_
      @Science_4U_  Місяць тому +1

      @@KINGGWN Hi friend. I guess you want to change the animation with the press of a push button switch and thus as per your will. For that you have to connect 5V of arduino to any one digital input pin of arduino through a push button switch. And you have to modify the code so that when you press the switch and thus the connected digital input pin is high, the OLED has to display next animation. Thuis way you will be able to control the screen based on your will.

  • @sreeram9220
    @sreeram9220 2 місяці тому +1

    Is it possible to store this array of bitmap in SD card use multiple type of animation using trigger without increasing an esp32 load and memory

    • @Science_4U_
      @Science_4U_  2 місяці тому +2

      Hi friend. I think it is possible. But it is very advanced and I am not sure how to do it. I have searched in internet and came across this site, which discusses about writing and reading array from SD card.. May be of help to you.
      forum.arduino.cc/t/write-read-byte-array-to-sd/943010/8

    • @sreeram9220
      @sreeram9220 2 місяці тому +1

      @@Science_4U_ thank you so much for the reply

    • @Science_4U_
      @Science_4U_  2 місяці тому +2

      @sreeram9220 You are most welcome dear friend..🥰❤️

  • @Rida-sg3zx
    @Rida-sg3zx Місяць тому +1

    Hi😊

  • @yunussenel
    @yunussenel 2 місяці тому +1

    why the screen is freezing on animations ? what must i do to stop freezing ?

    • @Science_4U_
      @Science_4U_  2 місяці тому +1

      Hi friend..In the code you can find the following line
      #define SCREEN_I2C_ADDR 0x3C
      Change 0x3C to 0x3D and upload the code and see whether problem is solved.

    • @yunussenel
      @yunussenel 2 місяці тому

      ​@@Science_4U_ on 03xD i cant get anything. on 03xC i can get animation but 2 or 3 seconds later it freezes

    • @yunussenel
      @yunussenel 2 місяці тому

      i tried to this with rfnano. when i write the code (128,64,&Wire,-1) the receiver rfnano stops getting code

  • @CodeLikeCMinusMinus
    @CodeLikeCMinusMinus 6 місяців тому +1

    hmm theres a problem its ok bro keep up the good work

    • @Science_4U_
      @Science_4U_  6 місяців тому +1

      Hi dear friend. Can you please tell what is the problem. I can help to the best of my knowledge.