RC India
Welcome Guest, please login or register.
 
Pages: [1]   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools Topic Tools 
Read
« on: June 23, 2015, 03:47:09 PM »
ghoshatanu56
Plane Lover
Senior Member
***

Reputation Power: 3 
ghoshatanu56 has no influence.
Offline Offline

City: Kolkata
State: West Bengal
RC Skills: Beginner
Posts: 144
Join Date: Jul, 2011




I want to know if anybody has tried to port mutiwii or ardupilot to more capable,32 bit arduino due.i say it is more capable because it has more powerful interrupt handling capabilities than atmega 328 or atmega 2560.if yes then can somebody please give me some link to the code.and i choose ardupilot or multiwii because they have gcs
« Last Edit: June 23, 2015, 03:55:57 PM by iamahuman » Logged
 

Read
« Reply #1 on: June 23, 2015, 04:14:26 PM »
SP-KART
Plane Lover
Active Member
**

Reputation Power: 1 
SP-KART has no influence.
Offline Offline

City: Bangalore
State: Karnataka
RC Skills: Intermediate
Posts: 16
Join Date: Jun, 2015



Hi Shantanu.. If you need any adruino products please feel free to go through our website. http://sp-kart.com. You will find many types of adruino products and parts.  Wink
Logged
 

Read
« Reply #2 on: June 23, 2015, 05:25:05 PM »
saikat
Plane Lover
Forum Hero
*****

Reputation Power: 14 
saikat has no influence.
Offline Offline

City: Tezpur
State: Tripura
RC Skills: Expert
Posts: 1130
Join Date: Jul, 2009



multiwii has been ported to 32 bit - check out baseflight and cleanflight.
the  platform used is stm32 which is quite a bit cheaper than the Atmel SAM platform used
in the arduino due.

Logged

 

Read
« Reply #3 on: June 23, 2015, 05:57:08 PM »
jayeshjain88
Heli Lover
Senior Member
***

Reputation Power: 2 
jayeshjain88 has no influence.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Intermediate
Posts: 141
Join Date: Jul, 2009



Rather port Pixhawk's PX4. It would give you much more advantage and would be really easy to port.

PX4 run on NuttX. px4 has support for lot of processors. Even Intel. Pixhawk has ARM Cortex M4, and arduino due M3.

NuttX has a ready port available for Arduino Due. So i don't think porting Pixhawk would be that difficult. Though i haven't seen entire PX4 code.
http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/arduino-due/README.txt

Though what you are talking about is done by some people. But none has able to show much advantage over arduino mega.
https://github.com/Jake-S/ArDuePilot <- this code runs at 150hz
Logged
 

Read
« Reply #4 on: June 23, 2015, 06:20:38 PM »
saikat
Plane Lover
Forum Hero
*****

Reputation Power: 14 
saikat has no influence.
Offline Offline

City: Tezpur
State: Tripura
RC Skills: Expert
Posts: 1130
Join Date: Jul, 2009



Good link Jayesh - I did not know about the 2nd one
Logged

 

Read
« Reply #5 on: June 23, 2015, 10:33:59 PM »
ghoshatanu56
Plane Lover
Senior Member
***

Reputation Power: 3 
ghoshatanu56 has no influence.
Offline Offline

City: Kolkata
State: West Bengal
RC Skills: Beginner
Posts: 144
Join Date: Jul, 2011



THANKS EVERYBODY,BUT THESE WERE NOT THE WORK I WAS LOOKING FOR.WHAT I WAS EXACTLY LOOKING FOR IS SOME THING WHICH HAS BEEN WRITTEN IN ARDUINO LANGUAGE .
@saikat  BOTH BASEFLIGHT AND CLEARFLIGHT SEEMS TO HAVE BEEN WRITTEN IN STM STUDIO OR OTHER NON ARDUINO LANGUAGE,WHICH I AM NOT FAMILIAR WITH.
@jayeshjain88 AGAIN PX4 SEEMS ALIEN TO ME
Logged
 

Read
« Reply #6 on: June 23, 2015, 10:39:36 PM »
akshay550
Plane Lover
Active Member
**

Reputation Power: 1 
akshay550 has no influence.
Offline Offline

City: Delhi
State: Delhi
RC Skills: Intermediate
Posts: 72
Join Date: Jan, 2015



Pix hawk is my favorite. Its crisp n clear , but at same time frustrating to compile
Logged
 

Read
« Reply #7 on: June 23, 2015, 10:42:27 PM »
akshay550
Plane Lover
Active Member
**

Reputation Power: 1 
akshay550 has no influence.
Offline Offline

City: Delhi
State: Delhi
RC Skills: Intermediate
Posts: 72
Join Date: Jan, 2015



I want to know if anybody has tried to port mutiwii or ardupilot to more capable,32 bit arduino due.i say it is more capable because it has more powerful interrupt handling capabilities than atmega 328 or atmega 2560.if yes then can somebody please give me some link to the code.and i choose ardupilot or multiwii because they have gcs


I would say no, never seem to know anyone else.
For gcs part many other options are there.
Due cortex m3 is OLD. Cortex m4 (f) is new try for it n let me know
Logged
 

Read
« Reply #8 on: June 23, 2015, 10:52:17 PM »
jayeshjain88
Heli Lover
Senior Member
***

Reputation Power: 2 
jayeshjain88 has no influence.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Intermediate
Posts: 141
Join Date: Jul, 2009



https://github.com/Jake-S/ArDuePilot
Last link i shared is a arduino sketch port of ardupilot

Btw arduino is no language. It's c only. Arduino is nothing but a gcc c compilor. Setup and loop functions that you use in arduino are actually called in main() funtion. it would be very difficult to port code if you are not aware with detail working of gcc. Ardupilot code is not as simple writing a arduino sketch.

Having said that, it's not that difficult to port. It would just need your time. And in the process you will learn lot of things.

You should first study about details of how arduino works and how code for atmega is written in gcc.
Logged
 

Pages: [1]   Go Up
Jump to: