TFT LCD is small color display. It can show text, images, shapes and sensor values. Arduino can control this display. TFT means Thin Film Transistor. LCD means Liquid Crystal Display. We can use Interfacing TFT LCD with Arduino for making projects more interactive. Arduino Coding: Use Adafruit GFX and Adafruit TFT library. Install from Arduino […]
Arduino Projects
Arduino Based Coin Value Identifier Circuit
This Arduino Based Coin Value Identifier Circuit is a simple coin sorting machine. It can detect and sort 2 Rs, 5 Rs, and 10 Rs coins. Each coin type is sensed by different IR sensors. The Arduino reads which sensor is triggered and shows value on LCD. This project is useful for small vending machines […]
Women Safety Alarm Circuit using GPS GSM NodeMCU
This article is for Women Safety Alarm Circuit using GPS GSM NodeMCU. It uses NodeMCU ESP8266 board as brain. GPS module give location. GSM module send SMS to family. One push button used to send alert. Circuit Coding: Coding Explanation: Circuit Working: Parts List: Components Quantity NodeMCU ESP8266 Board 1 GPS Module (NEO-6M) 1 GSM […]
Arduino with Speech Recognition Circuit
This project shows how to control LED with voice using Arduino. We can use speech recognition module with Arduino Nano. It takes voice command. It turns LED ON or OFF based on command. This Arduino with Speech Recognition Circuit is simple project for beginners. Circuit Coding: Coding Explanation: Circuit Working: Parts List: Component Quantity Resistor […]
Simple Arduino IR Remote Control Decoder Circuit
This project show how to read IR remote signals using Arduino. We use TSOP1738 IR sensor. Arduino can detect button press from remote. This project for Simple Arduino IR Remote Control Decoder Circuit is simple and easy for beginners. Circuit Coding: Coding Explanation: Circuit Working: Parts List: Component Quantity Resistor 220Ω 1 Arduino Uno / […]
Arduino GPS Based Speedometer Circuit
Anyone want to check speed of bike, car or any moving vehicle? With Arduino and GPS module we can make small but cheap DIY speedometer. This project for Arduino GPS Based Speedometer Circuit is easy and fun. It shows real-time speed on LCD using GPS satellite data. No need of big or complex sensors only […]