Part 7

Working with BASIC Stamp Processors

Contents at a Glance

  1. Chapter 1: Introducing the BASIC Stamp
    1. Introducing the BASIC Stamp
    2. Buying a BASIC Stamp
    3. Working with the BASIC Stamp HomeWork Board
    4. Connecting to BASIC Stamp I/O Pins
    5. Installing the BASIC Stamp Windows Editor
    6. Connecting to a BASIC Stamp
    7. Writing Your First PBASIC Program
    8. Project 48: Hello, World!
    9. Flashing an LED with a BASIC Stamp
    10. Project 49: An LED Flasher
  2. Chapter 2: Programming in PBASIC
    1. Introducing PBASIC
    2. Building a Test Circuit
    3. Project 50: An LED Test Board
    4. Flashing the LEDs
    5. Using Comments
    6. Creating Names
    7. Using Constants
    8. Assigning Names to I/O Pins
    9. Using Variables
    10. Doing Math
    11. Using If Statements
    12. Using DO Loops
    13. Using FOR Loops
  3. Chapter 3: More PBASIC Programming Tricks
    1. Using a Push Button with a BASIC Stamp
    2. Checking the Status of a Switch in PBASIC
    3. Project 51: A Push-Button-Controlled LED Flasher
    4. Randomizing Your Programs
    5. Reading a Value from a Potentiometer
    6. Project 52: Using a Potentiometer to Control Flashing LEDs
    7. Using Subroutines and the GOSUB Command
  4. Chapter 4: Adding Sound and Motion to Your BASIC Stamp Projects
    1. Using a Piezo Speaker with a BASIC Stamp
    2. Project 53: Creating Sound with a Piezo Speaker
    3. Using a Servo with a BASIC Stamp
    4. Project 54: Using a Servo with a BASIC Stamp