(Untitled)

May 02, 2011 23:30

So the only output device I have for this Arduino board is a blinky light. So I whipped together some code that outputs morse code through it ( Read more... )

tech

Leave a comment

Comments 4

lautreamontg May 3 2011, 06:37:39 UTC
How long would you say it would take a tech dummy to teach himself C++? I remember jack from DeVry, it got pushed out by all the information on how to make myself the next Elron Hubbard.

Reply

pentomino May 3 2011, 07:24:14 UTC
As always, it depends on the source material and the tools you have at hand.

It'd be easier to start with a language like Python or Ruby. Not only are those a little more forgiving, but they have an immediate mode that you can play around in, like the old 8-bit BASICs had. You can even try them in a browser: http://www.trypython.org/ or http://tryruby.org/

Also, Java has aged gracefully, and Head First Java was how I learned it. (They touched on it at DeVry but I'd forgotten it all by the time I picked this book up.)

Reply

lautreamontg May 4 2011, 06:29:29 UTC
Yeah, but I strictly want to learn for the sole purpose of Arduino. I mean it seems like every nifty hack in circuit bending uses it, as well as quite a few of the repurposing 8 bit stuff into synths.

Reply

pentomino May 4 2011, 06:56:43 UTC
Well, the starter kit I got has some type-in programs you should be able to learn from. You won't need any enterprise-level C++ with crazy object-oriented design to do what needs to be done.

If you don't want to risk any money, you can download Processing; the IDE and language is the same, but you can write desktop and web programs with it. It's full of tutorials and examples.

Reply


Leave a comment

Up