今回は、7セグメントLEDの使い方についてご紹介します。 7セグメントLEDは、デジタルの0~9の数字を表現できるLEDディスプレイです。 本稿ではその基本的な使い方と、応用例としてArduinoを使った電子サイコロの作り方を解説します。 YouTubeでは、7 ...
今回は、Arduinoでの赤外線リモコンの使い方についてご紹介します。 赤外線リモコンとは、身近なもので言えば、TVやエアコンのリモコンです。 赤外線リモコンを使うには、リモコンから送られてくる赤外線信号を受信するための、赤外線受信モジュールが ...
lcd.setCursor(2,0); //set kursor pada LCD, 2 sebagi kolom dan 0 sebagi baris. artiya kursor berada di kolom 2 dan baris pertma lcd.println("LED DIGITAL"); // akan menampilkan di LCD degan geser ke ...
The most popular display system widely used in Arduino projects is the liquid crystal display (LCD). LCD displays consists primarily of two sheets of polarized glass plates with a thin layer of liquid ...
This project uses an RFID module (RC522) to create an access control system with Arduino. The system checks RFID tags against a stored authorized UID and provides visual and audio feedback based on ...
Seven-segment displays and monochrome LCDs are fine for most projects, but some things simply look better in color. [John] over at the Little Bird Electronics blog recently wrote up a tutorial ...