Welcome to learn Arduino
- Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. it's intended for artists, designers, hobbyists and anyone interested in creating interactive objects or environments. ?From http://www.arduino.cc/?
- This page contains some material found online on how to start with Arduino
Pre-requisite:
- Basic programming knowledge. (No deep understanding of software engineering needed unless you are trying to implement something sophisticated, although the compiler is GNU C++)
- Basic electronic common sense.
Objectives:
- Learning to implement some simple logic in order to prototype physical interaction more effectively.
- Learning to use basic sensors/actuators.
Descriptions:
- Start from how to install, configure Arduino gradually moving to hooking up sensors and actuators.
- Some commonly used chip/drivers will be introduced.
- Then a little bit on how to actually make the whole logic work.
- Table of contents: