Saturday, February 4, 2012

The GeekDad Arduino Guide: Introduction

The GeekDad Arduino Guide: Introduction:

Pt 588


The GeekDad Arduino Guide: Introduction @ GeekDad – Wired.com.



Now, depending on your level of knowledge of engineering, electronics, and other technical topics, you may be a little unclear on the definition of a microcontroller. At its most basic, a microcontroller is a computer on a chip. It has a CPU capable of executing embedded code, RAM for storage of run-time data, and long-term storage for storing the code to be executed. What makes microcontrollers fun is the surrounding hardware that is also on the chip. This surrounding hardware makes it very simple to read signals from the physical world, translate them into something the code can take action on, and then react back out to the physical world. The Arduino is a small circuit board wrapped around one of these microcontrollers that makes it very easy for you to upload new code that you write, in a variation on C++, and access the set of inputs/outputs and interact with your world. This answers this second part of my question above, “How can it help launch me into the world of cool projects?”


Nice series!

No comments:

Post a Comment