EvilZone

Programming and Scripting => Projects and Discussion => : hppd March 11, 2014, 07:23:35 PM

: Arduino where do I start?
: hppd March 11, 2014, 07:23:35 PM
Hello I've recently got interested in arduino. My end goal is to make a 3g controlled quadcopter together with a friend.

But where do I start, and what is the cost?
: Re: Arduino where do I start?
: Phage March 11, 2014, 08:58:42 PM
I would suggest starting out by reading a little about Arduino on their website. Then look into the different start kits which excists. Then start learning about microcontrollers, transistors, mosphets, capacitors etc.

: Re: Arduino where do I start?
: hppd March 11, 2014, 10:15:10 PM
I would suggest starting out by reading a little about Arduino on their website. Then look into the different start kits which excists. Then start learning about microcontrollers, transistors, mosphets, capacitors etc.
Thx will do :P
: Re: Arduino where do I start?
: Matriplex March 12, 2014, 01:16:06 AM
Although I haven't ever done any actual Arduino programming, from what I've seen the beginning is pretty simple. I saw this video series a bit back and started watching it; he seems like he knows what he's doing.

http://www.youtube.com/watch?v=fCxzA9_kg6s (http://www.youtube.com/watch?v=fCxzA9_kg6s)
: Re: Arduino where do I start?
: Stackprotector March 12, 2014, 10:55:24 AM
Why 3g? I think there are much more fun/easy ways to do rccing with arduino.
: Re: Arduino where do I start?
: hppd March 12, 2014, 10:17:48 PM
So I can go really long distance and can control it from everywhere :P . Still I'm open for suggestions..

And I'm going to start out by buying the beginner kit and makeing some basic projects to get me going
: Re: Arduino where do I start?
: Raavgo March 12, 2014, 11:10:22 PM
To start with Arduino i would recommend their website, but after you got familiar with their API you should move on to plain C and Assembler inside the IDE, especially when you plan such a complex project.

Your Quadcopter has to be able to handle turbulence and he has to be able to notice when he is falling down so he can prevent damage. (e.g. you let him fall and he prevents the collision by turning on the rotors).


For your Quadcopter you going to need knowlegde of:
This is not a easy project you chose, at my Institute it was a diploma project last year and they worked 1 year on it (I think they were 3 Students), but it is manageable  if you really but some time in it.

If you got any question regarding Arduino I might be able to help you, I currently fool around with an arduino for my diploma project ( although I do something completely different (RFID- Door Lock with authentication mechanism) )
: Re: Arduino where do I start?
: hppd March 13, 2014, 06:35:49 PM
To start with Arduino i would recommend their website, but after you got familiar with their API you should move on to plain C and Assembler inside the IDE, especially when you plan such a complex project.

Your Quadcopter has to be able to handle turbulence and he has to be able to notice when he is falling down so he can prevent damage. (e.g. you let him fall and he prevents the collision by turning on the rotors).


For your Quadcopter you going to need knowlegde of:
  • sensoric (handling of turbulences and collision prevention)
  • signalprocessing (digital or analog whatever you prefer)
  • communication of a arduino with the internet (don't use a shield this will get it heavier, so the motors have to turn faster to fly -> electricity is wasted and the battery will get low sooner )
This is not a easy project you chose, at my Institute it was a diploma project last year and they worked 1 year on it (I think they were 3 Students), but it is manageable  if you really but some time in it.

If you got any question regarding Arduino I might be able to help you, I currently fool around with an arduino for my diploma project ( although I do something completely different (RFID- Door Lock with authentication mechanism) )

What can I use then instead of a shield? I'm not planning to learn ASM too confusing for my simple brain :P. Also I was kinda hopeing there was open source quadcopter code that I could tweak to my likings after learning the API. I'm defenetly not skilled enough to do this from scratch. My physics, and mathematics are way too weak for that (still in high school and haven't had physics for 2 years ony seen the very basics). But I am quite inventive so that's a plus.