Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The latency with the default setting settings is in on the order of 1 second per hop. While this allows for excellent power consumption, for some applications, this is too slow. In this part, we will explore the range of achievable latencies, by using the LEDPing sample application.

...

  • Start the LEDPing application, and connect to the manager.
  •  Enter the MAC address of the mote in the text field, then press start . 
  • Using a stopwatch, what is the time it takes for the LED to switch ON 10 times?  

    Info
    iconfalse
    titleAnswer 28.1:

     

     

  • What is the average RTT of the network (round-trip time)?

    Info
    iconfalse
    titleAnswer 28.2:

     

With backbone mode

Tip

"backboneBackbone" is a mode where all cells of the communication schedule are scheduled. This yields very low latencies, at the cost of an increased power consumption.

  • on On the manager’s CLI, enter:

    Code Block
    > login user
    > show config
  • what What is the value of bbmode parameter?

    Info
    iconfalse
    titleAnswer 28.3:

     

  • what What is the value of bbsize parameter?

    Info
    iconfalse
    titleAnswer 28.4:

     

  • Enter the following commands:

    Code Block
    > set config bbmode 2
    > set config bbsize 2
  • power Power cycle both the manager and the mote. Wait for the mote to join.

  • Repeat the measurements above. What is the RTT now?

    Info
    iconfalse
    titleAnswer 28.5: