router-screen.html
changeset 4 1715f50a066d
parent 3 1d832a05eb87
child 5 10a6882c7671
equal deleted inserted replaced
3:1d832a05eb87 4:1715f50a066d
    21 here - <strong>ONLY TRAINED STAFF SHOULD ATTEMPT OTHER ACTIONS</strong>, so
    21 here - <strong>ONLY TRAINED STAFF SHOULD ATTEMPT OTHER ACTIONS</strong>, so
    22 please do not disturb cables, antennae or other external parts of the device.
    22 please do not disturb cables, antennae or other external parts of the device.
    23 Any such tampering is likely to result in an non-functional village DTN router
    23 Any such tampering is likely to result in an non-functional village DTN router
    24 so please don't do it!</p>
    24 so please don't do it!</p>
    25 
    25 
    26 <p>Figure 1 shows a village DTN router deployed in Staloluokta in 2009.</p>
    26 <p align="center">
       
    27 <a href="images/smaller-node.jpg"><img alt="Village DTN router" src="images/smaller-node-thumb.jpg"/></a><br/>
       
    28 Figure 1 shows a village DTN router deployed in Staloluokta in 2009.<br/>
       
    29 (For all images on this page, you can click on the image for a full-sized version.)
       
    30 </p>
    27 
    31 
    28 <h2>Turning On and Off</h2>
    32 <h2><a name="onoff" id="onoff">Turning On and Off</a></h2>
    29 
    33 
    30 <p>The large switch at the side of the device is used to turn it on and off.
    34 <p>The large switch at the side of the device is used to turn it on and off.
    31 The device requries approximately two minutes to fully boot and bring up all of
    35 The device requries approximately two minutes to fully boot and bring up all of
    32 the WiFi, mail and web services. <strong>PLEASE BE PATIENT - DO NOT CONSTANTLY
    36 the WiFi, mail and web services. <strong>PLEASE BE PATIENT - DO NOT CONSTANTLY
    33 SWITCH THE DEVICE ON AND OFF!</strong> Doing so could damage the device, in
    37 SWITCH THE DEVICE ON AND OFF!</strong> Doing so could damage the device, in
    34 particular, the filesystems - such an error would be the equivalent of a
    38 particular, the filesystems - such an error would be the equivalent of a
    35 hard-disk failure in a laptop.</p>
    39 hard-disk failure in a laptop.</p>
    36 
    40 
    37 <p>Figure 2 shows the ON/OFF switch in the "ON" position. </p>
    41 <p align="center">
       
    42 <a href="images/S-on.jpg"><img src="images/S-on-small.jpg" alt="switch"/></a><br/>
       
    43 Figure 2 shows the ON/OFF switch in the "ON" position. 
       
    44 </p>
    38 
    45 
    39 <p>Figure 3 shows the ON/OFF switch in the "OFF" position.</p>
    46 <p align="center">
       
    47 <a href="images/S-off.jpg"><img src="images/S-off-small.jpg" alt="switch"/></a><br/>
       
    48 Figure 3 shows the ON/OFF switch in the "OFF" position.
       
    49 </p>
    40 
    50 
    41 <p>Figure 4 shows a user switch the device to the "ON" position.</p>
    51 <p align="center">
       
    52 <a href="images/S-turingon.jpg"><img src="images/S-turingon-small.jpg" alt="switch"/></a><br/>
       
    53 Figure 4 shows a user switching the device to the "ON" position.
       
    54 </p>
    42 
    55 
    43 <p>That's all very simple so far, but its gets a little more complicated when
    56 <p>That's all nice and simple so far, but its gets a little more complicated when
    44 we need to understand how the device manages its use of power.</p>
    57 we need to understand how the device manages power, which is, of course, in 
       
    58 short supply in Padjelanta!</p>
    45 
    59 
    46 <h2>Power Management</h2>
    60 <h2><a name="power" id="power">Power Management</a></h2>
       
    61 
       
    62 <h3>Basic Power States</h3>
    47 
    63 
    48 <p>As a solar-powered device, the village DTN router must manage its power so
    64 <p>As a solar-powered device, the village DTN router must manage its power so
    49 as to conserve battery in case there is not sufficient sunlight to charge the
    65 as to conserve battery in case there is not sufficient sunlight to charge the
    50 batteries. We have implemented a power management module for the village DTN
    66 batteries. We have implemented a power management module for the village DTN
    51 router with the following features:</p>
    67 router with the following features:</p>
    52 <ul>
    68 <ul>
    53   <li>When sufficient power is available and the device is operating normally,
    69   <li>When sufficient power is available and the device is operating normally,
    54     it is in the "UP" state. In the "UP" state, all WiFi, mail and web services
    70     it is in the "UP" state. In the "UP" state, all WiFi, mail and web services
    55     are operating.</li>
    71     are operating.</li>
    56   <li>When power levels are lower, the device may switch to a standby mode of
    72   <li>When power levels are lower, the device will switch to a standby mode 
    57     operation for a short period (30 minutes) to allow some time for the
    73     for a short period (30 minutes) to allow time for the
    58     batteries to recharge, this is the "STANDBY-SHORT" state. In this state the
    74     batteries to recharge, this is the "STANDBY-SHORT" state. In this state the
    59     device uses much less power, but no services are available as the processor
    75     device uses much less power, but no services are available as the processor
    60     in the device is asleep, just like a laptop in standby mode. After 30
    76     in the device is asleep, just like a laptop in standby mode. After 30
    61     minutes, the device will power up, and if power levels are sufficient will
    77     minutes, the device will power up, and if power levels are sufficient will
    62     change to the "UP" state.</li>
    78     change to the "UP" state.</li>
    63   <li>If power levels fall further, the device will </li>
    79   <li>If power levels fall further, the device will enter the "STANDBY-LONG"
       
    80 	state, where it will go to sleep for 3 hours.</li>
       
    81   <li>And if power levels drop very low, then the device will power itself
       
    82 	off completely, until the batteries have been recharged to approximately
       
    83 	50% full. This can take three to four hours with good sunlight, but 
       
    84 	substantially longer in bad weather conditions.</li>
       
    85   <li>Finally, the device is set to put itself to sleep overnight, between
       
    86 	22:00 and 06:00, in order to conserve power.</li>
    64 </ul>
    87 </ul>
    65 
    88 
    66 <p></p>
    89 <p>In each of the sleep or standby states, the device displays the time
       
    90 at which it is set to reboot, but note that after reboot, the device may
       
    91 go right back to sleep, if the power conditions warrant taking that
       
    92 action.</p>
    67 
    93 
    68 <p></p>
    94 <h3><a name="override" id="override">Override Mode</a></h3>
       
    95 
       
    96 <p>Whilst the device is sleeping, if a communications opportunity arises (e.g.,
       
    97 a helicopter arrives), the device will not detect this since its radios are
       
    98 off, and we could lose the opportunity to send and receive data, which would be
       
    99 unfortunate, since such opportunities are relatively rare.  However, a user who
       
   100 is present can turn the device on temporarily. The device will power itself up
       
   101 for 30 minutes, during which it will operate normally (if there is sufficient
       
   102 power), and then transit to whatever is the appropriate state, depending on the
       
   103 power conditions. This is the "OVERRIDE" mode of operation.</p>
       
   104 
       
   105 <p>The device can be put into the OVERRIDE state at any time that it is
       
   106 sleeping.</p>
       
   107 
       
   108 <p>To put the device into the OVERRIDE state, the user simply turns 
       
   109 the switch to the "OFF" position, waits 5 seconds, and then turn the
       
   110 switch to the "ON" position. As usual it will take 2 minutes for the
       
   111 device to reboot, but it will then be in the OVERRIDE state and all
       
   112 WiFi, email and web services will be operational.</p>
       
   113 
       
   114 <h3><a name="powersummary" id="powersummar">Summary of Power States</a></h3>
       
   115 
       
   116 The table below summarises the different power states. Since the
       
   117 battery voltage level is displayed on the <a href="screen">LCD screen</a>
       
   118 we include the approximate voltage levels corresponding to each of
       
   119 the states. Voltage levels are somewhat technical, but provides the
       
   120 best way to measure the battery level, for the kind of battery we
       
   121 are using. The nominal voltage level when operating is 12V but in
       
   122 fact the levels fluctuate between 11.1V and approximately 13V
       
   123 depending on the state of the battery.</p>
       
   124 
       
   125 <p/>
       
   126 
       
   127 <table border="1">
       
   128 <tbody>
       
   129 <tr>
       
   130 <th>State</th>
       
   131 <th>Briefly</th>
       
   132 <th>Description</th>
       
   133 <th>Voltage Levels</th>
       
   134 </tr>
       
   135 
       
   136 <tr>
       
   137 <td>UP</td>
       
   138 <td>Fully functional</td>
       
   139 <td>The device is operating normally as a WiFi access point, email and web server</td>
       
   140 <td>11.6V and above</td>
       
   141 </tr>
       
   142 
       
   143 <tr>
       
   144 <td>STANDBY-SHORT</td>
       
   145 <td>Sleep for 30 minutes</td>
       
   146 <td>The device is sleeping, to try charge the batteries.</td>
       
   147 <td>11.4V to 11.6V</td>
       
   148 </tr>
       
   149 
       
   150 <tr>
       
   151 <td>STANDBY-LONG</td>
       
   152 <td>Sleep for 3 hours</td>
       
   153 <td>The device is sleeping, to try charge the batteries.</td>
       
   154 <td>11.1V to 11.4V</td>
       
   155 </tr>
       
   156 
       
   157 <tr>
       
   158 <td>OFF</td>
       
   159 <td>Entirely powered off</td>
       
   160 <td>Either switched off manually, or else power is too low even for sleep</td>
       
   161 <td>11.1V and below</td>
       
   162 </tr>
       
   163 
       
   164 <tr>
       
   165 <td>OVERRIDE</td>
       
   166 <td>Work for 30 minutes</td>
       
   167 <td>The device will try operate fully for the next 30 minutes, if power permits</td>
       
   168 <td>N/A</td>
       
   169 </tr>
       
   170 
       
   171 </tbody>
       
   172 </table>
       
   173 
       
   174 <h2><a name="screen" id="screen">LCD Screen</a></h2>
       
   175 
       
   176 <p>TBD</p>
       
   177 
    69 </body>
   178 </body>
    70 </html>
   179 </html>