Arduino Tutorial 2

Arduino ProgrammingIn this part of my Arduino tutorial I’ll cover how to measure current, resistance and voltage with a multimeter. I’ll also show how to measure voltage with an Arduino with a demonstration using a potentiometer and LED. To finish off I’ll show the difference between resistors in series versus parallel and a whole lot more.

All of the code used follows the video below. Continue reading Arduino Tutorial 2

Arduino Tutorial

Arduino ProgrammingHere I begin a massive tutorial on Arduino and Electronics! In this first video I cover Arduino Basics, Electricity, Ground, Voltage, Current, Resistance, Power, Protecting Components, LEDs, Breadboards, Arduino Coding, Ohm’s Law, Generating Different Voltages with Arduino, 2 Circuits and much more.

Like always the code I use follows the video below. The kit I’m using for the tutorial is here. Continue reading Arduino Tutorial

Arduino Programming

Arduino ProgrammingIn this tutorial I’ll cover the core C language used to program Arduinos. We’ll look at ports, the serial monitor, looping, data types, conditionals, setup, loop, static, functions, arrays, strings, numerous math functions, bit manipulation, random, structs, styling text, pointers and much more.

I make multiple little projects here, but the projects will get more advanced as I make more videos. All of the heavily commented code follows below. Continue reading Arduino Programming