3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Build a datalogger for your wireless sensor network

Step 2Program the TelosB board

This step can be done at any time, you just need access to the USB port on the TelosB board. However, it's easiest to do it before the board has wires, cables and antennas sticking out of it.

The TelosB board is programmed with software that "bridges" wireless data to a serial connection. This software is called TOSBase. We use it pretty much unmodified, except it is possible to get in there and turn off the blinking light to save power.
http://www.tinyos.net/tinyos-1.x/apps/TOSBase/

The Tinyos.net site can step you through the basics of compiling and loading software onto the TelosB.

Compile and load TOSBase at 57600 bps (the default communication speed). The TOSBase program listens for data from all other nodes in the vicinity, then sends it to the computer via USB. That is what normally happens. This data starts out on a serial line (the TX line) at the TelosB's processor, and that is where we will grab it to send to the datalogger.

« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
7
Followers
1
Author:salamandersensors