€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.
Take that up with UPS. I ran their shipping calculator for Rome to Dallas and got rates well in excess of that[1], so either they are eating part of the shipping or they have a preferred rate. [1] Cheapest I saw was $109 (83 euros)
Arduino DUE (32 bit) Now Available
21–30 of 38 posts
Re: Arduino DUE (32 bit) Now Available
#22€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.
Re: Arduino DUE (32 bit) Now Available
#23You 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!)
Are there any resources you'd recommend for people trying to choose their development platform? I have specific reasons for liking the cypress system-on-chips (massive i/o, extensive software config capabilities, toolchain support for my intended application of audio/MIDI), but it's hard to size up all the different options.
Re: Arduino DUE (32 bit) Now Available
#24Re: Arduino DUE (32 bit) Now Available
#25You 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!)
It is fascinating to see what the various ARM chip makers have included (or not) on their chips and how. The ST Micro guys seem to 'get' that a lot of RAM is a good thing for prototyping. I've got one of their Butterfly boards (STM32F4DISCOVERY [1]) and the 192K of RAM is nice for doing development work. It doesn't have the Arduino software stack though.
The Stellaris parts seem a bit more resource constrained (I've got one of those too :-) Basically there are a number of different ARM parts that make for easy to use, inexpensive, embedded systems.
On the Due I'm glad they brought out the JTAG connector because you can get a nice JTAG debugging pod (SAM-ICE) which is a relabeled Segger pod for not much money. Getting debug support on something other than windows for some of the other parts is a bit dicey.
[1] http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL...
Re: Arduino DUE (32 bit) Now Available
#26Re: Arduino DUE (32 bit) Now Available
#27You 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!)
I actually wrote a set of drivers, libraries and a build system to allow easy prototyping (like Arduino) but also enable access to the more complex features of the SoC.
Re: Arduino DUE (32 bit) Now Available
#28So... can I run Linux on it?
Re: Arduino DUE (32 bit) Now Available
#29You 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!)
I've been looking at several uCs, in particular the Cypress Semi PSoC5 system for the system-on-chip functionality and the great toolchain, but also the very cheap TI Stellaris series. But there are so many highly capable products out there these days, it's hard to know which one is the best; I feel like a first-time computer buyer trying to choose between Mac and Windows without really knowing much about either. Are…
My biggest takeaway is that teaching hardware people about unit tests would make humanity as a whole about 93% more productive :)
Re: Arduino DUE (32 bit) Now Available
#30So... can I run Linux on it?