Category: Arduino

  • What is Aurdino?

    What is Aurdino?

    Arduino is the most famous micro-controller among hobbyists and students around the world. Most importantly it is an open source physical computing platform which is based on a small single-board micro-controller and a software for your computer to make programs, download to this board and run them. Best thing about this micro-controller is that you can…

    Continue Reading

  • Controlling DC Motor using Arduino

    Controlling DC Motor using Arduino

    Demonstration This is actually controlling speed of DC motor with potentiometer using  Arduino, where DC motor is supplied by PWM output of Arduino.  You can select from any PWM outputs (3,5,6,9,10,11), it is denoted by “~”  One thing to be kept in mind, Never connect any thing above 5V to any digital output of  Arduino,…

    Continue Reading

  • Power Supplies for Arduino

    Power Supplies for Arduino

    Arduino needs 5v voltage supply to run, There are various ways to feed it. 1. PC USB cable The most simplest is to just connect it with your pc through USB cable wire. The USB of our pcs give a good 5v Supply and arduino is happy with that 🙂 throught this you can also program…

    Continue Reading

  • avrdude Error

    avrdude Error

    This is a very common error found in Arduino Enviroment,avrdude: stk500_getsync(): not in sync: resp = 0x00avrdude: stk500_disable(): protocol error, expect = 0x14, resp=0x00Don’t worry follow the steps and you will be good to go. I had this error in my arduino and got very worried, as I couldn’t find any proper solutions all over…

    Continue Reading