Saturday, April 27, 2013

4. Whats the purpose of this project?

Generally in Matrix Pilot Gentlenav code, programming is done as such that when we switch to the autopilot (loiter waypoint) mode 3 things happen:
  1. One waypoint is loaded in the program.
  2. The drone or U.A.V. tries to cross or achieve that point.
  3. But due to the coding (and the waypoint radius) the U.A.V. sometimes crosses or hovers around the loaded single waypoint (forming a bee 8 sometimes on it). But it never perfectly loiters around that waypoint which might cause too much difficulties (both manually and logically) for our camera on the U.A.V. This might prevent the camera from focusing on the target waypoint all the time.
  4. Also to create a program for the safety if our U.A.V. In this as soon as there is a specific amount of battery left, our U.A.V. will automatically return to the home-point so as to avoid crash-landing/being lost.
Me and Colleagues' Job: To design a code in C language (which we are using to program our PIC micro-controller) so that the U.A.V. perfectly circles the waypoint loaded by the user (and possibly no more information is required).

3. Hardware being used - till now

First we will make a testing kit with dsPIC30F4011/4012 and program it with our test programs with the help of MPLab software and PICKit V2.





2. Software used for the U.A.V.

  1. X-Plane 9 - demo version
  2. MPLab IDE V8.90
  3. Proteus 6.0 or 7.0 (for basic PIC 16 or 18)
  4. PIC C Compiler
  5. Dev - C++
  6. Real-Term Serial Capture Program
  7. Happy kill more G.C.S. (Ground Control Station)
  8. SiRF G.P.S. Software

1. My first serious project - Unmanned Aerial Vehicle

Hi! I am Manya Sharma and I live in Chandigarh, India.

First things first - What is an Unmanned Aerial Vehicle or an U.A.V?

An Unmanned Aerial Vehicle (U.A.V.) is an aircraft that has the capability of autonomous flight, without a pilot in control. Amateur U.A.V.s are non-military and non-commercial. They typically fly under “recreational” exceptions to F.A.A. regulations on U.A.V.s, so long as the pilots/programmers keep them within tight limits on altitude and distance. Usually the U.A.V. is controlled manually by Radio Control (RC) at take-off and landing, and switched into G.P.S.-guided autonomous mode only at a safe altitude.

It is also commonly known as a drone, is an aircraft without a human pilot on board.

There are a wide variety of drone shapes, sizes, configurations, and characteristics. Historically, U.A.V.s were simple remotely piloted aircraft, but autonomous control is increasingly being employed.

They are now deployed professionally for military applications and are also use in a small but growing number of civil applications, such as policing, firefighting, and nonmilitary security work, such as surveillance of pipelines. U.A.V.s are often preferred for missions that are too "dull, dirty, or dangerous" for manned aircraft.