Difference between revisions of "Beginners Setup for Arduino and Processing"

From OpenCircuits
Jump to navigation Jump to search
(Created page with '= Introduction = '''This is an unfinished draft, but should be useful for a start. ''' Setup for the Arduino and Processing falls into two major groups, setting up your PC and s…')
 
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
 +
 +
This writeup is specificlly for the [[Westport High School]].
  
 
'''This is an unfinished draft, but should be useful for a start.
 
'''This is an unfinished draft, but should be useful for a start.
 
'''
 
'''
 
Setup for the Arduino and Processing falls into two major groups, setting up your PC and setting up the hardware needed.
 
Setup for the Arduino and Processing falls into two major groups, setting up your PC and setting up the hardware needed.
 
= PC Setup =
 
 
 
  
  
Line 15: Line 13:
 
The real basics:
 
The real basics:
  
* an Arduino board.  There are many. Some distinctions are:
+
* Arduino board.  You need at least one. There are many. Some distinctions are:
  
 +
**USB or older style Serial
 
**Price
 
**Price
 
**Kit or prebuilt
 
**Kit or prebuilt
Line 22: Line 21:
 
**Compatible with Shields
 
**Compatible with Shields
 
**Easily plugable to a ProtoBoard.
 
**Easily plugable to a ProtoBoard.
 +
 +
* Connection between PC and Arduino -- Mr H. will bring some, but you should get one to go with your Arduino. 
 +
Different PCs and Arduino have different port for connection.  You need a cable that will connect the two.
 +
Before you buy your Arduino board you should figure out the cable as well.  Start by finding out what connections you have on your PC.
 +
*USB
 +
*"Older Style Serial" actually RS232 serial.  Has a 9 pin socket on the PC
 +
  
 
* a Protoboard -- Mr H. will bring some and the components used with them. See  [[Solderless protoboard]]
 
* a Protoboard -- Mr H. will bring some and the components used with them. See  [[Solderless protoboard]]
 +
 +
* Misc. electronic components Leds, displays, sensors, motors and so on. -- Mr H. will have a bunch, we will get more as we need them.
 +
 +
 +
= PC Setup =
 +
 +
== Arduino ==
 +
 +
 +
== Processing ==

Revision as of 17:27, 1 October 2009

Introduction

This writeup is specificlly for the Westport High School.

This is an unfinished draft, but should be useful for a start. Setup for the Arduino and Processing falls into two major groups, setting up your PC and setting up the hardware needed.


Hardware Setup

The real basics:

  • Arduino board. You need at least one. There are many. Some distinctions are:
    • USB or older style Serial
    • Price
    • Kit or prebuilt
    • Memory
    • Compatible with Shields
    • Easily plugable to a ProtoBoard.
  • Connection between PC and Arduino -- Mr H. will bring some, but you should get one to go with your Arduino.

Different PCs and Arduino have different port for connection. You need a cable that will connect the two. Before you buy your Arduino board you should figure out the cable as well. Start by finding out what connections you have on your PC.

  • USB
  • "Older Style Serial" actually RS232 serial. Has a 9 pin socket on the PC


  • Misc. electronic components Leds, displays, sensors, motors and so on. -- Mr H. will have a bunch, we will get more as we need them.


PC Setup

Arduino

Processing