BrandonJan 224 minReading Values from an RC Receiver using ArduinoIn this post, I demonstrate how to use Arduino to read RC values using the "pulsein()" function and by using external interrupts.
BrandonAug 17, 20215 minControlling a DC Brushed Motor with the L298N Motor ControllerIn this example, I demonstrate how to control a fairly common 6V gear motor with the L298N Motor Controller.
BrandonApr 17, 20215 minSimultaneously Controlling Stepper Motors with ArduinoIn this post, I demonstrate how to simultaneously control two stepper motors, using the Arduino.
BrandonFeb 21, 20217 minDIY Arduino Camera Phone SliderIn this tutorial, I will document how I built an Arduino controlled camera phone slider without power tools or equipment.
BrandonJan 27, 20213 minControlling a Brushless Motor with ArduinoIn this post, I'm going to demonstrate how to control a brushless motor with a potentiometer and an Arduino.
BrandonJan 5, 20214 minHow to Control a Servo with ArduinoIn this post, I'm going to demonstrate how to control a servo with a potentiometer and an Arduino.
BrandonDec 5, 20203 minHow to Create an Analog Signal with ArduinoIn this next post in the Introduction to Arduino series, I will show how to output a "fake" analog signal coming from the digital pins on...
BrandonNov 6, 20203 minHow to Read Analog Sensors with ArduinoIn this next post of this series, I will demonstrate how to read values from a potentiometer, phototransistor, and temperature sensor.
BrandonSep 23, 20203 minArduino Digital Output and "if" StatementsIn this tutorial, I will demonstrate how to output a digital signal and I'll introduce the "if" statement.
BrandonAug 25, 20203 minHow to Use Digital INPUT and INPUT_PULLUP on ArduinoReading values from the digital pins is one of the most fundamental skills when starting to use the Arduino. In this tutorial, I'll...
BrandonAug 16, 20204 minBuilding a Circuit on a BreadboardBefore diving into some programming with the Arduino Uno and the IDE, it's important to know some basic circuit theory and how to build...
BrandonAug 10, 20203 minInstalling the Arduino Software and Getting to Know the IDEWelcome to the first post in the Intro to Arduino series. In this post, I'm going to go over how to install the Arduino software and use...
BrandonJul 16, 20206 minUsing a DC Brushed Motor with a Rotary EncoderThe parts for this post were sponsored by Mechanical Design 101. Introduction In this post, we’ll learn how to use a brushed DC motor...
BrandonJul 5, 20202 minHow to Get Started With Robotics at HomeIf you’ve ever wanted to get started with DIY robotics, you’ve probably heard the name Arduino thrown around. Arduino is an Italian made,...