In this project article, we design a handheld gaming console with wireless multiplayer functionality using ESP8266 microcontrollers. We then program a game for…
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.
In this project, learn how to use a potentiometer's reading on the M5Stack core to control a servo motor.
In this project, learn how to use a potentiometer's reading on the M5Stack core to control a servo motor.
Let's interface an ultrasonic sensor and a lighting system! In this project, we'll design a sensor subsystem and then use…
Let's interface an ultrasonic sensor and a lighting system! In this project, we'll design a sensor subsystem and then use it in a parking sensor application.
In part two of the tachometer/speedometer project, we'll add a keypad and LCD for easier user interaction.
In part two of the tachometer/speedometer project, we'll add a keypad and LCD for easier user interaction.
Get acquainted with using I2C with the Quark D2000 development board by interfacing an ambient light sensor and an LCD.
Get acquainted with using I2C with the Quark D2000 development board by interfacing an ambient light sensor and an LCD.
This project gives you an example of how a basic user interface can be implemented using only one circular capacitive…
This project gives you an example of how a basic user interface can be implemented using only one circular capacitive touch sensor.
Here's a rain gauge that empties itself and that you can read from your easy chair. Best of all, you can build it, yourself.
Here's a rain gauge that empties itself and that you can read from your easy chair. Best of all, you can build it, yourself.
Readers will learn how to wire a standard 16x2 LCD (liquid crystal display) to a Raspberry Pi to display messages.
Readers will learn how to wire a standard 16x2 LCD (liquid crystal display) to a Raspberry Pi to display messages.
Using an LCD increases the versatility of any microcontroller by displaying data outputs and memory contents. This serial…
Using an LCD increases the versatility of any microcontroller by displaying data outputs and memory contents. This serial adapter uses only one I/O.
LCDs are great for showing info from your microcontroller. A serial adapter is inexpensive, uses only one I/O, and is…
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.
Learn how to use an EFM8 microcontroller to convert current and voltage measurements to digits that can be displayed on…
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.
A simple LCD control project with an EFM8 evaluation board demonstrates basic principles of embedded development.
A simple LCD control project with an EFM8 evaluation board demonstrates basic principles of embedded development.
How to connect your Arduino board to MATLAB and actually control and get information on the Arduino.
How to connect your Arduino board to MATLAB and actually control and get information on the Arduino.
It's easy to make a simple digital voltmeter using an Arduino and 16x2 liquid crystal display (LCD).
It's easy to make a simple digital voltmeter using an Arduino and 16x2 liquid crystal display (LCD).
For many applications, there's no need to use a more expensive liquid crystal display to display data. A simple…
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.
You can easily interface a liquid crystal display (LCD) with an Arduino to provide a user interface.
You can easily interface a liquid crystal display (LCD) with an Arduino to provide a user interface.