The Arduino DUE was planned to be released near the end of last year according to some of the sites I Googled, so they are definitely being careful.
--
Cef
--
You received this message because you are subscribed to the Google Groups "Connected Community HackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/connected-community-hackerspace/-/pKWTP-xjXfUJ.
To post to this group, send email to connected-commu...@googlegroups.com.
To unsubscribe from this group, send email to connected-community-h...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/connected-community-hackerspace?hl=en.
Its good to see they have gone to an arm chip.
Looking at the pics there seem to be 3 things that interest me for various reason,
1. They have gone to a newer micro usb connector. Good move imho but harder to find cables
2. Whats the 10 pin header just near sda1/aref silkscreen. Some sort of debug port?
3. Whats the 8 pin IC above the word DUE. Some sort of eeprom/flash?
Either way its something else good to play with.
Rob,
Not the 6 pin icsp header, but the black 8 pin IC to its right. Just above
the word due. I'm thinking its some sort of memory.
And also further look at the USB header it may be a micro usb a/b which
suggests they might have USB on the go, over that port.
For what ts worth, ad a distributor for arduino we've been told nothing either of release dates. I was expecting this Due lines to come out around the start of the year but never saw them.
The only info I could get is about the new Leonardo (similar to the Freetronics Leo stick) and a couple of shields.
Looking forward to the new board with an abundance of features, but hoping that the 3v ports don't cause a pause in shield development while the old shields play catch up.
--
Hey Hackers
I am interested in what people would use the ARM for?
I have used ARM like this in the form of Leaf Labs Maple. The thing is, they just don't have enough memory. So you get the advantage of a 32 bit CPU without the memory, so doing large mathematical things becomes difficult. Plus they draw HEAPS more power.
So by all means, ARM is great. ARM in the form of Raspberry Pi and Beagle Bone (both many MB of ram) make sense, but in Arduino / Maple they are tiny (20K, I think maybe 50 in the Arduino?).
Sort of reminds me when I got my first dual socket dual core (4 cores) machine and it only had 1GB of ram in it. I couldn't max out the CPU till I put lots more in. Not really in anyway comparable to this situation, but did cross my mind :-)
So back to my question. What would people be using an ARM for that they can't already do on an AVR for less power and money?
Note: I expect other variants based on this design to come out in the future (not necessarily from Arduino), including some of the Cortex M3 hardware that doesn't appear to be exposed on the DUE (eg: the Ethernet MII interface and the CAN bus for example).