32 bit Arduino

Anyone seen this yet? Looks like a "power Arduino"

Looks like it doubles the inputs and quadruples the speed and memory, all while using the same IDE and hardware form factor meaning it can take existing shields.

http://www.eetimes.com/electronics-blogs/other/4216245/Microchip-s-32-bit-Arduino-clones-are-mega-cool?cid=NL_EELife

http://www.digilentinc.com/Products/Catalog.cfm?NavPath=2,892&Cat=18

Video: - YouTube

These boards have been posted about earlier (there was a thread somewhere on here) - its nice to see that you can download the IDE now (though I am wondering if the Linux version will run on 64-bit Linux).

The thing that bothers me is whether by having this higher performance (and lower cost) option, if people will go for it, rather than the standard 8-bit version - in order to simply throw more hardware at a problem which could be better solved with another design. I mean, right now (well, maybe "before") you didn't have much of an option, except for the Mega (or Sanguino) - the lower power forced you to come up with unique and innovative solutions to certain issues. I just wonder if we might see a "code bloat" or "hardware bloat" that is just there to cover for sloppy design (both software and hardware).

Don't get me wrong - more powerful hardware might and probably will lead to even more interesting things coming out for the Arduino; I just don't think the full capabilities of the current "low-end" ATMega328 have been fully exploited.

My only other "gripe" is that the Pic32 doesn't come in DIP form (can't expect it too, either). While nothing beyond the 644 does either, at least that is still an option available (though most people probably don't do standalone designs - so maybe it won't matter for most)...

:slight_smile:

Thanks for putting things into some perspective. I had not heard of these. I agree that this could be overkill for a lot of projects. Heck, the 328 is WAY too overkill for most projects I'm planning on soon. I've been meaning to play with the ATtiny's since they would do a lot of what I would want to do but 328's are just so easy and cheap so I haven't yet.

But I have a friend who has a big lighting project he's working on and the expanded I/O and increased memory would be perfect for him.

While nothing beyond the 644 does either, at least that is still an option available (though most people probably don't do standalone designs - so maybe it won't matter for most)...

The Atmel ATmega1284 DIP says hi.

Lefty

retrolefty:

While nothing beyond the 644 does either, at least that is still an option available (though most people probably don't do standalone designs - so maybe it won't matter for most)...

The Atmel ATmega1284 DIP says hi.

Lefty

I thought the 1284 was SMT - maybe I am thinking of the 1280? Hmm - I'll have to look that up (is it a monster package like the 68000?)...

re: the 1284, check this out: http://arduino.cc/forum/index.php/topic,61126.0.html

Yes indeed - I am checking my labeling and then ordering the first set of bare boards to check them out!

Hmm - 40 pin - well, at least that is manageable, unlike the 68000 (if you've never seen the Motorola 68000 processor used in the Amiga - that's one big DIP IC!)...

You should have seen the 87C451 I sent to Liudr - that was a monter too! Think it had 8 -bit ports, plus power, ground, crystal pins, etc.

CrossRoads:
You should have seen the 87C451 I sent to Liudr - that was a monter too! Think it had 8 -bit ports, plus power, ground, crystal pins, etc.

Can't find a datasheet for it - is it a 40 pin? The 68000 was a 64 pin DIP IC (I think 0.600 width, too). Simply a huge chip...

I had one, took me ages to find it.
Like this, but in a DIP
http://www.datasheets.org.uk/pdf-datasheets/Datasheets-25/DSA-491547.html
Signetics I think. Was pain in the butt finding it. I think I sent liudr a copy of it, it was the only one I had and I might have deleted the datasheet after that.

Some benchmark stuff.