This project brief explains how to construct a PCB-based audio-processing platform with an ATmega328 microcontroller. A link to Arduino code for creating an…
This project brief explains how to construct a PCB-based audio-processing platform with an ATmega328 microcontroller. A link to Arduino code for creating an audio echo is also provided.
This project brief provides the instructions for building a weight-sensitive LED lamp with an Arduino Uno and a handful…
This project brief provides the instructions for building a weight-sensitive LED lamp with an Arduino Uno and a handful of commercially available parts.
In this project, we'll construct and test a microcontroller-based system that digitally generates analog signals.
In this project, we'll construct and test a microcontroller-based system that digitally generates analog signals.
In this project, we'll build and demonstrate a discrete analog solution to the incompatible logic levels of an Arduino…
In this project, we'll build and demonstrate a discrete analog solution to the incompatible logic levels of an Arduino Uno and an Elecrow e-paper HMI display.
In Part 2 of this two-part series, we turn our hardware assembly into a functioning soundboard by adding the necessary…
In Part 2 of this two-part series, we turn our hardware assembly into a functioning soundboard by adding the necessary code in Arduino IDE and uploading soundbites.
Learn how to turn an ATmega328 microcontroller and an assortment of readily available parts into a dedicated hardware soundboard.
Learn how to turn an ATmega328 microcontroller and an assortment of readily available parts into a dedicated hardware soundboard.
Follow my upgrade of a handheld game controller as I add a new 1.8-inch color LCD for animated graphics and an…
Follow my upgrade of a handheld game controller as I add a new 1.8-inch color LCD for animated graphics and an accelerometer module for motion control input.
For this project, I built a handheld resistor color code calculator and ohmmeter using the ATmega328 microcontroller and…
For this project, I built a handheld resistor color code calculator and ohmmeter using the ATmega328 microcontroller and a 1.8-inch color LCD display.
In this project, we mix the old and the new by integrating present-day BLE technology with a vintage Science Fair computer kit.
In this project, we mix the old and the new by integrating present-day BLE technology with a vintage Science Fair computer kit.
In this project, which uses the Arduino IDE, we create and demonstrate a digital drawing pad using an ESP32-based e-paper…
In this project, which uses the Arduino IDE, we create and demonstrate a digital drawing pad using an ESP32-based e-paper display dev board, rotary encoders for drawing control, and an accelerometer for shake detection to initiate an erase.
In this project article, we design a handheld gaming console with wireless multiplayer functionality using ESP8266…
In this project article, we design a handheld gaming console with wireless multiplayer functionality using ESP8266 microcontrollers. We then program a game for it with the Arduino IDE.
This four-part series walks through the development of the Anthilla Controller, an open-source Internet of Things (IoT)…
This four-part series walks through the development of the Anthilla Controller, an open-source Internet of Things (IoT) hardware platform. In Part 3, we cover the manufacturing, assembly, and product testing of the board.
In this project, learn to create a digitally-controlled oscillator or DCO-based audio synthesizer with an Arduino Nano or…
In this project, learn to create a digitally-controlled oscillator or DCO-based audio synthesizer with an Arduino Nano or an Arduino Uno.
We’ll be walking you through creating a robotic subsystem with a voice-activated motor leveraging machine learning (ML)…
We’ll be walking you through creating a robotic subsystem with a voice-activated motor leveraging machine learning (ML) and an Arduino Nano 33 BLE Sense.
This article, which serves as preparation for a discussion of C-language strings, introduces the concept of ASCII…
This article, which serves as preparation for a discussion of C-language strings, introduces the concept of ASCII characters and explains two benefits of ASCII-based coding techniques.
In this article we’ll conclude our exploration of C functions with some additional information and a few useful…
In this article we’ll conclude our exploration of C functions with some additional information and a few useful implementation techniques.
In this article we’ll discuss pointer operators, pointer arithmetic, and two situations in which pointers can improve your code.
In this article we’ll discuss pointer operators, pointer arithmetic, and two situations in which pointers can improve your code.
This article explains why you should use functions in your C-language code and discusses situations in which functions…
This article explains why you should use functions in your C-language code and discusses situations in which functions are particularly helpful.
This article will help you to understand what functions are, why they are used, and how they are implemented in embedded hardware.
This article will help you to understand what functions are, why they are used, and how they are implemented in embedded hardware.
This article will help you to understand the pointer, which is an interesting and important aspect of the C language.
This article will help you to understand the pointer, which is an interesting and important aspect of the C language.