Highly Anticipated 32-bit "Due" due When?

Same here, the faster processor would be so useful. Could try some super sweet stuff.

I carefully watched Massimo Banzi's presentation he personally gave May 19th, 2012, at Maker Faire (link below). I paid extra attention to the topic related to the 32-Bit "Due" and I heard two very important points: 1) the "Due" will be out some time in June, and 2) the price will be cheaper than a Mega (retails $65 USD at adafruit.com).

The Due is almost 3 months late assuming Banzi meant June 2012 and not 2013. I don't have a problem with Arduino keeping their product lines and release dates close to their chest. But if you make a public announcement, as was done in two Maker Faires, and you announce a release date, then it becomes a commitment and commitments must be honored. Missing a commitment is not serious if an explanation is issued. The Arduino founders and product lines are the best, and frankly, inspirational. I see Banzi as the Steve Jobs of open source microcontrollers. I'm sure one of the founders will do the right thing and give the Arduino community an update. Thank you.

http://fora.tv/2012/05/19/Massimo_Banzi_The_State_of_Arduino

Fingers crossed that something will be announced a the N.Y. Maker Faire at the end of the week.

When is that maker faire? Today, Tomorrow?

EDIT: 14 and change days from this post. I had mistaken days for hours.

http://makerfaire.com/newyork/2012/index.html

The MF site says 14 days to go, starts on the 29th.


Rob

While everybody is waiting for the Due, You could back this project on kick starter
http://www.kickstarter.com/projects/kuy/galago-make-things-better?ref=category

Doesn't look like he needs much help now :slight_smile:

Nice board.


Rob

Yea, it's already completely funded, but its still a good ARM-3 board

Any first person accounts of this Due presentation?
http://makerfaire.com/pub/e/9584

They announced the Due will be released on Oct. 22. There will be an updated IDE to support the Due and all of the other Arduino boards. The announcement said the IDE will make it much easier to support new tool chains and thus add support for new hardware going forward. Not a lot of detail yet. There will also be a new program called " Arduino at Heart" to be something like the Intel Inside program. It's to allow products to show they are using Arduino at the heart of there product.

I was kind of hoping they would use a seperate IDE to support the Due rather then shoehorn it into the 8 bit IDE, and therfore subject us 8 bit users to all the new bugs and 'features' the new intergated IDE will surely have.
"Aduino at Heart", sounds kind of corny to me, but I never did understand the marketing side of this business.

Lefty

Provided the new IDE will sit alongside the older versions, as they do now, that shouldn't be too much of a problem.

(also, this is supposed to be using the same structure that has been used in ChipKit (PIC32) for a while now, and more recently for Teensy3. The Arduino IDE has been moving toward this multi-platform capability rather gradually, and I wouldn't expect any major problems.) (Though some people rightfully complain about the increased size of the download...)

Did they announce the important details yet (price, what Arm chip is used as the base, what is the clock speed, what is the power draw, how much memory does it have, how many digital/analog/pwm pins exist)? I would have expected arduino.cc/en/Main/Hardware/ to have a new entry for the Due within minutes of the announcement being over.

Well it's been a day now and not a single hard fact, screen shot of an IDE, or anything. So we are still none the wiser, what was the point of the talk at the MF?


Rob

westfw:
(also, this is supposed to be using the same structure that has been used in ChipKit (PIC32) for a while now, and more recently for Teensy3.

Actually, for Teensy 3.0 I've been using the 1.0.1 IDE with only very minor tweaks, mostly adding options to boards.txt to change things like "avr-gcc" to to "arm-none-eabi-gcc" and extra options to be given to the compiler and an option specify the toolchain base path. Then I just put a generic arm-none-eabi toolchain in hardware/tools. If anyone's interested to see that modified IDE code, or the ARM-specific core library, just ask.

When they do release another IDE, of course I intend to add support for it.

MichaelMeissner:
Did they announce the important details yet (price, what Arm chip is used as the base, what is the clock speed, what is the power draw, how much memory does it have, how many digital/analog/pwm pins exist)?

The beta test boards given to various developers several months ago had the SAM3X8E chip. Shortly after the Maker Faire in San Mateo, many detailed photos appeared online. Here's a link:

http://robotgrrl.com/blog/2012/05/25/arduino-due-up-close-pics/

The SAM3X8E is pretty amazing piece of silicon. It has about 100 I/O pins (presumably 86 will come to the Mega-form-factor locations), 512k flash, 96k ram, high-speed USB, a fast 12 bit A/D, 2 channel D/A, ethernet mac, and an incredible number of other built-in peripherals. The A/D has 15 channels. There appear to be many PWM pins, some from timers, some from a dedicated PWM generator. The ARM core speed is 84 MHz. The datasheet has some power consumption info on page 1399... basically 76 mA with the core at 1.8 volts, running in the fastest mode.

Of course, this is merely from the chip that was on those boards months ago, not any recent info, but it seems unlikely they'd switch to another chip at this late stage.

Arduino Due is going to be a pretty awesome piece of hardware!

Paul is correct. If I heard correctly, the SAM3X8E is the chip on the Due.

They said it would sell for 49 USD.

It is being shipped to all the regular distributors, so that it will be available to buy on Oct. 22

They said the cause of delay was the wait for the availability of the chip.

LOL, that's the exact same cause for my delays on Teensy 3.0!

Yes the SAM3X8E is a good-looking chip, they did change once before (from the 3U IIRC) but I doubt that would have happened again. I've been looking at the X8E since those photos appeared.

So we do know the chip being used, but nothing else. So apart form giving us a date, something that could be done on a blog or even here on the forum, what was the point of the presentation?

Anyone see it that can explain what was explained?


Rob