About 178,000 results
Open links in new tab
  1. Arduino is an easy to use, cheap, versatile and powerful tool that can be used to make some very effective sensors. This guide is meant to give you the basics of getting started with Arduino, and provide you with some basic code that will work with many sensors. 1. An ARDUINO: .

  2. Arduino Coding Basics - GeeksforGeeks

    Apr 30, 2024 · Microcontroller: The microcontroller used on the Arduino board is essentially used for controlling all major operations. The microcontroller is used to coordinate the input taken and execute the code written in a high-level language.

  3. Using DHT11 - Arduino Project Hub

    Nov 23, 2018 · Don't forget to add this library to the Arduino IDE. This tutorial will show you how to use DHT11 with Arduino.

  4. Arduino: 39 Free Guides for Sensors and Modules

    The DS18B20 temperature sensor is a one-wire digital temperature sensor. This means that it just requires one data line (and GND) to communicate with your Arduino board. Each DS18B20 temperature sensor has a unique 64-bit serial code. This allows you to wire multiple sensors to the same data wire.

  5. Ultrasonic sensor with Arduino - Complete Guide - Arduino …

    May 3, 2024 · Learn how to use the ultrasonic sensor (HC-SR04) with Arduino. This tutorial will teach you what it is, how to assemble the sensor on Arduino, and, at the end, you'll implement it into an alarm system project.

  6. Built-in Examples - Arduino Docs

    Learn the basics of Arduino through this collection tutorials. All code examples are available directly in all IDEs. Control an 8x8 matrix of LEDs.

  7. Arduino - DHT11 | Arduino Tutorial - Arduino Getting Started

    Learn how to program Arduino to read temperature and humidity from DHT11 sensor and module. The detail instruction, code, wiring diagram, video tutorial, line-by-line code explanation are provided to help you quickly get started with Arduino. Find this and other Arduino tutorials on ArduinoGetStarted.com.

  8. Color Detection Using TCS3200/230 | Arduino Project Hub

    Oct 9, 2019 · How to use the module: define colors, Detect colors + RGB color replicate project. 2 * It select a photodiode set and read its value (Red Set/Blue set/Green set) and displays it on the Serial monitor. 3 * Refer to www.surtrtech.com for more details.

    Missing:

    • Syntax

    Must include:

  9. Arduino PIR Sensor Circuit and Code Example - Build Electronic …

    Apr 6, 2024 · Set up the Arduino on your computer and connect the USB cable. Take the PIR sensor and connect it to the Arduino’s 5V and GND for power. Connect the PIR sensor signal output to digital pin 2 on the Arduino. Connect the LED’s …

  10. DHT11/DHT22 Sensor with Arduino Tutorial (2 Examples)

    Feb 2, 2019 · In this tutorial, you will learn how DHT11 and DHT22/AM2302 digital temperature and humidity sensors work and how you can use them with Arduino. These sensors are very popular for DIY electronics projects and are perfect for remote weather stations, home automation projects, and plant/garden monitoring systems.

Refresh