Search Results for led

Real time clock with DS1302

Real time clock with DS1302 is designed using Arduino Uno. About DS1302 The DS1302 is a trickle-charge timekeeping chip containing a real-time clock/calendar and 31 bytes of static RAM. It communicates with a microprocessor via a simple serial interface. The…

Seven segment display counter

A seven segment display is typically used to display numbers from 0-9. It consists of 7 bar segments and a dot( 8 Segments). They are numbered A to F and DP for the dot or decimal place. There are 2 types…

Bicycle USB Charger

This circuit has been developed to add a USB charging port to a bicycle for charging a mobile phone. The input supply for the circuit is produced by a dynamo (6V, 3W dynamo) in the bicycle. The circuit is based…

Light Sensor using Arduino

Introduction In this project, a simple light sensor is designed using LDR. The project is built around Arduino. Components required Arduino UNO Light Dependent Resistor (LDR) 100 KΩ POT Buzzer Circuit Diagram Working A 100 KΩ POT and the LDR…

What is Omega 2 Board?

Omega 2 board is the development boards from Onion. It comes packed with built-in Wi-Fi and on-board flash storage. You do not have to worry about buying Wi-Fi dongles or installing operating system images onto external SD cards. Using the…

Make your own Li-ion power bank

Introduction There are many ways to make a Li-ion power bank. We will here use 3.7v Li-ion rechargeable battery and few other modules. You can purchase the battery from ebay or Aliexpress or extract from your old laptop battery. This power…

Servo Motor Control using Arduino

Following post will explain Servo motor control using Arduino UNO 3. Servo motors have three wires: power, ground, and signal. The power wire is typically red, and should be connected to the 5V pin on the Arduino board. The ground…