All About Circuits

Latest LEDs Projects

Categories

How To Build A Thermostat with a PICAXE

How To Build A Thermostat with a PICAXE

An inexpensive PICAXE microcontroller makes it easy to read a temperature sensor, compare the temperature to a setpoint, and turn a heater or cooler circuit on or off.


Make an LED Light Strip AHRS with Arduino and MPU-6050

Make an LED Light Strip AHRS with Arduino and MPU-6050

Use a WS2812 RGB LED strip to visualize the pose of an MPU-6050 6-degree-of-freedom IMU in three dimensional space.


Projects Oct 13, 2015 by Patrick Lloyd
Using a Serial LCD with a PICAXE

Using a Serial LCD with a PICAXE

Using an LCD increases the versatility of any microcontroller by displaying data outputs and memory contents. This serial adapter uses only one I/O.


How to Use RTC with Arduino and LCD

How to Use RTC with Arduino and LCD

This article will show you one way of making an accurate clock by using the Real Time Clock IC DS1307. The time will be shown on a LCD display.


An LCD for Your Microcontroller Using a Single I/O

An LCD for Your Microcontroller Using a Single I/O

LCDs are great for showing info from your microcontroller. A serial adapter is inexpensive, uses only one I/O, and is easy to connect and to use.


Ambient Light Monitor: Zero-Cross Detection

Ambient Light Monitor: Zero-Cross Detection

Part 4 in the “How to Make an Ambient Light Monitor” series


Projects Aug 16, 2015 by Robert Keim
How to Use a DHT11 with a PIC16F628A and LCD

How to Use a DHT11 with a PIC16F628A and LCD

How to read humidity and temperature from a DHT11 and display it on a LCD with a PIC microcontroller. In this example we're going to use a PIC16F628A.


Ambient Light Monitor: Measuring and Interpreting Ambient Light Levels

Ambient Light Monitor: Measuring and Interpreting Ambient Light Levels

Part 3 in the “How to Make an Ambient Light Monitor” series. The project continues by building an ambient light sensor circuit on a breadboard, digitizing the circuit’s output signals, and interpreting the digitized measurements.


Projects Aug 05, 2015 by Robert Keim
Ambient Light Monitor: Display Measurements on an LCD

Ambient Light Monitor: Display Measurements on an LCD

Learn how to use an EFM8 microcontroller to convert current and voltage measurements to digits that can be displayed on an LCD. We'll discuss a convenient way to report analog-to-digital conversion values that represent current and voltage amplitudes.


Projects Jul 26, 2015 by Robert Keim
How to Display an Image on an LCD using an EFM8 Microcontroller

How to Display an Image on an LCD using an EFM8 Microcontroller

Use the EFM8’s USB functionality to transfer an image from your PC to an LCD.


Projects Jul 24, 2015 by Robert Keim
Use a PICAXE Microcontroller to Read and Display Temperature

Use a PICAXE Microcontroller to Read and Display Temperature

The 08M2 is the smallest member of the PICAXE family of microcontrollers; it is inexpensive, versatile, and easy to program using free software.


Displaying Characters on an LCD with an EFM8 Microcontroller

Displaying Characters on an LCD with an EFM8 Microcontroller

Learn how to design characters using an image editor and display them on an LCD controlled by an EFM8 microcontroller.


Projects Jul 13, 2015 by Robert Keim
Controlling an LCD via SPI: An Introduction to Project Development with an EFM8 Microcontroller

Controlling an LCD via SPI: An Introduction to Project Development with an EFM8 Microcontroller

A simple LCD control project with an EFM8 evaluation board demonstrates basic principles of embedded development.


Projects Jul 08, 2015 by Robert Keim
How to Use the Arduino Joystick Shield v2.4

How to Use the Arduino Joystick Shield v2.4

In this tutorial we are going to see how to use Arduino Joystick Shield. There are different versions but we'll be using v2.4, which has some interesting features and some extra buttons which can be used in your application in different ways.


Projects Jun 17, 2015 by Tim Youngblood
Make a Digital Voltmeter Using an Arduino

Make a Digital Voltmeter Using an Arduino

It's easy to make a simple digital voltmeter using an Arduino and 16x2 liquid crystal display (LCD).


Projects Jun 04, 2015 by Tim Youngblood
Interface a Seven Segment Display to an Arduino

Interface a Seven Segment Display to an Arduino

For many applications, there's no need to use a more expensive liquid crystal display to display data. A simple seven-segment display is sufficient.


Projects Jun 02, 2015 by Tim Youngblood
Interface an LCD with an Arduino

Interface an LCD with an Arduino

You can easily interface a liquid crystal display (LCD) with an Arduino to provide a user interface.


Projects Apr 16, 2015 by Tim Youngblood