Physical Computing - Bezalel, Sem. B 2001
Home Page
Class Home
|
Class List
| Links
Previous
next
Todays menu:
Basic Circuits
Do not create a SHORT Circuit
Example:
LED
Example:
Buzzer
The Programming Process:
A program is written in the BASIC Stamp Editor
The program is tokenized, or converted into symbolic format.
The tokenized program is transferred to the BASIC EEPROM through a serial connection.
The Interpreter Chip reads the program from EEPROM and executes the instructions reading and controlling I/O pins.
Intro to Programming the Basic Stamp 1
Loops
Digital Output: LOW and HIGH
Analog Input: POT
Conditions: IF
Example
Hooking up the Basic Stamp 1 and Running Programs.
Homework