Skip to main content

What is an Arduino?

Introduction

Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board.
The Arduino platform has become quite popular with people just starting out with electronics, and for good reason. Unlike most previous programmable circuit boards, the Arduino does not need a separate piece of hardware (called a programmer) in order to load new code onto the board – you can simply use a USB cable. Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks out the functions of the micro-controller into a more accessible package.
alt text
This is an Arduino Uno
The Uno is one of the more popular boards in the Arduino family and a great choice for beginners. 

Comments

Popular posts from this blog

Full Wave Bridge Rectifier With Capacitor Filter

 Full Wave Bridge Rectifier With Capacitor Filter The voltage obtained across the load resistor of the full-wave bridge rectifier described above has a large amount of ripple. A capacitor filter may be added to smooth-en the ripple in the output, as shown below. Figure 21: Full wave Bridge rectifier with capacitor filter The rectifier circuits discussed above can be used to charge batteries and to convert AC voltages into constant DC voltages. Full-wave and bridge rectifier are more commonly used than half-wave rectifier.

BLDC Motor Driven Solar PV Array with Battery Fed Automatic Irrigation System Employing Zeta Converter

Objective The main objective behind this project is to design a simple, cost effective and efficient brushless DC (BLDC) motor drive for solar photovoltaic (SPV) array fed water pumping system. The project includes automatic changeover circuit to switch power source between solar panel and battery based on the presence and absence of light. The pump works on the signals received by the sensors used for automatic irrigation system. Abstract This project proposes a simple, cost effective and efficient brushless DC (BLDC) motor drive for solar photovoltaic (SPV) array fed water pumping system. A zeta converter is utilized in order to extract the maximum available power from the SPV array. The proposed control algorithm eliminates phase current sensors and adapts a fundamental frequency switching of the voltage source inverter (VSI), thus avoiding the power losses due to high frequency switching. No additional control or circuitry is used for speed control of the BLDC motor. The

SMART HOME AUTOMATION USING DTMF

1. INTRODUCTION We use many different types of communication in control applications to control home appliances, industrial appliances, and other type of automation. There are two types of communication that is we generally use - one is wired and other one is wireless. In wireless communication we transmit signal wirelessly, like using radio frequency (RF) and in wired communication in which we use wires like copper wire. In this project “DTMF Based Home Automation System” we are going to control our home appliances wirelessly. Other important feature of this project is, that we are not going to use any microcontroller in it. . The remote control used in home automation systems, is a wonderful feature that everyone would like to enjoy, if they were not expensive to install, maintain, and able to be use from long distance. With such automation one can switch ON and OFF lights, Ac etc. from a remote distance. In our project we have tried to implement this home automation technique u