Sunday, February 21, 2016

10 Famous Garage Startups that led the world

Amazon Garage#1 Amazon

Jeff Bezos founded Amazon.com in 1994 as an online bookstore. At the time, it was completely run out of his garage in Bellevue, Washington.

He sold his first book in July 1995 and issued his IPO two years later in 1997.

Today it’s the world’s largest online retailer.

Address: 10704 NE 28th, Bellevue, Washington

Apple Garage#2 Apple

In 1976, Steve Jobs and Steve Wozniak, ages 21 and 26 respectively, started Apple Computers by selling 50 units of Wozniak’s Apple I Computer at $500 apiece to a local retailer. Jobs took the purchase order to a parts distributor and ordered the parts. “The Steves” and their small team hand-built 50 computers in 30 days from a garage in Cupertino, CA.

Today, Apple is the most valuable technology company in the world.


Address: 2066 Crist Dr, Los Altos, California

Disney Garage#3 Disney

About 45 minutes down the road from Disneyland Park in Anaheim, CA, there’s a house in Los Angeles where The Walt Disney Company got its start.

Friday, January 15, 2016

SPEED CONTROL OF DC MOTOR WITH ARDUINO AND L298 MOTOR DRIVER

PWM  CONCEPT

PWM speed control is a technique of transferring desired average power to the motor driver from arduino microcontroller by increasing or decreasing the pulse width of transferred square wave signal. This is also called a changing of duty cycle of signal of enable pin. This can be done by the pwm function of arduino using analogWrite() function and with the use of potentiometer.
analogWrite(variable,0); means 0% duty cycle
analogWrite(variable,255); means 100% duty cycle
analogWrite(variable, 128); means 50 % duty cycle and so on

look and understand the figure below .

Wednesday, November 25, 2015

USING TV REMOTE WITH ARDUINO TO CONTROL RGB LED

INTRODUCTION

Infrared remote control project is one of the popular projects for arduino lovers. We are here talking about the tv remote. There are various button of tv remote that are not used. Also if we can make this tv remote to control things other than tv than this will be cool and great.
WANT TO LEARN ABOUT ARDUINO AND ARDUINO BASED PROJECT,CLICK HERE..
Arduino is an open source development board which is very good research and learning platform for technical and non technical person. It is very easy and comfortable to use in most of the situation from school project to the professional job. So it gives us knowledge about electronics and help develop idea of all age students. Learning arduino is awesome with enough hardware.
 Infrared remote works on 38khz. Here I used a chinese cheap remote. 

Saturday, November 14, 2015

ULTRASONIC DISTANCE SENSOR WITH ARDUINO

Introduction

Arduino is an open source development board which is very good research and learning platform for technical and non technical person. It is very easy and comfortable to use in most of the situation from school project to the professional job. So it gives us knowledge about electronics and help develop idea of all age students. Learning arduino is awesome with enough hardware 
WANT TO LEARN ABOUT ARDUINO AND ARDUINO BASED PROJECT,CLICK HERE..
Ultrasonic sensor is a very useful electronics sensor by using it we can measure distance and also we can find whether there is block or not in front of the ultrasonic sensor. So it is used in both electronics and robotics field. In robot it is used as block finder or avoiding sensor. 

Tuesday, November 10, 2015

Using Servo Motor with Arduino

if you dont know how to simulate Arduino in Proteus Simulator click here to know or visit my previous post about using arduino in proteus. 

Arduino is an open source development board which is very good research and learning platform for technical and non technical person. It is very easy and comfortable to use in most of the situation from school project to the professional job. So it gives us knowledge about electronics and help develop idea of all age students. Learning arduino is awesome with enough hardware but sometimes we can not have all the component and arduino to research and design a project due to money and many thing so there is a solution of this problem.. We can design and code and test the system even if we dont have enough hardware. Yes we can solve it with computer having arduino IDE and proteus simulator.

WANT TO LEARN ABOUT ARDUINO AND ARDUINO BASED PROJECT,CLICK HERE..
So i tried here to present an idea about the same thing that how can we use arduino in proteus to design and code system.click here


The following tutorial helps you use servo motor with Arduino.

Servo motor and its application

Servo motor is an electronics motor which can only rotate up to 180 degree only.

Saturday, September 26, 2015

BIDIRECTIONAL MOTOR CONTROL USING L293D AND ARDUINO IN PROTEUS

INTRODUCTION

if you dont know how to simulate Arduino in Proteus Simulator click here to know or visit my previous post about using arduino in proteus. 

Arduino is an open source development board which is very good research and learning platform for technical and non technical person. It is very easy and comfortable to use in most of the situation from school project to the professional job. So it gives us knowledge about electronics and help develop idea of all age students. Learning arduino is awesome with enough hardware but sometimes we can not have all the component and arduino to research and design a project due to money and many thing so there is a solution of this problem.. We can design and code and test the system even if we dont have enough hardware. Yes we can solve it with computer having arduino IDE and proteus simulator. 
So i tried here to present an idea about the same thing that how can we use arduino in proteus to design and code system.

Monday, September 21, 2015

INTERFACING LCD WITH ARDUINO IN PROTEUS SIMULATOR STEP BY STEP

Introduction 

Arduino is an open source development board which is very good research and learning platform for technical and non technical person. It is very easy and comfortable to use in most of the situation from school project to the professional job. So it gives us knowledge about electronics and help develop idea of all age students. Learning arduino is awesome with enough hardware but sometimes we can not have all the component and arduino to research and design a project due to money and many thing so there is a solution of this problem.. We can design and code and test the system even if we dont have enough hardware. Yes we can solve it with computer having arduino IDE and proteus simulator. 
WANT TO LEARN ABOUT ARDUINO AND ARDUINO BASED PROJECT,CLICK HERE..
So i tried here to present an idea about the same thing that how can we use arduino in proteus to design and code system. Here is a project LCD interfacing with arduino in proteus . Try it at once and it will help you in big practical projects cause basic is fundamental.