
Liquid Crystal Displays (LCD) with Arduino
Find out how to wire an LCD to an Arduino, and how to use the LiquidCrystal library through a set of useful examples.
Smart Farm Irrigation System Using Arduino® Edge Control
Feb 28, 2025 · This application note describes how to control a four zones irrigation system using the Edge Control and the Arduino Cloud.
LiquidCrystal | Arduino Documentation
Aug 10, 2017 · This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
LiquidCrystal I2C | Arduino Documentation
Mar 7, 2016 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.
Servo Motor Basics with Arduino
Mar 4, 2024 · In this article, you will find two easy examples that can be used by any Arduino board. The first example controls the position of an RC (hobby) servo motor with your Arduino and a potentiometer.
LED Bar Graph | Arduino Documentation
Oct 2, 2024 · Learn more You can find more basic tutorials in the built-in examples section. You can also explore the language reference, a detailed collection of the Arduino programming language. Last …
LiquidCrystal_PCF8574 | Arduino Documentation
Apr 3, 2023 · A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter. This library uses the original Wire library for communication.
Arduino and Stepper Motor Configurations
Jan 25, 2022 · Learn how to control a variety of stepper motors using unipolar / bipolar circuits with Arduino.
LiquidCrystal_74HC595 | Arduino Documentation
May 16, 2019 · This library allows an Arduino board to control most LCDs (Hitachi HD44780 based or compatible) through a 74HC595 shift register. This provides a very cost effective way of reducing the …
Inter-Integrated Circuit (I2C) Protocol | Arduino Documentation
Arduino boards to share information with each other. In this example, two boards are programmed to communicate with one another in a Controller Reader/Peripheral Sender configuration via the I2C …