Get a TI Stellaris Launchpad for $12.95 and use Energia to program
it. Cheaper, faster, better -- and the Energia development
environment is an adaptation of the Arduino IDE. Price includes
shipping, and delivery is usually quite fast.
https://estore.ti.com/Stellaris-LaunchPad.aspx
-- so in the end this winds up being a tad over half the price of the
super-cheap MEGA clone.
I will temper my fanboi-ishness by mentioning that the Energia
libraries are a little sub-par (at least for the MSP430 boards), For
example, the PWM routines are flaky. But the board is very kick-ass,
and it's one of the few hobbyist boards with an ARM Cortex M4. Also,
you have access to the source code for the library, so it's usually
not too hard to either re-write the libraries or swap in your own
similar (better) libraries.
And you can always move to a real development system if you want to do
some serious development (not being snobby here -- I tend to use
Energia whenever I can -- but it's not suitable for large, elaborate
projects).
On Jan 18, 8:07 pm,
vouvo...@schafmail.de wrote:
> Maybe you want to look into tinyUSBboard
> (
http://matrixstorm.com/avr/tinyusbboard/).
> It is a very cheap DIY arduino compatible device with an onboard USB
> interface.
>
> Have fun!