Whats A Microcontroller v3
.0.pdf
Getting Started · Page 11
Chapter 1: Getting Started
HOW MANY MICROCONTROLLERS DID YOU USE TODAY?
A microcontroller is a kind of miniature computer that you can find in all kinds of devices. Some examples of common, every-day products that have microcontrollers built-in are shown in Figure 1-1. If it has buttons and a digital display, chances are it also has a programmable microcontroller brain.
Figure 1-1
Everyday Examples of
Devices that Contain
Microcontrollers
Try making a list and counting how many devices with microcontrollers you use in a typical day. Here are some examples: if your clock radio goes off, and you hit the snooze button a few times in the morning, the first thing you do in your day is interact with a microcontroller. Heating up some food in the microwave oven and making a call on a cell phone also involve interacting with microcontrollers. That’s just the beginning. Here are a few more examples: turning on the television with a handheld remote, playing a handheld game, and using a calculator. All those devices have microcontrollers inside them that interact with you.
THE BASIC STAMP 2 – YOUR NEW MICROCONTROLLER MODULE
Parallax Inc.’s BASIC Stamp® 2 module shown in Figure 1-2 has a microcontroller built onto it; it is the largest black chip. The rest of the components on the BASIC Stamp module are also found in consumer appliances you use every day. All together, they are correctly called an embedded computer system. This name is almost always shortened to just “embedded system.” Frequently, such modules are commonly just called “microcontrollers.”
The activities in this text will guide you through building circuits similar to the ones found in consumer appliances and high-tech gadgets. You will also write computer programs that the BASIC Stamp module will run. These programs will make the BASIC Stamp module monitor and control these circuits so that they perform useful functions.
Page 12 · What’s a Microcontroller?
Figure 1-2
BASIC Stamp 2
Microcontroller
Module
In this text, “BASIC Stamp” refers to the BASIC Stamp® 2 microcontroller module.
Designed and manufactured by Parallax Incorporated, this module’s name is commonly abbreviated BS2, and it’s the first in the series of modules shown in Figure 1-3. Each of the other modules is slightly different, featuring higher speed, more memory, additional functionality, or some combination of these extra features. To learn more, follow the “Compare BASIC Stamp Modules” link at www.parallax.com/basicstamp.
Figure 1-3
BASIC Stamp 2 Models, left to right: BS2, BS2e, BS2sx, BS2p24, BS2p40, BS2pe, BS2px
AMAZING INVENTIONS WITH BASIC STAMP MICROCONTROLLERS
Consumer appliances aren’t the only things that contain microcontrollers. Robots, machinery, aerospace designs and other high-tech devices are also built with microcontrollers. Let’s take a look at some examples that were created with BASIC Stamp modules.
Robots have been designed to do everything from helping students learn more about microcontrollers, to mowing the lawn, to solving complex mechanical problems. Figure 1-4 shows two example robots. On each of these robots, students use the BASIC Stamp 2 to read sensors, control motors, and communicate with other computers. The robot on the left is Parallax Inc.’s Boe-Bot® robot. The projects in the Robotics with the Boe-Bot text can be tackled using the Boe-Bot after you’ve worked through the activities in this text. The one on the right is called an underwater ROV (remotely operated vehicle) and it was constructed and tested at a MATE (Marine Advanced Technology Education)
Getting Started · Page 13
Summer Teachers Institute. Operators view a TV displaying what the ROV sees through a video camera and control it with a combination of hand controls and a laptop. Its BASIC Stamp measures depth and temperature, controls the vertical thrust motor, and exchanges information with the laptop. MATE coordinates regional and international ROV competitions for students at levels ranging from middle school to university.
Figure 1-4
Educational Robots
Boe-Bot robot (left)
ROV at MATE Summer
Teachers Institute (right,
www.marinetech.org)
Other robots solve complex problems, such as the autonomous remote flight robot shown at the left of Figure 1-5. This robot was built and tested by mechanical engineering students at the University of California, Irvine. They used a BASIC Stamp module to help it communicate with a satellite global positioning system (GPS) so that the robot could know its position and altitude. The BASIC Stamp also read level sensors and controlled the motor settings to keep the robot flying properly. The mechanical millipede robot on the right of Figure 1-5 was developed by a professor at Nanyang Technical University, Singapore. It has more than 50 BASIC Stamp modules on board, and they all communicate with each other in an elaborate network that help control and orchestrate the motion of each set of legs. Robots like this not only help us better understand designs in nature, but they may eventually be used to explore remote locations, or even other planets.
Figure 1-5
Research Robots that
Contain Microcontrollers
Autonomous flying robot at UC Irvine (left) and Millipede Project at Nanyang University (right)
Page 14 · What’s a Microcontroller?
With the help of microcontrollers, robots can also take on day-to-day tasks, such as mowing the lawn. The BASIC Stamp module inside the robotic lawn mower shown in Figure 1-6 helps it stay inside the boundaries of the lawn, and it also reads sensors that detect obstacles and controls the motors that make it move.
Figure 1-6
BASIC Stamp 2
Microcontroller Module
Microcontrollers are also used in scientific, high technology, and aerospace projects. The weather station shown on the left of Figure 1-7 is used to collect environmental data related to coral reef decay. The BASIC Stamp module inside it gathers this data from a variety of sensors and stores it for later retrieval by scientists. The submarine in the center is an undersea exploration vehicle, and its thrusters, cameras and lights are all controlled by BASIC Stamp microcontrollers. The rocket shown on the right was part of a competition to launch a privately owned rocket into space. Nobody won the competition, but this rocket almost made it! The BASIC Stamp controlled just about every aspect of the launch sequence.
Figure 1-7
Environmental and Aerospace
Microcontroller Examples
Ecological data collection by EME Systems (left), undersea research by Harbor Branch Institute (center), and JP Aerospace test launch (right)
From common household appliances all the way through scientific and aerospace applications, the microcontroller basics you will need to get started on projects like these are introduced here. By working through the activities in this book, you will get to
Getting Started · Page 15
experiment with and learn how to use a variety of building blocks found in all these hightech inventions. You will build circuits for displays, sensors, and motion controllers. You will learn how to connect these circuits to the BASIC Stamp 2 module, and then write computer programs that make it control displays, collect data from the sensors, and control motion. Along the way, you will learn many important electronic and computer programming concepts and techniques. By the time you’re done, you might find yourself well on the way to inventing a device of your own design.
HARDWARE AND SOFTWARE
Getting started with BASIC Stamp microcontroller modules is similar to getting started with a brand-new PC or laptop. The first things that most people have to do is take it out of the box, plug it in, install and test some software, and maybe even write some software of their own using a programming language. If this is your first time using a BASIC Stamp module, you will be doing all these same activities. If you are in a class, your hardware may already be all set up for you. If this is the case, your teacher may have other instructions. If not, this chapter will take you through all the steps of getting your new BASIC Stamp microcontroller up and running.
ACTIVITY #1: GETTING THE SOFTWARE
The BASIC Stamp Editor (version 2.5 or higher) is the software you will use in most of the activities and projects in this text. You will use this software to write programs that the BASIC Stamp module will run. You can also use this software to display messages sent by the BASIC Stamp that help you understand what it senses.
Computer System Requirements
You will need a personal computer to run the BASIC Stamp Editor software. Your computer will need to have the following features:
•Microsoft Windows 2000 or newer operating system
•An available serial or USB port
•Internet access and an Internet browser program
Downloading the Software from the Internet
It is important to always use the latest version of the BASIC Stamp Editor software if possible. The first step is to go to the Parallax web site and download the software.
Page 16 · What’s a Microcontroller?
9 Using a web browser, go to www.parallax.com/basicstampsoftware (Figure 1-8).
Figure 1-8
The BASIC Stamp Editor software page at www.parallax.com/ basicstampsoftware
This is the place to download the latest version of the software.
9Click on the Click Here to Download button to download the latest version of the BASIC Stamp Windows Editor software (Figure 1-9).
Figure 1-9
The Download button on the BASIC Stamp Editor Software page.
Click on the button to start the download.
Getting Started · Page 17
9A File Download window will open, asking you if you want to run or to save this file (Figure 1-10). Click on the Save button.
Figure 1-10
File Download Window
Click Save, then save the file to your computer.
9Use the Save in field to choose a place on your computer to save the installer file, then click the Save button (Figure 1-11).
Figure 1-11
Save As Window
Choose a place to save the software installer on your computer, then click Save.
Page 18 · What’s a Microcontroller?
9When you see “Download Complete,” click the Run button (Figure 1-12.)
9Follow the prompts that appear. You may see messages from your operating system asking you to verify that you wish to continue with installation. Always agree that you want to continue.
Figure 1-12
Download Complete
Message
Click Run.
If prompted, always confirm you want to continue.
9The BASIC Stamp Editor Installer window will open (Figure 1-13). Click Next and follow the prompts, accepting all defaults.
Figure 1-13
BASIC Stamp Editor
Installer Window
Click Next.
Getting Started · Page 19
9IMPORTANT: When the “Install USB Driver” message appears (Figure 1-14), leave the checkmark in place for the Automatically install/update driver (recommended) box, and then click Next.
Figure 1-14
Install USB Driver
Message
Leave the box checked, and click Next.
9When the “Ready to Install the Program” message appears (Figure 1-15), click the Install button. A progress bar may appear, and this could take a few minutes.
Figure 1-15
Ready to Install the
Program
Click Install to continue.
Page 20 · What’s a Microcontroller?
At this point, an additional window may appear behind the current window while the USB drivers are updating. This window will eventually close on its own when the driver installation is complete. If you don’t see this window, it does not indicate a problem.
About USB drivers. The USB drivers that install with the BASIC Stamp Windows Editor installer by default are necessary to use any Parallax hardware connected to your computer’s USB port. VCP stands for Virtual COM Port, and it will allow your computer’s USB port to look and be treated as a standard RS232 serial port by Parallax hardware.
USB Drivers for Different Operating Systems The USB VCP drivers included in the BASIC Stamp Windows Editor software are for certain Windows operating systems only. For more information, visit www.parallax.com/usbdrivers.
9When the window tells you that installation has been successfully completed, click Finish (Figure 1-16).
Figure 1-16
BASIC Stamp
Editor Installation
Completed
Click Finish.
