Which version of ARM does this use?
Datasheet: http://www.atmel.com/Images/doc11057.pdf
11–20 of 38 posts
Which version of ARM does this use?
Datasheet: http://www.atmel.com/Images/doc11057.pdf
Which version of ARM does this use?
Atmel SAM3X8E ARM Cortex-M3 CPU Datasheet: http://www.atmel.com/Images/doc11057.pdf
This should really help lower the entry cost of using Ethernet in DIY devices, which I think is cool.
Earlier quoted context omitted.
Atmel SAM3X8E ARM Cortex-M3 CPU Datasheet: http://www.atmel.com/Images/doc11057.pdf
Seeing that the SAM3X has on-board Ethernet, but the Due doesn't have a port, I hope someone either builds a clone that does, or builds a simple (compared to current Ethernet shields) shield that adds the port. This should really help lower the entry cost of using Ethernet in DIY devices, which I think is cool.
http://www.st.com/internet/evalboard/product/252419.jsp
This is also a ARM Cortex board but it's $15 and in stock everywhere. (I think it's more powerful and has more features than the Due, but I haven't checked in detail. At $15, though, it can't be beat. And there are less powerful boards in the series that are even cheaper!)
€60 for shipping to US seems a little much for shipping 60 grams taking a week. Sadly none of the distributors seem to have it yet. Seems like we'll have to wait a little while longer still.
I'm sure SparkFun or some other American based company will import in bulk so you can get it cheaper from them.
Earlier quoted context omitted.
Atmel SAM3X8E ARM Cortex-M3 CPU Datasheet: http://www.atmel.com/Images/doc11057.pdf
How does using an ARM CPU go with the fact that Arduino is open source hardware (while Cortex M3 isn't) ?
(I'll give you that ARM is more patent-encumbered.)
Earlier quoted context omitted.
Seeing that the SAM3X has on-board Ethernet, but the Due doesn't have a port, I hope someone either builds a clone that does, or builds a simple (compared to current Ethernet shields) shield that adds the port. This should really help lower the entry cost of using Ethernet in DIY devices, which I think is cool.
The Ethernet PHY is actually rather expensive, around $20. That's why the cheap dev boards don't have it.
[1]: http://arduino.cc/blog/2012/06/28/android-adk2012-is-here/
You might also consider a STM32F4DISCOVERY board: http://www.st.com/internet/evalboard/product/252419.jsp This is also a ARM Cortex board but it's $15 and in stock everywhere. (I think it's more powerful and has more features than the Due, but I haven't checked in detail. At $15, though, it can't be beat. And there are less powerful boards in the series that are even cheaper!)
Another alternative would be TI's Stellaris line. They have an inexpensive "launchpad" dev board: http://www.ti.com/ww/en/launchpad/stellaris_head.html?DCMP=s...
The downside to both of these is that they lack the ecosystem that makes Arduino magical.
Before the Due, the Maple board came out to provide an ARM board for the Arduino software: http://leaflabs.com/devices/maple/
As a side note, if anyone has experience working with the wireless version of the STM32 (the STM32W), I'd love to hear from you. I'm considering it for another product, but don't want to bother if there are serious problems or if the RF side doesn't work well.