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 4 Next »

A general application for wireless sensor networks is gathering sensor data from the deployed motes and making some predication/operation based on those sensed data. In this page, you will learn how to do this based on OpenWSN project. 

Hardware you need

  • 2x OpenMotes
  • 1x OpenBase
  • 1x mini B cable
  • A computer running the OpenWSN environment installed

Procedures 

Result

The uinject_dagroot.py application prints on screen what you are receiving from the other mote, which is the counter value increasing from 0. Once the printing works you can:

  • make uinject fancier to include real sensor data. I would recommend to then rename the application
  • make the uinject_dagroot.py fancier and log/send/tweet the received data
  • No labels