Learn to use seven different DC motor drivers with an Arduino Uno.
We’ll see how to put these to use with motors of all sizes, and of course we have hookup diagrams and code samples!
Learn to use seven different DC motor drivers with an Arduino Uno.
We’ll see how to put these to use with motors of all sizes, and of course we have hookup diagrams and code samples!
Linear DC Power supplies are no longer as common as switching supplies, but they are still a good choice for many applications.
Today we will learn how linear power supplies work, how they differ from switching power supplies, and how to use voltage regulator modules.
We will then construct a DC Power Supply suitable for use on the workbench.
The GC9A01 is a circular LCD module that is ideal for instrumentation and other cool display applications.
In this article, we will learn how to use this display with an Arduino Uno and an ESP32.
Learn how to use both 7-segment and dot-matrix LED displays with an Arduino.
We will be working with both single and multiple display units, in a variety of configurations.
LEDs are by no means dead, they are still a great choice for a number of applications. Add one to your next Arduino project.
The 555 is one of the most popular integrated circuits ever created, with over a billion of them produced every year. In many cases, the 555 is a simpler and better choice than using a microcontroller.
Today we will learn how the 555 works, and then we will build five simple projects using a 555 timer.
LiPo batteries are incredible powerhouses, they have a higher power-to-weight ratio than any other type of battery.
But with all that power comes a number of safety concerns, and not following them could lead to a deadly LiPo fire.
Today we will learn how LiPo batteries work, how to charge, discharge, balance, store and dispose of them. And, just in case, we’ll see how to extinguish a LiPo fire.
Come and meet the XIAO, a tiny 32-bit Arduino-compatible microcontroller that goes for only 5 dollars!
This amazing little device outperforms the Arduino AVR boards and offers features like an analog output and 10 PWM pins.
We will explore the XIAO using the Arduino IDE and see how easy it is to use.
We have seen how to control DC devices with an Arduino, now it’s time to learn how to control AC equipment.
In this article I will show you a SAFE method of experimenting with AC on your workbench.
We will also build a light-activated relay and a marquis-style light chaser using solid state switches.
Basic Logic chips have been around for a very long time, yet they are still used in new designs. An understanding of how basic logic chips work will move your design skills up a notch.
Today we will look at the most elementary of logic chips, the basic gates. We’ll also learn about logic families, and we’ll see how to create a logic chip emulator using an Arduino.
We’ll finish up by designing a simple intruder alarm using an Arduino and a basic logic gate.
In this rather shifty article I’ll show you how to use some fundamental electronic building blocks – shift registers.
These handy devices can let you add oodles of input and output ports to your Arduino or other microcontrollers, and they’re very easy to use..
Follow along and learn how to make 74HC165 and 74HC595 shift registers work for you.