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…
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.
An infrared (IR) light sensor allows the use of an Arduino to receive and decode signals from a TV remote control.
An infrared (IR) light sensor allows the use of an Arduino to receive and decode signals from a TV remote control.
Controlling a motor with an Arduino is relatively easy. In addition to simply spinning the motor, you can control the…
Controlling a motor with an Arduino is relatively easy. In addition to simply spinning the motor, you can control the position of the motor shaft if the motor has a rotary encoder.
Monitoring the output of a light-dependent resistor, or photoresistor, allows the Arduino to know how light or dark it…
Monitoring the output of a light-dependent resistor, or photoresistor, allows the Arduino to know how light or dark it is. When the light falls below a certain level, the Arduino turns on a couple of LEDs.