Difference between revisions of "Main Page"

From University of Washington - Ubicomp Research Page
Jump to: navigation, search
m
m
 
(83 intermediate revisions by 7 users not shown)
Line 6: Line 6:
  
  
== Platforms ==
+
== Mobile Sensing Platform ==
 
The current platform that we're using consists of an embedded processor component, called an iMote2, and a sensing component called the MSB2 (Multi-modal Sensor Board). The combination of the iMote2, MSB2, and the system software is often referred to as the MSP (Mobile Sensing Platform).  
 
The current platform that we're using consists of an embedded processor component, called an iMote2, and a sensing component called the MSB2 (Multi-modal Sensor Board). The combination of the iMote2, MSB2, and the system software is often referred to as the MSP (Mobile Sensing Platform).  
  
In addition to the MSP we've also been using a number of cell phone platforms to provide wide area communications, display, local interaction capabilities, and additional sensors.  
+
<ul>
 +
=== Getting Started ===
 +
<ul>If you're new to the MSP, you'll probably want to read [[Getting started with the MSP]].</ul>
  
=== Component Details===
+
=== iMote2 Details ===
 
<ul>
 
<ul>
More information about the various platform components can be found here:
 
 
* [[iMote2|iMote2]] - The Linux embedded computational platform that forms the heart of our wearable sensing platform
 
* [[iMote2|iMote2]] - The Linux embedded computational platform that forms the heart of our wearable sensing platform
 
