约 55 个结果
在新选项卡中打开链接
  1. Arduino Tutorial - Online Tutorials Library

    With Arduino, one can get to know the basics of micro-controllers and sensors very quickly and can start building prototype with very little investment. This tutorial is intended to make you comfortable in …

  2. Arduino - Stepper Motor - Online Tutorials Library

    There are numerous varieties of stepper motors. The methods described here can be used to infer how to use other motors and drivers which are not mentioned in this tutorial. However, it is always …

  3. Free Tutorials on Technical and Non Technical Subjects

    Code, Edit, Run and Share Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.

  4. Arduino - DC Motor - Online Tutorials Library

    In this chapter, we will interface different types of motors with the Arduino board (UNO) and show you how to connect the motor and drive it from your board.

  5. Arduino - Servo Motor - Online Tutorials Library

    Code to Note Servo motors have three terminals - power, ground, and signal. The power wire is typically red, and should be connected to the 5V pin on the Arduino. The ground wire is typically black or …

  6. Arduino - Blinking LED - Online Tutorials Library

    pinMode (2, OUTPUT) − Before you can use one of Arduinos pins, you need to tell Arduino Uno R3 whether it is an INPUT or OUTPUT. We use a built-in function called pinMode () to do this.

  7. Arduino - Functions - Online Tutorials Library

    There are two required functions in an Arduino sketch or a program i.e. setup () and loop (). Other functions must be created outside the brackets of these two functions.

  8. Arduino - Humidity Sensor - Online Tutorials Library

    It uses a capacitive humidity sensor and a thermistor to measure the surrounding air, and sends a digital signal on the data pin. In this example, you will learn how to use this sensor with Arduino UNO. The …

  9. LED Blinking using Arduino - Online Tutorials Library

    2021年3月23日 · We are using the Arduino Uno board, and we will choose pin 7. The circuit will look like this − As you can see, one end of a resistor is connected to pin 7 of Arduino Uno. The other end the …

  10. Arduino - Ultrasonic Sensor - Online Tutorials Library

    Code to Note The Ultrasonic sensor has four terminals - +5V, Trigger, Echo, and GND connected as follows − Connect the +5V pin to +5v on your Arduino board. Connect Trigger to digital …