Posted by
Derek Banas on Aug 3, 2019 in
How To |
0 comments
I created a new Ukulele version of Guitar Hero. This gets right into the music. I focus on easy songs to learn on ukulele. There are 20 songs in all that get progressively harder. My 6 year old daughter learned using this exact software that I created and made available for free.
I have have easy beginner...
Posted by
Derek Banas on Jul 28, 2019 in
How To |
0 comments
You guys told me you wanted to learn how to play a musical instrument, so in this video I’ll teach you how to play ukulele! I recreated a Ukulele version of Guitar Hero in this video tutorial. You’ll be able to play 10 different songs over and over until you have mastered them.
My 6 year old...
In this video I finish creating Pong on an LCD Panel with an Arduino. I combine the code for making the Paddles work, with the code for making the ball bounce.
We mainly have to consolidate printing to the LCD panel, while making sure we don’t have any character number conflicts. If you made this...
As we continue making Pong with an Arduino, I now create the code to make the ball handle collision detection, movement and way much more. We are building Pong on a constrained piece of hardware using raw binary bits and clever algorithms. Like before I’ll live code everything with very little...
Someone requested that I make the game Pong on a 16 x 2 LCD panel and so I start doing that in this tutorial. I’m going to live code everything with no preparation ahead of time, so that you can see how I solve this problem.
I focus this time on drawing on the LCD panel, moving the paddles and...
I tried to cover a ton in this tutorial. I’ll show how to use LCD Panels with Arduino. I then live code Conway’s Game of Life using an Arduino and a LCD Panel. Along the way we’ll create custom characters, convert from binary to base 10, generate random arrays, copy arrays and a whole lot...
This tutorial takes the next step towards understanding how a bunch of resistors and transistors turn into a real computer.
Previously we created gates and now we will use them to create both a 1 Bit & a 4 Bit Binary Calculator on a breadboard. I’m using a NAND 7400 IC to create an XOR Gate....
After the last video many people asked me how to read schematic diagrams so this time I’ll walk you through the process of taking a schematic diagram to a finished circuit. This time we will be creating a NAND Gate. NAND Gates are awesome because they can be used to build all the other gates. They are...
My most active subscriber asked me to show how to make a calculator with circuits and so I begin that journey with this video. To make a calculator you need to understand Transistors as well as Transistor Gates. I make 4 circuits, one to demonstrate how transistors work as well as NOT, OR 7 AND Gates. The...
In this part of my Arduino tutorial we’ll create 2 separate projects. First we’ll learn how 7 segment displays work and then create a dice simulation rolling circuit. We’ll then learn how to create a theremin, which is a weird instrument you can play without touching it. In addition...