Teensy 3.1 and Arduino Due support?

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
gsenroc
Posts: 10
Joined: Mon Dec 30, 2013 11:45 pm

Teensy 3.1 and Arduino Due support?

Post by gsenroc »

Hi,

I'm not sure whether people have talked about this before but I couldn't find any info, I decided to ask it.

Being thinking about 32bit multiwii for some days, I'm so excited to see some great 32 bit FC on the market like Naze32. But since there are already some 32 bit boards available like Teensy 3.1 and Arduino Due, is there any possibility to support them and make use of the processing power and higher resolution of the pins?

timecop
Posts: 1880
Joined: Fri Sep 02, 2011 4:48 pm

Re: Teensy 3.1 and Arduino Due support?

Post by timecop »

Teensy is too closed source and too obscure to support.
Freescale is a shit MCU.
PJRC is a scammer.

Arduino DUE is dead on arrival.
Sorry, but both of those projects missed the boat.

Also, multiwii code is not written with portability in mind.
Your time would be better spent writing an AVR emulator for <insert 32bit ARM processor here> and then running Multiwii .hex as-is on the said emulator.

c128
Posts: 17
Joined: Tue Apr 07, 2015 2:34 pm

Re: Teensy 3.1 and Arduino Due support?

Post by c128 »

and stm32 nucleo boards?

very cheap price for example stm32 nucleo f401re

Arakon
Posts: 196
Joined: Thu Jul 17, 2014 2:22 pm

Re: Teensy 3.1 and Arduino Due support?

Post by Arakon »

A CC3D that runs Cleanflight (32bit Mwii port) is only 15 bucks from china these days, I doubt you'll get a nucleo + sensor for that price.. besides, the CC3D is tiny.

MHefny
Posts: 18
Joined: Sun Jan 05, 2014 4:27 pm
Location: Cairo, Egypt
Contact:

Re: Teensy 3.1 and Arduino Due support?

Post by MHefny »

Hi
I already converted most of mulwitii code to Arduino DUE
http://diydrones.com/profiles/blogs/mul ... rduino-due

The 3v problem was not an issue, and I used naze32 technique to save preference.

https://youtu.be/pC63jnBSacs

Post Reply