RC India

RC Models => Self-designed, DIY and College Projects => Topic started by: rram39600 on February 14, 2014, 08:53:48 PM



Title: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: rram39600 on February 14, 2014, 08:53:48 PM
i dono how to program this board if someone knowspls help to program the board


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: nairitb on February 14, 2014, 08:59:23 PM
You have to give details of the microprocessor chip used in the board. And if possible, the model number of the board. Then someone can help


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: rram39600 on February 14, 2014, 09:01:11 PM
chip model is atmega328

this is the product details: https://www.sparkfun.com/products/8785 (https://www.sparkfun.com/products/8785)


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: rram39600 on February 14, 2014, 09:02:05 PM
programming is possiable i dono where to plug the FTDI CABLE in the board


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: nairitb on February 14, 2014, 09:11:44 PM
Check this out:

https://www.sparkfun.com/products/9717 (https://www.sparkfun.com/products/9717)

You probably need to connect your FTDI CABLE in the slot as shown in the attached picture


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: rram39600 on February 14, 2014, 09:17:42 PM
no that is to fix the gps


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: SideWinder on February 14, 2014, 09:47:03 PM
What do you wanna program it for? This a legacy board which has been discontinued. And think it was only for fixed wing plane.

http://diydrones.com/profiles/blogs/ardupilot-main-page (http://diydrones.com/profiles/blogs/ardupilot-main-page)
http://code.google.com/p/ardupilot/wiki/ArduPilot (http://code.google.com/p/ardupilot/wiki/ArduPilot)

Attached image for ftdi pins marked by green box( 6 pins).




Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: speedracer on February 14, 2014, 10:03:17 PM
This looks like a Copy of Arduino uno or arduino Mega board
Try downloading the arduino software from www.Arduino.co.cc (http://) and use the example codes given in it.


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: rram39600 on February 15, 2014, 09:12:01 AM
we can use this board for quadcopter.........?


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: SideWinder on February 15, 2014, 10:46:27 AM
Not for quadcopter. Read more at wiki link posted earlier for more details, infact you should have read it before getting the board.


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: anwar on February 15, 2014, 09:06:05 PM
Hmm, I believe I messed with this some time back. And yes, I had to solder in the FTDI headers. Did not take the project to completion, gave it away.

Start reading from this post :

http://www.rcindia.org/multirotors/quadrotor-build-thread/msg22282/#msg22282 (http://www.rcindia.org/multirotors/quadrotor-build-thread/msg22282/#msg22282)

See the below post for a video of a header soldered into the IMU board for FTDI.

http://www.rcindia.org/multirotors/quadrotor-build-thread/msg25381/#msg25381 (http://www.rcindia.org/multirotors/quadrotor-build-thread/msg25381/#msg25381)


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: SideWinder on February 15, 2014, 10:15:46 PM
Anwar,the board you used was not an auto pilot system, but an "inertial measurement unit", which can be used in multirotors too.

http://store.3drobotics.com/products/arduimu-v3 (http://store.3drobotics.com/products/arduimu-v3)

While the one being discussed here has autopilot system,but for fixed wings only.



Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: anwar on February 15, 2014, 10:30:24 PM
Not sure where the confusion is. I even called out the "inertial measurement unit" you put in quotes in this post on the same thread !

http://www.rcindia.org/multirotors/quadrotor-build-thread/msg22504/#msg22504 (http://www.rcindia.org/multirotors/quadrotor-build-thread/msg22504/#msg22504)

I made it clear in my above post that it is an IMU, but needed soldering of additional headers before I could connect an FTDI cable to it.

Many boards that come from the DIYDrones guys need this kind of soldering before they can be used. There are links to the software and some discussion around programming these (both are Adruino based) in that thread also. That is the point.


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: SideWinder on February 15, 2014, 10:46:54 PM
He wants to use it for quadcopters, which is what I was talking about. Meanwhile the board you pointed out can be used for quadcopters while this cant be. And I think his intention was to use it for multirotors.

Yes the pins may have to be soldered, if its not the board shown in the image; but was not talking about that in my previous post.


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: anwar on February 15, 2014, 11:14:30 PM
And I wasn't talking about using his board for multi-rotors. Just wanted to show FTDI connections on such boards.

Although if you think about it, it has additional sensor inputs and with some additional parts (a 6DOF IMU?) and DIY, one could possibly use this for a multicopter. The effort involved would be highly questionable, unless someone wants to enjoy the hacking.

More on using the board posted by the OP.

https://code.google.com/p/ardupilot/wiki/SolderingBoard


Title: Re: ArduPilot - Arduino Compatible UAV Controller w/ ATMega328
Post by: SideWinder on February 16, 2014, 11:37:02 AM
Yes, its doable. Easier way out would be getting an APM 2.5 clones available at 50-55$, if OP just wants to assemble a multirotor.

http://diydrones.ning.com/group/ardupilot-legacy-user-group/forum/topics/arducopter-with-ardupilot-legacy (http://diydrones.ning.com/group/ardupilot-legacy-user-group/forum/topics/arducopter-with-ardupilot-legacy)

No one has documented it online with success yet.