Arduino– category –
-
Arduino
Arduino-How to use CdS Photoresistor
This article details how to use CdS photoresistors with Arduino. The voltage is read from a voltage divider circuit that combines a CdS photoresistor and a resistor with a program that uses Analog I/O functions. For other Arduino functio... -
Arduino
Arduino-How to use Servo Motor
This article details how to use servo motors with Arduino. The servo motor is operated by a program using "Servo", a library for servo motor control. For other Arduino functions and libraries, please refer to the following article. 【Wha... -
Arduino
Arduino-How to use Switch
This article details how to use switches with Arduino. The input state of the switch is read by a program using Digital I/O functions. For other Arduino functions and libraries, please refer to the following article. 【What is Switch?】 ... -
Arduino
Arduino-How to use LED
This article details how to use LEDs (Light Emitting Diode) with Arduino. Blinking LED is programmed in the Digital I/O functions. For other Arduino functions and libraries, please refer to the following article. 【What is LED (Light Emi... -
Arduino
Arduino Language Reference: Functions and Libraries
This article introduces the Arduino language reference. Please refer to the linked articles for detailed explanations and sample programs (sample sketches) for each standard function and standard library. 【Data Types】 Data TypesRangeBi... -
Arduino
Arduino IDE-How to Write Program on the Arduino Board
This article details how to write programs to an Arduino board with the Arduino IDE. 【Preparation for Program Writing】 1 Connect the Arduino board(Arduino Uno) to the PC using the Arduino IDE with a USB cable. 2 Start the Arduino IDE. ... -
Arduino
Arduino IDE-Download and Install
Arduino is an open source microcontroller board for both hardware design and software products. This article details how to download and install the Arduino IDE for Arduino firmware development. 【Arduino IDE Operating Environment】 The ... -
Arduino
Arduino Nano Every Specifications/Functions
In this article, we will explain in detail the specifications and functions of Arduino Nano Every. The Arduino Nano Every is an even smaller Arduino board compared to the Arduino Micoro. It can be used by inserting it directly into the b... -
Arduino
Arduino Due Specifications/Functions
In this article, we will explain in detail the specifications and functions of Arduino Due. Compared to Arduino Uno, Arduino Due has more memory and I/O, and its clock speed is about 5 times higher. However, unlike other Arduino boards, ... -
Arduino
Arduino Mega 2560 R3 Specifications/Functions
In this article, we will explain in detail the specifications and functions of Arduino Mega 2560 R3(Arduino Mega 2560). The Arduino Mega 2560 has a lot more memory and I / O than the Arduino Uno. 【Arduino Mega 2560 Specifications】 Tech...