** More information about the iMote2 and the Linux software can be found at the [http://embedded.seattle.intel-research.net/wiki PlatformX wiki]
 
** More information about the iMote2 and the Linux software can be found at the [http://embedded.seattle.intel-research.net/wiki PlatformX wiki]
 +
* [[Current system images]]
 +
** [[Compiling the iMote2 kernel]]
 +
* [[iMote2Howto| iMote2 How To's]]
 +
** [[GPRS]] - Information on using a cell phone's GPRS connection on the iMote2 over Bluetooth.
 +
** [[iMote2_GPIO| iMote2 GPIO pins/Alternate functions]]
 +
** [[Connecting to the iMote2]]
 +
</ul>
 +
 +
=== Sensor Boards ===
 +
<ul>
 
* [[Sensor_Boards|Sensor Boards]] - A brief description of the sensor boards that are being used
 
* [[Sensor_Boards|Sensor Boards]] - A brief description of the sensor boards that are being used
 +
** [[Sensor_Boards_PartsOrdering| Parts ordering for the Sensor Boards]]
 +
** [[Sensor_Board_Programming | Programming the sensor boards]]
 +
* [[MSB2_Firmware|MSB2/LSB Firmware]] - Current firmware images and protocol information
 +
</ul>
 +
 +
=== Hardware Notes ===
 +
<ul>
 +
* [[Attaching a GPS unit to an MSB]]
 +
* [[Attaching a GPS unit to an LSB]]
 +
* [[Attaching a WiFi dongle to the iMote2]]
 +
* [[Assembling an MSP]]
 +
* [[Assembling an ASSIST unit]]
 +
</ul>
 +
 +
=== System Software ===
 +
<ul>
 +
* [[MSP_Boot_Process|MSP Boot Process]] - A brief description of the MSP boot process
 +
* [[MSP System Software]] - Everything below, all on one page.
 +
==== MSB Software ====
 +
<ul>
 +
* [[msb-server]] - MSB hardware interface application
 +
* [[msb-test]] - MSB testing application
 +
</ul>
 +
==== LSB Software ====
 +
<ul>
 +
* [[lsb-server]] - LSB hardware interface application
 +
* [[lsb-test]] - LSB testing application
 +
* [[cam-server]] - OV9650 camera image acquisition application
 +
</ul>
 +
==== GPS Software ====
 +
<ul>
 +
* [[gps-server]] - GPS hardware interface application, for use when a GPS unit is directly attached to an iMote2 serial port
 +
* [[gps-debug]] - GPS status and debugging application
 +
</ul>
 +
 +
==== Network Streaming Software ====
 +
<ul>
 +
* [[cam-net-stream]] - Streams camera images over TCP/IP
 +
* [[audio-stream]] - Streams audio samples over TCP/IP
 +
</ul>
 +
==== Bluetooth Software ====
 +
==== Misc ====
 +
<ul>
 +
* [[logger]] - MSB/LSB/GPS/Camera-to-UWAR logger
 +
* [[central]] - IPC dispatcher
 +
* [[proccontrol]] - Process monitor
 +
* [[sb-update]] - Utility to reflash sensor board firmware
 +
* [[buttonwatchdog]] - Utility that handles the power-off command from the power button
 +
</ul>
 +
</ul>
 +
=== Developing Software for the MSP ===
 +
<ul>
 +
* [[IMote2#Compiling_software_for_the_iMote2|Cross-compiling to the iMote2]]
 +
* [[Compiling the MSP source code]] -- Required to build applications that depend on the sensor servers or other components
 +
* [[Reading sensor values and controlling the MSP using IPC]]
 +
* [[Using shared memory streams]]
 +
</ul>
 +
</ul>
 +
 +
 +
== Phone Platforms ==
 +
In addition to the MSP we've also been using a number of cell phone platforms to provide wide area communications, display, local interaction capabilities, and additional sensors. Most questions about phones should go to yanokwa@cs
 +
 +
<ul>
 +
=== Nokia ===
 +
* [[Nokia Overview]] – An overview of the platform
 +
* [[Nokia Development]] – How to build apps on the phones
 +
* [[Nokia Tips]] – Things that make life easier
 +
* [[N95]] - Code for the N95
 +
 
</ul>
 
</ul>
  
 +
<ul>
 +
 +
=== Motorola ===
 +
* [[Motorola Overview]] – An overview of the platform
 +
 +
</ul>
 +
 +
<ul>
 +
=== Phone Codes ===
 +
* [[T-Mobile Phone Codes]] - Information for T-Mobile Phones
 +
* [[Nokia Phone Codes]] - Information for Nokia Phones
 +
 +
</ul>
  
 
== Software Tools ==
 
== Software Tools ==
=== Logging Software ===
 
 
<ul>
 
<ul>
* [[Uwar_tools#msb-server| msb server]] - the program used to record data from the sensor board
+
* [[gnuradio]] - GNU Radio program for the software definable radio USRP
 +
=== Virtual Machines ===
 +
<ul>
 +
* [http://www.vmware.com/vmtn/appliances/directory/693 Ubuntu 6.10 VMWare image] - can be used with the free [http://www.vmware.com/products/player/ VMPlayer].
 +
</ul>
 +
 
 +
=== Useful Unix Commands ===
 +
<ul>
 +
* [[UnixCommands#Mounting_a_JFFS2_Image| Mounting a jffs2 image]]
 +
* [[UnixCommands#iptables| Iptables]]
 
</ul>
 
</ul>
  
Line 31: Line 133:
 
* [[uwar_overview| overview]] - a brief description of the uwar format
 
* [[uwar_overview| overview]] - a brief description of the uwar format
 
* [[uwar_tools| uwar tools]] - contains a description of the various tools created to work with uwar files
 
* [[uwar_tools| uwar tools]] - contains a description of the various tools created to work with uwar files
 +
* [[uwar_C_interface| C Interface for uwar files]]
 +
* [[inference_code| Intel Inference Code]]
 
</ul>
 
</ul>
  
 
=== Matlab ===
 
=== Matlab ===
 
<ul>
 
<ul>
 +
* [[MatlabCommands]]
 
* [[plotWideImage| Plotting wide images]] - Program to plot images with an extremely wide aspect ratio (i.e. hours of data plot vs. a small y-axis with good time resolution)
 
* [[plotWideImage| Plotting wide images]] - Program to plot images with an extremely wide aspect ratio (i.e. hours of data plot vs. a small y-axis with good time resolution)
 
* [[composite_images| Compositing Images]] - Matlab function to composite images (like those generated by [[plotWideImage| plotting wide images]].
 
* [[composite_images| Compositing Images]] - Matlab function to composite images (like those generated by [[plotWideImage| plotting wide images]].
 +
* [[Example Mex Function]] - Example of how to create a .cpp mex function
 
</ul>
 
</ul>
  
 +
=== Legacy Support ===
 +
<ul>
 +
* [[journal_viewer | Journal Viewer]] - The windows Journal Viewer used for some annotation tasks.
 +
</ul>
 +
 +
=== Data Collection Apps ===
 +
<ul>
 +
* [[Logging apps]]
 +
</ul>
 +
 +
=== PostgreSQL Database ===
 +
<ul>
 +
* [[Setting up postGIS]]
 +
</ul>
 +
</ul>
  
 
<br>
 
<br>
 
<br>
 
<br>
 +
 
== Wiki Help ==
 
== Wiki Help ==
  
Line 54: Line 176:
 
* [http://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial Tutorial on using Pictures in a Wiki]
 
* [http://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial Tutorial on using Pictures in a Wiki]
 
* [http://en.wikipedia.org/wiki/Wikipedia:Lists How to use lists in the Wiki]
 
* [http://en.wikipedia.org/wiki/Wikipedia:Lists How to use lists in the Wiki]
 +
* [http://meta.wikimedia.org/wiki/Help:Tables How to use tables in the Wiki]
 +
* [[Notes on using tables]]
  
 
====Wiki Add-Ons Used====
 
====Wiki Add-Ons Used====
 
* [[GeSHi]] has been installed along with an extension for MediaWiki. This enables code to be highlighted in several different languages.
 
* [[GeSHi]] has been installed along with an extension for MediaWiki. This enables code to be highlighted in several different languages.
 +
* [[wikitable]] wikitables style was added to the common.css style
 +
* [[Modified Image Gallery]] modification to mediawiki to support a column argument to image gallerys

Latest revision as of 18:30, 23 March 2009


Overview

This page contains information about the on-going projects in human activity recognition at the University of Washington.


Mobile Sensing Platform

The current platform that we're using consists of an embedded processor component, called an iMote2, and a sensing component called the MSB2 (Multi-modal Sensor Board). The combination of the iMote2, MSB2, and the system software is often referred to as the MSP (Mobile Sensing Platform).


Phone Platforms

In addition to the MSP we've also been using a number of cell phone platforms to provide wide area communications, display, local interaction capabilities, and additional sensors. Most questions about phones should go to yanokwa@cs

Software Tools



Wiki Help

Please see documentation on customizing the interface and the User's Guide for usage and configuration help...

Wikipedia has some helpful information on how to edit wiki pages:

Wiki Add-Ons Used

  • GeSHi has been installed along with an extension for MediaWiki. This enables code to be highlighted in several different languages.
  • wikitable wikitables style was added to the common.css style
  • Modified Image Gallery modification to mediawiki to support a column argument to image gallerys