Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Developers often follow a common sequence when they get started with OpenWSN. This page describes the milestones in that sequence, and how to use our documentation to complete them. The steps usually are:

  1. Get some motes.
  2. Blink a mote
  3. Start and observe a minimal network in OpenVisualizer
  4. Ping a mote
  5. Send an application message to a mote

The sections below describe each step in detail.

Get Some Motes

See Hardware for the list of supported motes. TelosB is a common choice due to its popularity and good support in OpenWSN.

Blink a Mote

This milestone requires building, loading, and running the firmware on the mote. Below are the individual steps.

  1. See Toolchains to select a build environment and install the appropriate tools.
  2. See Download to install the OpenWSN firmware source code.
  3. Follow the instructions for your build environment to build and install the 01bsp_leds firmware on a mote.

Run a Minimal Network

This milestone creates a two-node network, and uses OpenVisualizer to observe its state.

  1. Build and install the 03oos-openwsn firmware on two motes.
  2. Keep one mote connected to a PC via USB.
  3. Install and run OpenVisualizer on the PC.
  4. Select the connected mote from the OpenVisualizer motes menu.
  5. Click the toggle button for the mote to make it the DAG root of the wireless network.
  • No labels