top of page
TUTORIALS


Homing stepper motors using the AccelStepper library!
OVERVIEW Following in the foot steps of our last tutorial, we will now see how to achieve the same results using the popular...
Brainy-Bits
43,948 views


Arduino Scrolling Text v2.0 – With direction and speed control!
OVERVIEW Quite a while ago, I did a tutorial on how to create Scrolling Text using a MAX7219 LED Matrix and an Arduino. It worked, but...
Brainy-Bits
9,378 views


Control stuff using your hands with the APDS-9960
OVERVIEW Sometime you buy stuff and forget about it! This is the case when it comes to this little module. The APDS-9960 is like 3...
Brainy-Bits
804 views


How to set the HOME position of a Stepper at Startup!
OVERVIEW If you’ve been following our tutorials for a while, you will have noticed that we have used Stepper Motors in multiple projects....
Brainy-Bits
21,227 views


Wireless Arduino controlled PTZ Camera System
OVERVIEW A while back I made a video on YouTube showing how I built the Wireless RC Controlled Pan Tilt and Zoom Camera system that I use...
Brainy-Bits
3,536 views


Control a ‘LOT’ of Servo Motors using a Joystick, Arduino and PCA9685 PWM Module
OVERVIEW We have seen in prior tutorials how to connect and control Stepper Motors. Stepper Motors are great for many projects but can...
Brainy-Bits
8,843 views


One Code to rule them ALL! Arduino sketch doing two things
OVERVIEW If you looked at our last tutorial, you saw that we were using two different code / sketch… One for the Transmitter and a...
Brainy-Bits
640 views


How to use the NRF24L01 2.4GHz wireless module with an Arduino
OVERVIEW There are many ways to add wireless capability to your Arduino projects. WiFi modules like the ESP8266 makes that possible, but...
Brainy-Bits
4,988 views


Using WiFi in your next projects with the NodeMCU – Introduction
OVERVIEW Being able to control or get information from your projects using WiFi is something that we all want to experiment with at some...
Brainy-Bits
904 views


How to connect and use a Nokia 5110 LCD with an Arduino
OVERVIEW There are many tutorials out there that show how to connect and use a Nokia 5110 LCD display with an Arduino. In this tutorial...
Brainy-Bits
2,453 views


Dual Axis Camera Slider using a Joystick to set IN and OUT travel
OVERVIEW In our prior tutorial we saw how to control 2 stepper motor simultaneously using the Arduino Serial Monitor. Continuing from...
Brainy-Bits
4,708 views


Build a simple RC Plane/Drone finder using a DigiSpark
OVERVIEW If you ever flown an RC Plane or Drone, you know that it’s easy to lose control and no matter how good you are, crashing is...
Brainy-Bits
528 views


Let’s make a simple Arduino RFID reader using the RC522 Module
OVERVIEW If you have worked in an office before, you are probably aware of those RFID cards or Tags that would unlock specific doors...
Brainy-Bits
1,477 views


Arduino Countdown timer using the MAX7219 8 bits Display
OVERVIEW In a prior tutorial we created a countdown timer using an 8bits Display. Unfortunately the display we used when creating the...
Brainy-Bits
3,532 views


Electronic Miter box! Control a Stepper Motor with a Keypad and an Arduino
OVERVIEW In this tutorial we will see how to move a stepper motor to an exact position that we enter on a keypad. Plus we will display...
Brainy-Bits
15,272 views


Do Potentiometer values make a difference with an Arduino?
OVERVIEW In some Arduino projects we will end up using Potentiometers. The potentiometer (or pot, as it is more commonly known) converts...
Brainy-Bits
1,890 views


Using the 4066 IC Bilateral Switch to Simulate pushing buttons
OVERVIEW Have you ever wanted to connect your Arduino to another device and simulate pushing the buttons on it? By itself the Arduino...
Brainy-Bits
3,394 views


How to have unlimited interrupt Pins on your Arduino
OVERVIEW Using Interrupts enables you to run some code only when a change happens on a Pin. Without interrupts your Arduino would spend...
Brainy-Bits
5,412 views


Using an old RC transmitter to control your Arduino Projects
OVERVIEW We all have that old Radio Controlled helicopter, plane, drone… That we bought, played with it once or twice, crashed once,...
Brainy-Bits
1,507 views


Halloween Scary mask using Arduino and MAX7219 LED Dot Matrix
OVERVIEW Since Halloween is near we thought we would do a fun project. Using an Halloween mask and some LED Dot Matrix to simulate eyes,...
Brainy-Bits
859 views
bottom of page