Saturday, 17 November 2012

Check out tutorials on YouTube

Links for the tutorials provided on YouTube to build your very own quadcopter.

Basic Quadcopter Tutorial 1: http://www.youtube.com/watch?v=7DHoLYf5pMA
Basic Quadcopter Tutorial 2: http://www.youtube.com/watch?v=3xZyJGYmRxw
Basic Quadcopter Tutorial 3: http://www.youtube.com/watch?v=5Qf72c4i0WM
Basic Quadcopter Tutorial 4: http://www.youtube.com/watch?v=DZGw1ibYFR4
Basic Quadcopter Tutorial 5: http://www.youtube.com/watch?v=0aLX81YYQ6o
Basic Quadcopter Tutorial 6: http://www.youtube.com/watch?v=YRNbBiLSDX4
Basic Quadcopter Tutorial 7: http://www.youtube.com/watch?v=vm8ny1sbxGU
Basic Quadcopter Tutorial 8: http://www.youtube.com/watch?v=IUogtrZlH70

Hope this helps. ENJOY!!!!

Wednesday, 14 November 2012

Join our Group @ Facebook

You can join our group "All about QuadCopters" @ facebook.com. A platform where you can put up your questions and provide inputs at the same time. A place where you can share your new ideas with the entire group.

Link To Our Group: http://www.facebook.com/groups/185727248223491/

Tuesday, 13 November 2012

I have provided a link for the quad-copter report, which will provide you with most of the information required for building a quad-copter. Also will try to update the blog as soon as possible. 

Friday, 14 September 2012

Sorry guys, we have not been able to update our blog as promised. We will try to update is as soon as possible. 

Sunday, 3 June 2012

At first everything felt completely bizzare .We had no clue how things would work and would we finally give up on the project.It seemed completely impossible as if some one(our HOD) had asked us to pluck a tooth out of a crocodile's mouth.We had thought of going back to the HOD's office to request a change of project.

But there was somewhere a gut feeling why not just give it a try."I MEAN THERE IS NO HARM,WE HAVE QUITE SOME TIME IN HAND.LETS GO FOR IT!!!". Very truly said instincts are an untaught ability which tell us what to do before our head actually figures it out.So we just gave the whole thing a shot and the journey began.

Now the biggest question where to start from?And possibly there is only one answer GOOGLE!
Search "What is a Quad-copter".Go through the search results on the first page and the videos on YouTube, and end of the day it will seem as if you were asked to re build a SPUTNIK to land on moon.But all of it was very inspiring.

So keeping all that apart start from the basics,forget about the quad-copter.First started working on a Micro Controller from the basics.We choose the opensource ARDUINO platform.So lets start.


WHAT IS ARDUINO?



It's an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.

Arduino can be used to develop interactive objects, taking inputs from a variety of switches or sensors, and controlling a variety of lights, motors, and other physical outputs. Arduino projects can be stand-alone, or they can be communicate with software running on your computer (e.g. Flash, Processing, MaxMSP.) The boards can be assembled by hand or purchased preassembled; the open-source IDE can be downloaded for free.

Arduino hardware is programmed using a language very similar to C++ with some slight modifications and an IDE(Integrated Development Environment) based on Processing.Being very similar to C++ it becomes a lot easier to code than in assembly language.