1 / 5

Wireless Data Acquisition & Routing for Mote Sensors

This guide explores programming Mica2 motes for wireless data transmission such as temperature, light, and LED readings. Learn about using Surge for multihop routing and implementing a simple routing scheme with LED indicators. Get insights on broadcasting sensor data to a base station and setting up a simulated environment for testing. Overcome common problems and challenges in the development process.

wilmet
Télécharger la présentation

Wireless Data Acquisition & Routing for Mote Sensors

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Wireless Data Acquisition and Routing in By Clifton Bradley, Brian Kessler and Ryan Vinelli

  2. Programming the Mica2 Motes • Used SensorToRfm as a base to send a packet of sensor readings for: • Temperature • Light • LED • Use Surge for Multihop routing

  3. Planned Functionality • Broadcast Sensor Readings to Base Station • If N-hops away have (N-1)-hop motes route packets • LEDs will indicate transmissions. • Use a Simple Routing Scheme • The multi-hop implementation consists of two core modules, and uses a shortest-path algorithm • Base Station will run a simple Java program (based off of Listen.java) to display Mote ID and Sensor reading

  4. TOSSIM/TINYVIZ • No available Mica2 Motes so emulated environment: • /opt/tinyos-1.x/tools/java/net/tinyos/sim • tinyviz –nosf –nolaf -run build/pc/main.exe 30

  5. Problems • Environment • Fedora 5 (Java Comm issues – found from toscheck) • Windows XP with Cygwin Installer (worked) • Emulation • TinyViz Java runtime errors • Generating Nodes that do what I want

More Related