<?xml version="1.0" encoding="utf-8"?>
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:q="http://cnx.rice.edu/qml/1.0" id="new" cnxml-version="0.6" module-id="new">

<title>6.3. Timing issues: length of the preamble</title>
<metadata xmlns:md="http://cnx.rice.edu/mdml/0.4">
  <!-- WARNING! The 'metadata' section is read only. Do not edit below.
       Changes to the metadata section in the source will not be saved. -->
  <md:content-id>m21604</md:content-id>
  <md:title>6.3. Timing issues: length of the preamble</md:title>
  <md:version>1.2</md:version>
  <md:created>2009/04/10 04:45:37 GMT-5</md:created>
  <md:revised>2009/04/25 20:02:35.715 GMT-5</md:revised>
  <md:authorlist>
    <md:author id="thomaswatteyne">
        <md:firstname>Thomas</md:firstname>
        <md:surname>Watteyne</md:surname>
        <md:fullname>Thomas Watteyne</md:fullname>
        <md:email>watteyne@eecs.berkeley.edu</md:email>
    </md:author>
  </md:authorlist>
  <md:maintainerlist>
    <md:maintainer id="thomaswatteyne">
        <md:firstname>Thomas</md:firstname>
        <md:surname>Watteyne</md:surname>
        <md:fullname>Thomas Watteyne</md:fullname>
        <md:email>watteyne@eecs.berkeley.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  <md:license href="http://creativecommons.org/licenses/by/3.0/"/>
  <md:licensorlist>
    <md:licensor id="thomaswatteyne">
        <md:firstname>Thomas</md:firstname>
        <md:surname>Watteyne</md:surname>
        <md:fullname>Thomas Watteyne</md:fullname>
        <md:email>watteyne@eecs.berkeley.edu</md:email>
    </md:licensor>
  </md:licensorlist>
  <md:subjectlist>
    <md:subject>Science and Technology</md:subject>
  </md:subjectlist>
  <md:abstract/>
  <md:language>en</md:language>
  <!-- WARNING! The 'metadata' section is read only. Do not edit above.
       Changes to the metadata section in the source will not be saved. -->
</metadata>

<content>
<list id="fs-id4037318"><item>
Use the oscilloscope to visualize the energy consumed by a board, you can clearly see the periodic wakeup of the CC2500 (see figure below, lower part).
<figure id="current_ps">
  <media id="current_ps2" alt="current_ps">
    <image mime-type="image/jpeg" src="current_ps.jpg"/>
  </media>
  <caption>
Energy consumed by the transmitter and the receiver in preamble sampling. To
function, the length of the preamble needs to be larger than the check interval CI.
  </caption>
</figure>

</item><item>
You can see that the time between two successive wake-ups is <code>CI=104ms</code>. Push the button and capture the energy consumed when the board is in transmit mode (see figure, upper part). You can see the series on 50 microframes sent.
</item><item>
By zooming in, you can see that one micro-frame is sent every <code>Dcca=3.24ms</code>. Hence, the length of the whole preamble is <code>50*3.24=162ms</code>, which is larger that the check interval.
</item></list>
</content>

</document>

