Build an Arduino OLED Tetris Game | Arduino Projects

Поделиться
HTML-код
  • Опубликовано: 7 май 2023
  • In this tutorial, we will show you how to build an Arduino OLED Tetris Game, a fun and challenging game that you can play on a compact OLED display. This project is perfect for DIY enthusiasts who love electronics and coding.
    We will provide you with a step-by-step guide on how to assemble the necessary components and write the code to create the game. Even if you're a beginner, don't worry, as we've made sure to make this tutorial beginner-friendly.
    By the end of this tutorial, you will have a fully functioning Tetris game that you can play and enjoy with your friends and family. Join us on this exciting journey of creating a fun and interactive game using Arduino and OLED display.
    circuitdigest.com/microcontro...
  • НаукаНаука

Комментарии • 21

  • @Circuitdigest
    @Circuitdigest  Год назад +2

    Check out how to build this Project: circuitdigest.com/microcontroller-projects/creating-tetris-game-with-arduino-and-oled-display

  • @jeon_babejuly
    @jeon_babejuly 10 месяцев назад

    Hello, the project is great, but could you please help me on how to do this for a 1.3 display with SH1106 controller. When i upload your code to my arduino, only several dots appear on the screen.

  • @ahmets232
    @ahmets232 Год назад +5

    dude, you didn't give the schematic where to make the scl and sda connections of the oled screen.

    • @prathameshbarik
      @prathameshbarik Год назад +2

      the blog is given in the comment section. sda is connected to a4 and scl is connected to a5

    • @Circuitdigest
      @Circuitdigest  Год назад +1

      oopsie..it seems we made a mistake.. we will try to fix that. you can refer the same schematic as in the blog..just connect sda to a4 and scl to a5

  • @NetojoseDF
    @NetojoseDF Год назад +1

    Top demais

  • @gojo-sq9gp
    @gojo-sq9gp 24 дня назад

    how do i built music into the sricpt

    • @Circuitdigest
      @Circuitdigest  24 дня назад

      You will have to use the PWM to generate the tone. You can use the tone library for that purpose.

    • @gojo-sq9gp
      @gojo-sq9gp 20 дней назад

      @@Circuitdigest we are trying to make an tetris game with music for our school projekt ths our first time doing anything with arduino could you explain it for beginners

  • @lllll6143
    @lllll6143 Год назад +1

    what if i have 128x32 display?

    • @Circuitdigest
      @Circuitdigest  Год назад

      you can build it on that too..just need to make changes in the code.

  • @jatinsehrawat9412
    @jatinsehrawat9412 2 месяца назад

    what if I have esp8266 can I
    use the same code ?

  • @nemanjarakic6815
    @nemanjarakic6815 Год назад

    Hey can you explain me how to exactly do this in a discord call or something?

    • @Circuitdigest
      @Circuitdigest  Год назад

      sorry but i cant understand what you are asking for

  • @vasudev6448
    @vasudev6448 10 дней назад

    Code send pls

    • @Circuitdigest
      @Circuitdigest  9 дней назад

      Code can be found in the project page linked in the video description.

  • @rajeshpenta7735
    @rajeshpenta7735 4 месяца назад

    Code please...

    • @Circuitdigest
      @Circuitdigest  3 месяца назад

      Please check the link provided in the video description for code and other details.