About 291 results
Open links in new tab
  1. Liquid Crystal Displays (LCD) with Arduino

    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.

  2. Inter-Integrated Circuit (I2C) Protocol - Arduino Docs

    The Wire library is what Arduino uses to communicate with I2C devices. It is included in all board packages, so you don't need to install it manually in order to use it.

  3. LiquidCrystal - Arduino Docs

    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 …

  4. How to Wire and Program a Button - Arduino Docs

    2 days ago · When the button is closed (pressed), it makes a connection between its two legs, connecting the pin to 5 volts, so that we read a HIGH. You can also wire this circuit the …

  5. LiquidCrystal I2C - Arduino Docs

    Mar 7, 2016 · The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING …

  6. Basics of Potentiometers with Arduino

    2 days ago · One shows how you can use a potentiometer as an input for a color mixer, and the other shows how to accurately choose colors and how to smoothly fade between them. The …

  7. 1-Wire Protocol - Arduino Docs

    This article covers the basics of using the 1-Wire protocol with an Arduino with the help of the OneWire library. The following sections provide information about the 1-Wire protocol, …

  8. Arduino Docs | Arduino Documentation | Arduino Documentation

    To install a new library into your Arduino IDE you can use the Library Manager (available from IDE version 1.6.2). Open the IDE and click to the "Sketch" menu and then Include Library > …

  9. Wire - Arduino Docs

    Nov 20, 2024 · This library allows you to communicate with I2C devices, a feature that is present on all Arduino boards. I2C is a very common protocol, primarly used for reading/sending data …

  10. I2CScanner - Arduino Docs

    Nov 29, 2018 · This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Refresh