Sunday, February 28, 2010

Arduino Keywords

setup:
sets everything up.

loop:
an infinite loop were your main programe goes.

Serial.print:
prints text to screen with out creating a new line

Serial.println:
prints text to screen and creates a new line.

delay(x):
delays the programe for "x" amount of milliseconds.

pinMode():
sets the pin to input or output.

digitalRead()
:
returns the current (or something like that) of the pin given.

Arduino ScrewShield - Arduino variation


Arduino ScrewShield

The ScrewShield extends all pins of the Arduino out to 3.5mm pitch screw terminals. Both sides of the shield are broken out to the side of the Arduino, to allow access to everything on the main Arduino board. Stacking headers are also included so you can pile more shields on top.

Saturday, February 20, 2010

Links

Atmel:
http://www.atmel.com/

Arduino:
http://www.arduino.cc/

Arduino Forum:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl

Moodle:
http://moodle.op.ac.nz/course/view.php?id=1301

MindKits:
http://www.mindkits.co.nz/

photocells:
http://www.ladyada.net/learn/sensors/cds.html

Basically gives you a bunch of info about the LDR and some small examples of using one.

The Arduino

Intro to the Arduino

Link: http://www.youtube.com/watch?v=PeScmRwzQho

These guys use a very casual approach to get there information accross. Although there a little silly, there information is easily understood due to there use of simple terms and clear descriptions. perfect for introducing people who may not have had much experience in this area before to the Arduino.

Thursday, February 18, 2010

PeerWise

Allows students to ask questions, learn answers and share what they know with other students.

Similar to Microsoft Office, includes software such as word processing, spreadsheets, presentations, graphics and databases.

fritzing


Fritzing is an open-source initiative to support designers, artists, researchers and hobbyists to take the step from physical prototyping to actual product.

Could be useful for testing.

Chip8


an interpreted programming language. used to make classic video games such as Pong and Tetris.

WikiEducator

The WikiEducator is an evolving community intended for the collaborative:

planning of education projects linked with the development of free content;
development of free content on Wikieducator for e-learning;
work on building open education resources (OERs) on how to create OERs.

GNU gcc

Originally written for an operating system. Supports a number of languages including C++ and Java.

Processing environment

A Basic programing with some basic features like play, stop, save, open, new etc. includes a text editor, a compiler and a display window.