Paul McWhorter arduino lesson 1

  [adrotate banner=”7″]   I think programming, programming and microcontroller is something that’s intimidating to a lot of people, but I will promise you by the end of this first tutorial. You will have written your first program. You will have downloaded it into the Arduino and it will have done something interesting. I think […]

Paul McWhorter arduino lesson 2

  [adrotate banner=”7″]   If you haven’t watched lesson number one, yet it played be good to go ahead and tune into that. We show you how to get the Arduino set up and running with your first. Very simple program: what we’re going to do in this lesson is we’re actually going to use […]

Paul McWhorter arduino lesson 3

  [adrotate banner=”7″]   If you haven’t watched lesson number one, yet it played be good to go ahead and tune into that. We show you how to get the Arduino set up and running with your first. Very simple program: what we’re going to do in this lesson is we’re actually going to use […]

Paul McWhorter arduino lesson 4

  [adrotate banner=”7″]   This is going to be a short lesson, but an important lesson in lesson: number five. We will be using the same circuit that we have used in the last couple of lessons. Specifically, that is this one here you can see down in the lower left. We already have it […]

Paul McWhorter arduino lesson 5

  [adrotate banner=”7″]   This is going to be a short lesson, but an important lesson in lesson: number five. We will be using the same circuit that we have used in the last couple of lessons. Specifically, that is this one here you can see down in the lower left. We already have it […]

Paul McWhorter arduino lesson 6

  [adrotate banner=”7″]   You know, learning a little bit more, every lesson. A little bit more about programming a little bit more about circuits, a little bit more about programming, a little bit more about components, and it this point: you’ve got a really good idea for the the basics that you need to […]

Paul McWhorter arduino lesson 7

  [adrotate banner=”7″]   The truth is, you could do almost anything that you ever wanted to do with a for loop, but you do need to understand a while loop, because there might be a few unique circumstances that a while loop would be better than a for loop and also, you Might be […]

Paul McWhorter arduino lesson 8

  [adrotate banner=”7″]   The truth is, you could do almost anything that you ever wanted to do with a for loop, but you do need to understand a while loop, because there might be a few unique circumstances that a while loop would be better than a for loop and also, you Might be […]

Paul McWhorter arduino lesson 9

  [adrotate banner=”7″]   Ah, what I basically got running here is I’ve got the code that we’ve been working with. You know for a lot of these first lessons, we’ve been working with the same schematic of the same circuit of blinking 2 LEDs we’ve just been building the code up little by little […]

Paul McWhorter arduino lesson 10

  [adrotate banner=”7″]   Those are the pins 1 through 13. These are pins that we write voltages to. We remember that the the pins that don’t have a squiggly line. We can do digital rights to that. Would be a digital right to that pin high or to that pin low, but if we […]

Paul McWhorter arduino lesson 11

  [adrotate banner=”7″]   You know, learning a little bit more, every lesson. A little bit more about programming a little bit more about circuits, a little bit more about programming, a little bit more about components, and it this point: you’ve got a really good idea for the the basics that you need to […]

Paul McWhorter arduino lesson 12

  [adrotate banner=”7″]   Those are the pins 1 through 13. These are pins that we write voltages to. We remember that the the pins that don’t have a squiggly line. We can do digital rights to that. Would be a digital right to that pin high or to that pin low, but if we […]

Paul McWhorter arduino lesson 13

  [adrotate banner=”7″]   On the Arduino – and this is something that we really went over a little bit in Lesson – number six but it’s such an important topic and something that we’re going to really be need to be able to do for the remainder of the lessons. It’S it’s, something that […]