This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3000 Data Logger out-of-the-box demo

Other Parts Discussed in Thread: MSP430FR5739

I recently bought the LS Research and FRAM MSP430 Wifi Evaluation module (part number CC3000FRAMEMK). I was able to get the Sensor Demo (with the little Wifi Planets orbiting the host sun) working with very little trouble, but that demo doesn't model my application very well. The Data Logger application, as it is described anyway, is much closer to my target application, but I can't get it to run.

I downloaded the application and was able to flash the Data Logger binary onto the evaluation module, but no matter how the TP-Link AP is configured, the EVM will not connect. The Wiki for the Data Logger indicates that the SSID should be "TP_LINK" but in reading the source code, the default SSID is "TP-LINK." There is no mention of what security should be used, even though the Data Logger app appears to support WEP and WPA/WPA2.

It seems like there should be some way of setting up the AP so that this demo works immediately. What do I have to do to get the Data Logger to associate with my access point?

  • Hi CJ,

    We're happy you got the sensor application running. The Data logger application is based on the same host driver and software as the Sensor Application. Both support the host driver whose documentation you can find here:

    http://processors.wiki.ti.com/images/2/2a/Doxygen_V1.7.2.2.zip

    Simply look for the index.html page and look at the APIs that are available.

    Now, for your specific questions:

    1) You are correct. It should be TP-LINK (the wiki has a typo)

    2)  The Default TP-LINK AP has no security. In the DataLogger application, you need to select from the drop down box the security you want to use:

    Then, change "password" to the AP password (this is not needed for the no security part. Each one of those projects.

    In general, the wlan_connect function is what you want. Below I put the doxygen comments for it.

    /**
     * \brief wlan connect
     *
     * Connect to station
     *
     * \param[in]   sec_type  - security options:\n WLAN_SEC_UNSEC,
     *       WLAN_SEC_WEP, WLAN_SEC_WPA or WLAN_SEC_WPA2
     * \param[in]   ssid  up  to 32 bytes and is ASCII SSID of the AP
     * \param[in]   ssid_len  A length of the SSID
     * \param[in]   bssid 6 bytes
     * \param[in]   key up to 16 bytes
     * \param[in]   key_len key len
     *
     *  
     * \return On success, zero is returned. On error, negative is
     *            returned. Note that even though a zero is returned on success to trigger
     *         connection operation, it does not mean that CCC3000 is already connected.
     *         An asynchronous "Connected" event is generated when actual assosiation process
     *         finishes and CC3000 is connected to the AP.
     *
     * \sa  wlan disconnect        
     * \note        
     * \warning     
     */

    Regards,
    Gustavo

  • Gustavo,

    If I understand your reply correctly, all I should have to do in order to see the Data Logger run are the following:

    • Download the latest version of the Data Logger app (from here: http://www.ti.com/litv/zip/swrc237a)
    • Restore the factory defaults to the TP-Link router and then truncate its SSID to simply "TP-LINK"
    • Flash the Data Logger binary to the EVM
    • Turn on the AP, wait 30 seconds, and power-cycle the EVM
    • Once the EVM connects to the AP (by illuminating LED1), start the PC Data Logger GUI

    If that sounds correct to you, something else is wrong. I have been following those steps and have not been able to get the EVM to associate with the AP. The EVM fails to connect and then slowly blinks LED3 every time. I have to admit that I'm at a loss as to what to do here.

  • CJ,

    The Data Logger doesn't use the same LED structure as the Sensor application. The data logger seems like it's working.

    1) Go to the TP-LINK web server @ 192.168.1.1 with user and pass both "admin. Go to the DHCP Client list and look whether your device is connected. There should be 2 devices there, one the computer you're using and the other the CC3000 (the LSR module has the MAC on the top and you can compare with the MAC given by the AP.

    Make sure to use "TP-LINK" and not "TP-Link".

    2) What do you see in the GUI? Do you see changes in the temperature? It should be sent by the device to the GUI.

    Gustavo

  • I agree that the Data Logger doesn't use the same LED structure as the sensor, but I disagree that the data logger seems like it is working. From the CC3000 Data Logger Wiki (http://processors.wiki.ti.com/index.php/CC3000_Data_Logger_Quick_Start):

    "The embedded application will power up the CC3000 and try to connect to the correct AP (TP_LINK). While the CC3000 is trying to connect to TP_LINK LED2 will blink rapidly for a maximum of 3 seconds. If the TP_LINK AP is found then LED1 will light up. If not, then the application will go into First Time Config mode and will blink LED3 at about 1 Hz. If this happens you may need to start over at Step 4."

    The EVM does exactly what is described for failing to connect to the AP. LED2 blinks rapidly for several seconds and then LED3 blinks at 1Hz. LED1 is never lit.

    When I load the PC GUI, I see no evidence of any activity. The graphs are never populated with any data. But I have no reason (yet) to believe there is anything at all wrong with the PC GUI.

  • Just for completeness, I also checked the DHCP Client List in the router, and it confirms that only one device (the PC) is connected.

  • CJ,

    You're correct. It is not associated, but did you check the DHCP Client list table in the AP?

    1) Is the SSID "TP-LINK" all uppercase?

    2) What is the security of the AP?

    3) What configuration did you select for the project? Did you choose the appropriate one and changed both places where "password" appears to your passphrase?

    Gustavo

  • Gustavo,

    1) Yes. The factory default is something like "TP-LINK_BA8233" where the last bit is just some part of the router's serial number. All I did was delete everything after "TP-LINK."

    2) Default. No security.

    3) I did not choose any configuration for the project. It seems to me that rebuilding the binary should not be necessary, especially when it is included in the package. I flashed the included binary directly to the device using MSP430Flasher.exe. This is the same mechanism for flashing the Sensor Data binary to the EVM, and that worked perfectly fine. In case you're wondering, this is what the command line to flash the device looks like:

    MSP430Flasher.exe -n MSP430FR5739 -w "../../CC3000_FRAM_Applications\Binary\cc3000_fram_datalogger_1_0_0.txt" -z [VCC] -v -g

  • CJ,

    I am not sure what configuration the binary is using. Please use IAR to configure the project and download it.

    Gustavo

  • My evaluation period for the MSP430 version of IAR has expired. I have been assuming that the configuration described in the Wiki would match the included binary (no security, SSID "TP_LINK") but since there's already at least one instance of inaccuracy, I suppose it could all be up in the air. I'm not a software developer and am not scheduled to do any software development on this platform; would it be possible for you to provide me with a rebuilt binary? I am just trying to characterize power consumption for this device.

  • CJ,

    I tested the file attached with a TP-LINK AP. LED1 is solid indicating a connection.

    Gustavo

    @C200
    54  
    50 2D 4C 49 4E 4B 00 FF FF 00 00 C0 A8 0A 03  
    E0 00 00 01 01 03 00 00 00 00 31 40 00 20 3C 40  
    12 1C 3D 40 B8 00 B0 13 B2 E2 3C 40 00 1C 3D 40  
    08 C2 3E 40 12 00 B0 13 94 E3 B0 13 FA CB B0 13  
    98 E3 0F 12 1F 42 0E 05 E0 0F 0B 3C 07 3C 09 3C  
    08 3C 07 3C 06 3C 05 3C 04 3C 03 3C B1 C0 10 00  
    02 00 3F 41 00 13 3F 15 B2 50 40 1F 52 03 B0 13  
    1E E2 92 53 44 1C B2 90 E8 03 44 1C 12 28 5C 42  
    30 1C 41 19 4C 10 B0 13 A6 DC 82 43 44 1C D2 53  
    81 1C F2 90 0A 00 81 1C 04 28 D2 43 0C 1C C2 43  
    81 1C 3C 17 00 13 3F 15 1F 42 1E 02 3F 92 CA 20  
    5E 42 8A 1C 4E 4E 5F 42 8B 1C 4F 4F 3F F0 FF 00  
    8F 10 0E DF 5F 42 8C 1C 4F 4F 5D 42 8D 1C 4D 4D  
    3D F0 FF 00 8D 10 0F DD 0D 4E 0D DF 0D 93 19 20  
    1E 43 0F 43 0D 12 C1 4E 00 00 3D 41 8E 10 3E F0  
    FF 00 C2 4D 8A 1C C2 4E 8B 1C 0E 12 C1 4F 00 00  
    @C300
    3E 41 8F 10 3F F0 FF 00 C2 4E 8C 1C C2 4F 8D 1C  
    99 3C 5E 42 8A 1C 4E 4E 5F 42 8B 1C 4F 4F 3F F0  
    FF 00 8F 10 0E DF 5F 42 8C 1C 4F 4F 5D 42 8D 1C  
    4D 4D 3D F0 FF 00 8D 10 0F DD 2E 93 3A 20 0F 93  
    38 20 3E 40 06 00 0F 43 0D 12 C1 4E 00 00 3D 41  
    8E 10 3E F0 FF 00 C2 4D 8A 1C C2 4E 8B 1C 0E 12  
    C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 C2 4E 8C 1C  
    C2 4F 8D 1C F2 C2 02 02 B0 13 58 E2 3E 42 0F 43  
    0D 12 C1 4E 00 00 3D 41 8E 10 3E F0 FF 00 C2 4D  
    8A 1C C2 4E 8B 1C 0E 12 C1 4F 00 00 3E 41 8F 10  
    3F F0 FF 00 C2 4E 8C 1C C2 4F 8D 1C B0 13 C4 E2  
    49 3C 5E 42 8A 1C 4E 4E 5F 42 8B 1C 4F 4F 3F F0  
    FF 00 8F 10 0E DF 5F 42 8C 1C 4F 4F 5D 42 8D 1C  
    4D 4D 3D F0 FF 00 8D 10 0F DD 3E 90 03 00 32 20  
    0F 93 30 20 5D 42 86 1C 4D 4D 5F 42 87 1C 4F 4F  
    3F F0 FF 00 8F 10 0D DF 5C 42 8E 1C 4C 4C 5F 42  
    @C400
    8F 1C 4F 4F 3F F0 FF 00 8F 10 0C DF B0 13 7E DD  
    2E 43 0F 43 0D 12 C1 4E 00 00 3D 41 8E 10 3E F0  
    FF 00 C2 4D 8A 1C C2 4E 8B 1C 0E 12 C1 4F 00 00  
    3E 41 8F 10 3F F0 FF 00 C2 4E 8C 1C C2 4F 8D 1C  
    F2 D2 02 02 3C 17 00 13 7B 15 0A 4C 04 4D 06 4E  
    09 43 82 93 48 1C FD 27 1B 42 4A 1C EB 92 00 00  
    F0 20 08 4B 59 48 01 00 49 49 5F 48 02 00 4F 4F  
    3F F0 FF 00 8F 10 09 DF 07 4B 37 50 05 00 0C 48  
    B0 13 AA D2 0F 4C 0F DD 0F 93 D5 20 0F 49 1F 83  
    62 24 1F 83 60 24 1F 83 5E 24 1F 83 5C 24 1F 83  
    5A 24 1F 83 58 24 1F 83 B0 24 1F 83 54 24 1F 83  
    52 24 1F 83 50 24 1F 83 4E 24 1F 83 4C 24 1F 83  
    46 24 3F 80 F4 01 43 24 1F 83 41 24 1F 83 3F 24  
    1F 83 3D 24 3F 80 FD 0D 3E 24 1F 83 3C 24 2F 83  
    4D 24 1F 83 44 24 1F 83 36 24 1F 83 34 24 1F 83  
    7C 24 1F 83 30 24 1F 83 7F 24 1F 83 2C 24 2F 83  
    @C500
    3D 24 3F 80 03 00 2D 24 3F 80 F1 0F 20 24 1F 83  
    1E 24 1F 83 8A 24 1F 83 1A 24 1F 83 7F 24 1F 83  
    16 24 2F 83 14 24 1F 83 12 24 3F 80 F7 1F 83 24  
    3F 80 0B 00 80 20 6F 47 4F 4F 82 4F 72 1C 2E 43  
    17 53 0D 47 3C 40 74 1C B0 13 E8 E2 74 3C DA 48  
    04 00 00 00 70 3C 2E 42 0D 47 0C 4A B0 13 E8 E2  
    6A 3C 3E 42 0D 47 0C 4A B0 13 E8 E2 64 3C 3E 40  
    18 00 0D 47 0C 4A B0 13 E8 E2 5D 3C 3E 40 0C 00  
    0D 47 0C 4A B0 13 E8 E2 5E 4A 04 00 4E 4E 5F 4A  
    05 00 4F 4F 3F F0 FF 00 8F 10 0E DF 5F 4A 06 00  
    4F 4F 57 4A 07 00 47 47 37 F0 FF 00 87 10 0F D7  
    3E 90 C7 FF 40 20 3F 93 3E 20 1E 43 0F 43 6C 4A  
    4C 4C 57 4A 01 00 47 47 37 F0 FF 00 87 10 0C D7  
    5D 4A 02 00 4D 4D 57 4A 03 00 47 47 37 F0 FF 00  
    87 10 0D D7 B0 13 AE DE 26 3C 3E 40 10 00 0D 47  
    0C 4A B0 13 E8 E2 1F 3C DA 48 04 00 04 00 2E 42  
    @C600
    0D 47 0C 4A B0 13 E8 E2 16 3C 5E 48 03 00 4E 4E  
    3E 53 0D 47 0C 4A B0 13 E8 E2 0D 3C 3E 40 3A 00  
    0D 47 0C 4A B0 13 E8 E2 06 3C 3E 40 14 00 0D 47  
    0C 4A B0 13 E8 E2 19 92 46 1C 3E 20 82 43 46 1C  
    3B 3C 07 4B 04 93 1E 24 5E 4B 09 00 4E 4E 5F 4B  
    0A 00 4F 4F 3F F0 FF 00 8F 10 0E DF 5F 4B 0B 00  
    4F 4F 5D 4B 0C 00 4D 4D 3D F0 FF 00 8D 10 0F DD  
    C6 4E 00 00 6E 46 4E 4E 0D 4B 3D 50 15 00 0C 44  
    B0 13 E8 E2 5E 47 03 00 4E 4E 5F 47 04 00 4F 4F  
    3F F0 FF 00 8F 10 0E DF 5F 47 02 00 4F 4F 0E 8F  
    5F 47 02 00 4F 4F 0D 4B 0D 5F 3D 50 05 00 0C 4A  
    B0 13 E8 E2 82 43 78 1C 82 43 48 1C B0 13 86 E3  
    EB 92 00 00 10 20 5B 48 01 00 4B 4B 5F 48 02 00  
    4F 4F 3F F0 FF 00 8F 10 0B DF 3B 90 00 10 03 20  
    0C 48 B0 13 B6 D6 82 93 46 1C B3 22 82 93 78 1C  
    B0 22 0C 43 74 17 10 01 7B 15 0D 12 0C 12 0E 12  
    @C700
    05 4F 18 41 1A 00 19 41 1C 00 1A 41 22 00 1B 41  
    24 00 1C 41 02 00 B0 13 F6 DF 0C 93 D0 20 16 42  
    4C 1C 0D 46 3D 50 0A 00 1E 41 26 00 1F 41 28 00  
    0F 83 52 20 3E 80 81 00 3C 24 1E 83 43 24 1E 83  
    4B 20 0E 48 0F 49 3E 52 0F 63 07 12 C1 4E 00 00  
    37 41 8E 10 3E F0 FF 00 CD 47 10 00 CD 4E 11 00  
    0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 CD 4E  
    12 00 CD 4F 13 00 3E 42 0F 43 07 12 C1 4E 00 00  
    37 41 8E 10 3E F0 FF 00 CD 47 14 00 CD 4E 15 00  
    0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 CD 4E  
    16 00 CD 4F 17 00 74 40 18 00 07 46 37 50 22 00  
    13 3C 0A 43 0B 43 05 43 74 40 10 00 07 46 37 50  
    1A 00 0A 3C 0A 43 0B 43 05 43 74 40 0C 00 44 44  
    07 46 07 54 37 50 0A 00 1E 41 02 00 1F 41 04 00  
    0C 4F 0F 4E 8F 10 3F F0 FF 00 CD 4E 00 00 CD 4F  
    01 00 0F 4C 8F 10 3F F0 FF 00 CD 4C 02 00 CD 4F  
    @C800
    03 00 4E 44 3E 50 FC FF 0F 43 0C 4F 0F 4E 8F 10  
    3F F0 FF 00 CD 4E 04 00 CD 4F 05 00 0F 4C 8F 10  
    3F F0 FF 00 CD 4C 06 00 CD 4F 07 00 0F 48 8F 10  
    3F F0 FF 00 CD 48 08 00 CD 4F 09 00 0F 49 8F 10  
    3F F0 FF 00 CD 49 0A 00 CD 4F 0B 00 B1 90 82 00  
    26 00 03 20 81 93 28 00 15 24 1E 41 1E 00 1F 41  
    20 00 0C 4F 0F 4E 8F 10 3F F0 FF 00 CD 4E 0C 00  
    CD 4F 0D 00 0F 4C 8F 10 3F F0 FF 00 CD 4C 0E 00  
    CD 4F 0F 00 0E 48 2D 41 0C 47 B0 13 E8 E2 B1 90  
    83 00 26 00 09 20 81 93 28 00 06 20 07 58 0E 4A  
    0D 45 0C 47 B0 13 E8 E2 0A 12 05 12 0F 48 4E 44  
    0D 46 5C 41 2A 00 B0 13 A8 DF 0C 48 21 52 31 50  
    06 00 74 17 10 01 1B 15 0B 4C 0A 4D 4F 43 1A B3  
    01 2C 5F 53 DB 43 00 00 4F 4F 0E 4A 0E 5F 8E 10  
    3E F0 FF 00 CB 4E 01 00 0E 12 C1 4A 00 00 3E 41  
    4E 5F CB 4E 02 00 CB 43 03 00 CB 43 04 00 4F 4F  
    @C900
    3F 50 05 00 0A 5F 5E 42 8A 1C 4E 4E 5F 42 8B 1C  
    4F 4F 3F F0 FF 00 8F 10 0E DF 5F 42 8C 1C 4F 4F  
    5D 42 8D 1C 4D 4D 3D F0 FF 00 8D 10 0F DD 0D 4E  
    0D DF 0D 93 18 20 5E 42 8A 1C 4E 4E 5F 42 8B 1C  
    4F 4F 3F F0 FF 00 8F 10 0E DF 5F 42 8C 1C 4F 4F  
    5D 42 8D 1C 4D 4D 3D F0 FF 00 8D 10 0F DD 1E 93  
    EA 23 0F 93 E8 23 5E 42 8A 1C 4E 4E 5F 42 8B 1C  
    4F 4F 3F F0 FF 00 8F 10 0E DF 5F 42 8C 1C 4F 4F  
    5D 42 8D 1C 4D 4D 3D F0 FF 00 8D 10 0F DD 1E 93  
    07 20 0F 93 05 20 0D 4A 0C 4B B0 13 C6 DB 4D 3C  
    80 13 66 1C 5E 42 8A 1C 4E 4E 5F 42 8B 1C 4F 4F  
    3F F0 FF 00 8F 10 0E DF 5F 42 8C 1C 4F 4F 5D 42  
    8D 1C 4D 4D 3D F0 FF 00 8D 10 0F DD 2E 93 EA 23  
    0F 93 E8 23 3E 40 03 00 0F 43 0D 12 C1 4E 00 00  
    3D 41 8E 10 3E F0 FF 00 C2 4D 8A 1C C2 4E 8B 1C  
    0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 C2 4E  
    @CA00
    8C 1C C2 4F 8D 1C 0E 12 C1 4B 00 00 3E 41 8B 10  
    3B F0 FF 00 C2 4E 8E 1C C2 4B 8F 1C 0E 12 C1 4A  
    00 00 3E 41 8A 10 3A F0 FF 00 C2 4E 86 1C C2 4A  
    87 1C F2 C2 02 02 80 13 62 1C 5E 42 8A 1C 4E 4E  
    5F 42 8B 1C 4F 4F 3F F0 FF 00 8F 10 0E DF 5F 42  
    8C 1C 4F 4F 5B 42 8D 1C 4B 4B 3B F0 FF 00 8B 10  
    0F DB 2E 93 EA 23 0F 93 E8 23 0C 43 0D 43 1A 17  
    10 01 7B 15 0D 12 0C 12 0E 12 0F 12 21 82 18 41  
    20 00 19 41 22 00 15 41 24 00 1A 41 26 00 1B 41  
    28 00 06 43 B1 43 00 00 B1 43 02 00 17 42 4C 1C  
    04 47 34 50 09 00 0F 48 0F 5A 3F 50 1C 00 06 4F  
    3E 40 1C 00 0F 43 0D 4F 0F 4E 8F 10 3F F0 FF 00  
    C4 4E 00 00 C4 4F 01 00 0F 4D 8F 10 3F F0 FF 00  
    C4 4D 02 00 C4 4F 03 00 0F 48 8F 10 3F F0 FF 00  
    C4 48 04 00 C4 4F 05 00 0F 49 8F 10 3F F0 FF 00  
    C4 49 06 00 C4 4F 07 00 1E 41 08 00 1F 41 0A 00  
    @CB00
    0D 4F 0F 4E 8F 10 3F F0 FF 00 C4 4E 08 00 C4 4F  
    09 00 0F 4D 8F 10 3F F0 FF 00 C4 4D 0A 00 C4 4F  
    0B 00 0E 48 0F 49 3E 50 10 00 0F 63 0D 4F 0F 4E  
    8F 10 3F F0 FF 00 C4 4E 0C 00 C4 4F 0D 00 0F 4D  
    8F 10 3F F0 FF 00 C4 4D 0E 00 C4 4F 0F 00 0F 4A  
    8F 10 3F F0 FF 00 C4 4A 10 00 C4 4F 11 00 0F 4B  
    8F 10 3F F0 FF 00 C4 4B 12 00 C4 4F 13 00 81 93  
    04 00 11 24 2E 43 0D 43 0C 44 3C 50 14 00 B0 13  
    D6 E2 3E 40 06 00 1D 41 04 00 0C 44 3C 50 16 00  
    B0 13 E8 E2 07 3C 3E 42 0D 43 0C 44 3C 50 14 00  
    B0 13 D6 E2 0E 48 1D 41 06 00 0C 44 3C 50 1C 00  
    B0 13 E8 E2 0F 4A 0F DB 0F 93 0A 24 05 93 08 24  
    0E 4A 0D 45 04 58 34 50 1C 00 0C 44 B0 13 E8 E2  
    0E 12 C1 46 00 00 3E 41 0D 47 1C 43 B0 13 84 E0  
    0D 41 1C 43 B0 13 0C E3 A2 41 7A 1C 2C 41 1D 41  
    02 00 31 50 0C 00 74 17 10 01 3B 15 0F 43 1B 42  
    @CC00
    3A 1C 8B 4F 00 00 1B 42 38 1C 8B 4F 00 00 D2 43  
    0C 1C 82 43 3C 1C 82 43 3E 1C 82 43 40 1C 82 43  
    42 1C C2 43 7D 1C C2 43 7E 1C B2 40 80 5A 5C 01  
    B0 13 E0 CF D2 B3 21 02 02 2C D2 43 7E 1C B0 13  
    68 DA B0 13 06 DF B0 13 9E E2 32 D2 6B 43 4E 4B  
    6E 83 09 24 5E 83 60 24 5E 83 29 24 5E 83 3E 24  
    5E 83 4D 24 5C 3C D2 93 0C 1C F1 23 B0 13 6C CD  
    48 4C 48 93 17 20 B0 13 C2 D1 4A 43 7A 90 14 00  
    04 2C B0 13 FA E2 5A 53 F9 3F 4C 43 B0 13 1C E3  
    C2 43 7D 1C E2 43 7C 1C 4C 43 B0 13 86 E1 7B 40  
    07 00 02 3C 7B 40 07 00 C2 43 0C 1C D0 3F B0 13  
    6C CD 48 4C 48 93 0F 20 B0 13 FA E2 B0 13 FA E2  
    B0 13 FA E2 B0 13 FA E2 B0 13 FA E2 B0 13 7C D7  
    7B 40 07 00 BC 3F 7B 40 07 00 B9 3F 48 93 0C 20  
    B0 13 7C D7 D2 93 0C 1C 04 20 B0 13 C2 D1 C2 43  
    0C 1C 7B 40 07 00 AB 3F 7B 40 07 00 A8 3F 4C 43  
    @CD00
    B0 13 1C E3 C2 43 7D 1C E2 43 7C 1C 4C 43 B0 13  
    86 E1 7B 40 07 00 9B 3F 7B 40 07 00 98 3F F2 90  
    03 00 7C 1C 03 24 E2 92 7C 1C 02 20 B0 13 BC E0  
    D2 B3 21 02 0A 2C C2 93 80 1C 04 20 D2 43 80 1C  
    6B 42 85 3F 7B 40 05 00 82 3F D2 93 80 1C 05 20  
    C2 43 80 1C 7B 40 06 00 7A 3F D2 93 0C 1C 02 20  
    6B 43 75 3F 7B 40 07 00 72 3F 03 43 1B 15 7A 40  
    FD 00 B0 13 5E D4 D2 93 7E 1C 1C 20 03 12 03 12  
    0E 43 0F 43 0C 43 0D 43 B0 13 86 D3 0C 43 0D 43  
    B0 13 36 DC 1C 43 0D 43 B0 13 36 DC 2C 43 0D 43  
    B0 13 36 DC B0 13 FE E1 B0 13 5E D4 C2 43 7E 1C  
    21 52 09 3C 03 12 13 12 0E 43 0F 43 0C 43 0D 43  
    B0 13 86 D3 21 52 4B 43 7B 90 3C 00 0F 2C E2 93  
    7C 1C 0C 20 B0 13 FA E2 5C 43 B0 13 AE E1 B0 13  
    FA E2 5C 43 B0 13 86 E1 5B 53 EE 3F E2 93 7C 1C  
    22 20 03 12 03 12 03 12 03 12 30 12 07 00 0F 43  
    @CE00
    3E 40 00 C2 0C 43 0D 43 B0 13 72 CA 4B 43 31 50  
    0A 00 7B 90 0F 00 0F 2C E2 93 7C 1C 0C 20 B0 13  
    FA E2 5C 43 B0 13 AE E1 B0 13 FA E2 5C 43 B0 13  
    86 E1 5B 53 EE 3F F2 90 03 00 7C 1C 32 20 4B 43  
    7B 90 3C 00 0F 2C C2 93 7D 1C 0C 20 B0 13 FA E2  
    5C 43 B0 13 AE E1 B0 13 FA E2 5C 43 B0 13 86 E1  
    5B 53 EE 3F D2 93 7D 1C 1A 20 03 12 30 12 11 00  
    2E 43 0F 43 2C 43 0D 43 B0 13 D4 D0 0D 4C 3D E3  
    0D 5D 0D 7D 82 4C 3C 1C 82 4D 3E 1C 21 52 82 93  
    3E 1C 03 34 7A 40 FC 00 06 3C 4A 43 04 3C 7A 43  
    02 3C 7A 40 FE 00 4A 93 08 24 4C 43 B0 13 1C E3  
    E2 43 7C 1C 4C 43 B0 13 86 E1 4C 4A 1A 17 10 01  
    5B 15 09 4D 0B 4E 0A 4F 08 49 38 50 05 00 06 49  
    36 50 05 00 F6 40 03 00 00 00 C6 4C 01 00 0F 4A  
    2F 53 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00  
    C6 4E 02 00 C6 4F 03 00 3A 90 E9 03 1B 2C 0F 4A  
    @CF00
    0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 C6 4E  
    04 00 C6 4F 05 00 0E 4A 0D 4B 36 50 06 00 0C 46  
    B0 13 E8 E2 3A 50 06 00 0D 4A 0C 49 B0 13 C6 C8  
    56 17 10 01 0C 4A 3E 40 E8 03 B0 13 40 E2 07 4C  
    5F 46 02 00 4F 4F 5E 46 03 00 4E 4E 3E F0 FF 00  
    8E 10 0F DE 07 57 0F 57 0E 12 C1 4F 00 00 3E 41  
    8F 10 3F F0 FF 00 C6 4E 02 00 C6 4F 03 00 3F 40  
    E8 03 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00  
    C6 4E 04 00 C6 4F 05 00 3E 40 E8 03 0D 4B 36 50  
    06 00 0C 46 B0 13 E8 E2 3A 50 18 FC 3B 50 E8 03  
    3D 40 EE 03 0C 49 B0 13 C6 C8 11 3C 37 40 E8 03  
    0A 87 88 47 00 00 0E 47 0D 4B 0C 48 2C 53 B0 13  
    E8 E2 0B 57 27 53 0D 47 0C 48 B0 13 C6 C8 0A 93  
    AF 27 3A 90 E9 03 EA 2F 07 4A 0A 43 EA 3F 03 43  
    F2 40 A5 00 61 01 B2 D0 06 00 62 01 B2 40 33 01  
    64 01 82 43 66 01 D2 43 61 01 B2 D2 B0 01 92 C3  
    @D000
    B0 01 D2 D3 23 02 D2 C3 25 02 D2 D3 27 02 E2 C3  
    23 02 E2 D3 25 02 E2 C3 2D 02 E2 C3 2B 02 F2 F0  
    0F 00 22 02 F2 D0 F0 00 24 02 B2 F0 F0 FF 22 03  
    B2 D0 0F 00 24 03 F2 F0 10 00 02 02 F2 F0 10 00  
    04 02 F2 D0 EF 00 06 02 F2 C0 10 00 02 02 F2 D0  
    10 00 04 02 F2 D2 02 02 F2 D2 04 02 F2 C2 0C 02  
    F2 C2 0A 02 F2 F0 8B 00 03 02 F2 F0 8B 00 05 02  
    F2 D0 74 00 07 02 F2 C2 05 02 F2 C2 0D 02 F2 C2  
    0B 02 F2 C2 1D 02 E2 C2 05 02 E2 C2 0D 02 E2 C2  
    0B 02 E2 C2 1D 02 F2 D0 03 00 0D 02 F2 F0 FC 00  
    0B 02 F2 C0 80 00 03 02 F2 D0 80 00 05 02 F2 F0  
    F8 00 22 02 F2 F0 F8 00 24 02 F2 D0 07 00 26 02  
    B2 F0 CF FF 22 03 B2 F0 CF FF 24 03 B2 D0 30 00  
    26 03 10 01 5B 15 21 82 06 4C 07 4D 0C 4E 0D 4F  
    0A 43 0B 43 B1 43 00 00 B1 43 02 00 18 42 4C 1C  
    09 48 39 50 09 00 3A 40 0C 00 0B 43 0E 46 0F 47  
    @D100
    06 12 C1 4E 00 00 36 41 8E 10 3E F0 FF 00 C9 46  
    00 00 C9 4E 01 00 0E 12 C1 4F 00 00 3E 41 8F 10  
    3F F0 FF 00 C9 4E 02 00 C9 4F 03 00 1E 41 14 00  
    1F 41 16 00 06 12 C1 4E 00 00 36 41 8E 10 3E F0  
    FF 00 C9 46 08 00 C9 4E 09 00 0E 12 C1 4F 00 00  
    3E 41 8F 10 3F F0 FF 00 C9 4E 0A 00 C9 4F 0B 00  
    0E 12 C1 4C 00 00 3E 41 8C 10 3C F0 FF 00 C9 4E  
    04 00 C9 4C 05 00 0E 12 C1 4D 00 00 3E 41 8D 10  
    3D F0 FF 00 C9 4E 06 00 C9 4D 07 00 0E 12 C1 4A  
    00 00 3E 41 0D 48 3C 40 01 10 B0 13 84 E0 0D 41  
    3C 40 01 10 B0 13 0C E3 A2 41 7A 1C 0E 43 0F 43  
    2C 41 1D 41 02 00 B0 13 AE DE 2C 41 21 52 56 17  
    10 01 0A 12 31 80 10 00 7C 40 03 00 B0 13 AE E1  
    2F 43 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00  
    C1 4E 00 00 C1 4F 01 00 F1 40 C7 00 02 00 F1 40  
    48 00 03 00 2E 42 3D 40 08 1C 0C 41 2C 52 B0 13  
    @D200
    E8 E2 3A 40 BC EA BA 40 3C 00 00 00 2A 53 1F 42  
    38 1C 2F 4F 3F 50 40 15 8A 4F 00 00 BA 90 A5 06  
    00 00 01 28 FF 3F 03 12 30 12 10 00 03 12 03 12  
    03 12 30 12 40 00 0F 41 3F 50 0C 00 3E 40 BC EA  
    1C 42 3C 1C 1D 42 3E 1C B0 13 D6 E1 3A 40 FC EA  
    BA 40 A0 05 00 00 2A 53 1F 42 3A 1C 2F 4F 3F 50  
    00 15 8A 4F 00 00 31 50 0C 00 BA 90 A5 06 00 00  
    01 28 FF 3F 03 12 30 12 10 00 03 12 03 12 03 12  
    30 12 A4 05 0F 41 3F 50 0C 00 3E 40 FC EA 1C 42  
    3C 1C 1D 42 3E 1C B0 13 D6 E1 7C 40 03 00 B0 13  
    86 E1 31 50 1C 00 3A 41 10 01 3B 15 0E 43 5A 4C  
    01 00 4A 4A 5F 4C 02 00 4F 4F 3F F0 FF 00 8F 10  
    0A DF 0B 43 3A B0 00 40 0A 28 3A 90 00 41 07 20  
    0B 93 05 20 B0 13 58 DF 1C 43 0D 43 52 3C 0A 93  
    30 34 08 4A 09 4B 09 83 29 20 38 80 01 80 10 24  
    18 83 0E 24 28 83 0C 24 38 80 0C 00 09 24 38 80  
    @D300
    30 00 06 24 38 80 40 00 03 24 38 80 80 01 16 20  
    1F 42 5A 1C 1F D2 5C 1C 0F 93 0D 24 EC 93 03 00  
    03 28 0E 4C 3E 50 05 00 5F 4C 03 00 7F 53 0C 4A  
    0D 4B 80 13 5A 1C 1C 43 0D 43 23 3C 0C 43 0D 43  
    20 3C 3A 90 03 10 02 20 0B 93 0A 24 3A 90 0F 10  
    02 20 0B 93 05 24 3A 90 0E 10 11 20 0B 93 0F 20  
    5E 4C 04 00 4E 4E 0F 43 82 4E 6E 1C 82 4F 70 1C  
    3C 50 05 00 B0 13 E8 DD 1C 43 0D 43 02 3C 0C 43  
    0D 43 38 17 10 01 5B 15 21 82 06 4C 07 4D 0C 4E  
    0D 4F 0B 43 B1 43 00 00 B1 43 02 00 1A 42 4C 1C  
    08 4A 38 50 09 00 3B 40 0C 00 0E 46 0F 47 06 12  
    C1 4E 00 00 36 41 8E 10 3E F0 FF 00 C8 46 00 00  
    C8 4E 01 00 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0  
    FF 00 C8 4E 02 00 C8 4F 03 00 0E 12 C1 4C 00 00  
    3E 41 8C 10 3C F0 FF 00 C8 4E 04 00 C8 4C 05 00  
    0E 12 C1 4D 00 00 3E 41 8D 10 3D F0 FF 00 C8 4E  
    @D400
    06 00 C8 4D 07 00 1E 41 14 00 1F 41 16 00 0D 12  
    C1 4E 00 00 3D 41 8E 10 3E F0 FF 00 C8 4D 08 00  
    C8 4E 09 00 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0  
    FF 00 C8 4E 0A 00 C8 4F 0B 00 0E 12 C1 4B 00 00  
    3E 41 0D 4A 2C 42 B0 13 84 E0 0D 41 2C 42 B0 13  
    0C E3 2C 41 1D 41 02 00 21 52 56 17 10 01 31 80  
    10 00 B0 13 26 E1 30 12 00 00 30 12 1C E3 30 12  
    00 00 30 12 7A E3 30 12 00 00 30 12 62 E3 30 12  
    00 00 30 12 56 E3 30 12 00 00 30 12 2C E3 30 12  
    00 00 30 12 48 E3 3E 40 3A E3 3F 40 00 00 3C 40  
    54 DB 3D 40 00 00 B0 13 38 D8 3F 40 82 31 3E 40  
    09 00 3F 53 3E 63 FD 2F E2 43 7C 1C 0C 43 B0 13  
    E0 DA 2E 42 0D 43 0C 41 3C 50 24 00 B0 13 D6 E2  
    2E 42 0D 43 0C 41 3C 50 20 00 B0 13 D6 E2 2E 42  
    0D 43 0C 41 3C 50 1C 00 B0 13 D6 E2 2E 42 0D 43  
    0C 41 3C 50 18 00 B0 13 D6 E2 0F 41 3F 50 18 00  
    @D500
    0E 41 3E 50 1C 00 0D 41 3D 50 24 00 0C 41 3C 50  
    20 00 B0 13 CA D8 3C 40 44 82 0D 43 B0 13 12 DD  
    0C 43 31 50 28 00 10 01 0A 12 0E 43 0F 43 0A 12  
    C1 4E 00 00 3A 41 8E 10 3E F0 FF 00 C2 4A 8A 1C  
    C2 4E 8B 1C 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0  
    FF 00 C2 4E 8C 1C C2 4F 8D 1C 0E 12 C1 4C 00 00  
    3E 41 8C 10 3C F0 FF 00 C2 4E 82 1C C2 4C 83 1C  
    0E 12 C1 4D 00 00 3E 41 8D 10 3D F0 FF 00 C2 4E  
    84 1C C2 4D 85 1C 0F 43 0E 12 C1 4F 00 00 3E 41  
    8F 10 3F F0 FF 00 C2 4E 86 1C C2 4F 87 1C 0F 43  
    0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 C2 4E  
    8E 1C C2 4F 8F 1C 3F 40 A0 F0 0E 12 C1 4F 00 00  
    3E 41 8F 10 3F F0 FF 00 C2 4E 90 1C C2 4F 91 1C  
    0F 43 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0 FF 00  
    C2 4E 88 1C C2 4F 89 1C 80 13 62 1C 3A 41 10 01  
    0A 12 5C 42 90 1C 4C 4C 5F 42 91 1C 4F 4F 3F F0  
    @D600
    FF 00 8F 10 0C DF 0E 43 0F 43 0D 4C 3D 50 05 00  
    6A 4D 6A 83 03 24 6A 83 1D 24 49 3C 0F 4C 3F 50  
    05 00 5E 4F 03 00 4E 4E 5F 4F 04 00 4F 4F 3F F0  
    FF 00 8F 10 0E DF 0F 43 1E B3 02 2C 1E 53 0F 63  
    0D 4E 0D DF 0D 93 33 24 0D 4E 3C 50 0A 00 B0 13  
    5C D9 2D 3C 5E 4D 03 00 4E 4E 3E 53 0F 4E 3F E3  
    0F 5F 0F 7F 1E B3 02 28 1E 53 0F 63 0D 4E 0D DF  
    0D 93 05 24 0D 4E 3C 50 0A 00 B0 13 5C D9 3E 42  
    0F 43 0D 12 C1 4E 00 00 3D 41 8E 10 3E F0 FF 00  
    C2 4D 8A 1C C2 4E 8B 1C 0E 12 C1 4F 00 00 3E 41  
    8F 10 3F F0 FF 00 C2 4E 8C 1C C2 4F 8D 1C 0C 43  
    0D 43 3A 41 10 01 21 82 3C 50 05 00 81 43 00 00  
    81 43 02 00 6E 4C 5E 83 05 24 5E 83 1E 24 5E 83  
    37 24 52 3C 1F 42 52 1C 1F D2 54 1C 0F 93 0D 24  
    0C 41 80 13 52 1C 0C 93 08 24 2F 41 0E 4C 1D 42  
    4C 1C 5C 43 B0 13 C0 CE 3F 3C 0F 43 0E 43 1D 42  
    @D700
    4C 1C 5C 43 B0 13 C0 CE 37 3C 1F 42 4E 1C 1F D2  
    50 1C 0F 93 0D 24 0C 41 80 13 4E 1C 0C 93 08 24  
    2F 41 0E 4C 1D 42 4C 1C 6C 43 B0 13 C0 CE 24 3C  
    0F 43 0E 43 1D 42 4C 1C 6C 43 B0 13 C0 CE 1C 3C  
    1F 42 56 1C 1F D2 58 1C 0F 93 0E 24 0C 41 80 13  
    56 1C 0C 93 09 24 2F 41 0E 4C 1D 42 4C 1C 7C 40  
    03 00 B0 13 C0 CE 08 3C 0F 43 0E 43 1D 42 4C 1C  
    7C 40 03 00 B0 13 C0 CE 21 52 10 01 0A 12 31 80  
    18 00 7C 40 03 00 B0 13 AE E1 F1 40 06 00 00 00  
    1A 42 32 1C C1 4A 01 00 0F 4A 8F 10 3F F0 FF 00  
    C1 4F 02 00 1A 42 34 1C C1 4A 03 00 0F 4A 8F 10  
    3F F0 FF 00 C1 4F 04 00 1A 42 36 1C C1 4A 05 00  
    0F 4A 8F 10 3F F0 FF 00 C1 4F 06 00 2F 43 0E 12  
    C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 C1 4E 07 00  
    C1 4F 08 00 F1 40 C7 00 09 00 F1 40 49 00 0A 00  
    2E 42 3D 40 08 1C 0C 41 3C 50 0B 00 B0 13 E8 E2  
    @D800
    03 12 30 12 10 00 03 12 03 12 03 12 30 12 07 00  
    0F 41 3F 50 13 00 0E 41 3E 50 0C 00 1C 42 3C 1C  
    1D 42 3E 1C B0 13 D6 E1 7C 40 03 00 B0 13 86 E1  
    31 50 24 00 3A 41 10 01 1B 15 1A 41 08 00 1B 41  
    0A 00 82 43 46 1C 82 43 72 1C 82 43 74 1C 82 43  
    76 1C 82 43 78 1C 82 43 6E 1C 82 43 70 1C 82 4A  
    52 1C 82 4B 54 1C 82 43 48 1C 82 4E 4E 1C 82 4F  
    50 1C 82 4A 52 1C 82 4B 54 1C 92 41 0C 00 56 1C  
    92 41 0E 00 58 1C 92 41 10 00 5E 1C 92 41 12 00  
    60 1C 92 41 14 00 62 1C 92 41 16 00 64 1C 92 41  
    18 00 66 1C 92 41 1A 00 68 1C 92 41 1C 00 6A 1C  
    92 41 1E 00 6C 1C 82 4C 5A 1C 82 4D 5C 1C 82 43  
    4A 1C 82 43 4C 1C 1A 17 10 01 5B 15 21 83 0B 4D  
    08 4E 09 4F F1 43 00 00 5A 42 4C 1C 4A 4A 5F 42  
    4D 1C 4F 4F 3F F0 FF 00 8F 10 0A DF 06 4A 36 50  
    09 00 2E 42 0D 4C 0C 46 B0 13 E8 E2 2E 42 0D 4B  
    @D900
    0C 46 2C 52 B0 13 E8 E2 2E 42 0D 48 0C 46 3C 52  
    B0 13 E8 E2 2E 42 0D 43 0C 46 3C 50 0C 00 B0 13  
    D6 E2 2E 42 0D 49 36 50 10 00 0C 46 B0 13 E8 E2  
    7E 40 14 00 0D 4A 3C 40 01 20 B0 13 84 E0 0D 41  
    3C 40 01 20 B0 13 0C E3 6C 41 8C 11 3C F3 0D 4C  
    3D E3 0D 5D 0D 7D 21 53 56 17 10 01 3B 15 0E 43  
    0F 43 38 40 0D 1C 0E 43 0F 43 37 3C 5A 42 6C 06  
    4A 4A 5B 42 6D 06 4B 4B 3B F0 FF 00 8B 10 0A DB  
    6A B3 F4 27 0B 48 0B 5E 6B 4B 4B 4B 0A 12 C1 4B  
    00 00 3A 41 8B 10 3B F0 FF 00 C2 4A 4E 06 C2 4B  
    4F 06 5A 42 6C 06 4A 4A 5B 42 6D 06 4B 4B 3B F0  
    FF 00 8B 10 0A DB 5A B3 F4 27 5A 42 4C 06 4A 4A  
    5B 42 4D 06 4B 4B 3B F0 FF 00 8B 10 0A DB 0B 4C  
    0B 5E CB 4A 00 00 1E 53 0F 63 0A 4D 0B 43 0F 9B  
    C5 3B 02 20 0E 9A C2 2B 38 17 10 01 B0 13 80 E3  
    F2 D2 02 02 2E 43 0F 43 0D 12 C1 4E 00 00 3D 41  
    @DA00
    8E 10 3E F0 FF 00 C2 4D 8A 1C C2 4E 8B 1C 0E 12  
    C1 4F 00 00 3E 41 8F 10 3F F0 FF 00 C2 4E 8C 1C  
    C2 4F 8D 1C 5C 42 90 1C 4C 4C 5F 42 91 1C 4F 4F  
    3F F0 FF 00 8F 10 0C DF 3C 50 05 00 5E 42 82 1C  
    4E 4E 5F 42 83 1C 4F 4F 3F F0 FF 00 8F 10 0E DF  
    5F 42 84 1C 4F 4F 5D 42 85 1C 4D 4D 3D F0 FF 00  
    8D 10 0F DD 80 00 90 E3 F2 D0 07 00 2A 02 F2 D0  
    07 00 2C 02 F2 F0 F8 00 24 02 F2 D0 80 00 05 02  
    F2 D0 80 00 03 02 F2 D0 10 00 0A 02 F2 D0 10 00  
    0C 02 F2 C0 10 00 04 02 B2 40 90 02 00 07 B2 40  
    02 02 02 07 B2 D0 10 00 04 07 B2 40 0E 00 0A 07  
    B2 40 1A 00 00 05 3E 40 12 07 0F 43 1F 15 00 18  
    F2 41 12 05 3E 40 12 1C 0F 43 1F 15 00 18 F2 41  
    16 05 B2 40 0F 00 1A 05 B2 40 14 4C 10 05 10 01  
    3B 15 08 4C B2 40 44 F7 4C 1C 3C 40 6E E3 3D 40  
    00 00 B0 13 28 D5 80 13 5E 1C 0A 4C 0B 4D 5C 43  
    @DB00
    80 13 6A 1C 0F 4A 0F DB 0F 93 07 24 80 13 5E 1C  
    0F 4C 0F DD 0F 93 FA 23 0C 3C 80 13 5E 1C 0F 4C  
    0F DD 0F 93 FA 27 80 13 5E 1C 0F 4C 0F DD 0F 93  
    FA 23 0C 48 B0 13 5A E1 4E 43 1D 42 4C 1C 3C 40  
    0B 40 B0 13 84 E0 0D 43 3C 40 0B 40 B0 13 0C E3  
    38 17 10 01 3B 15 0A 4C 0B 4D 08 4E 4D 4F 3A 90  
    80 80 06 20 0B 93 04 20 92 43 40 1C 82 43 42 1C  
    3A 90 01 80 08 20 0B 93 06 20 F2 40 03 00 7C 1C  
    4C 43 B0 13 AE E1 3A 90 02 80 09 20 0B 93 07 20  
    E2 43 7C 1C 4C 43 B0 13 86 E1 B0 13 9C E3 3A 90  
    10 80 0F 20 0B 93 0D 20 D2 43 7D 1C D2 48 03 00  
    04 1C D2 48 02 00 05 1C D2 48 01 00 06 1C E2 48  
    07 1C 38 17 10 01 1B 15 0A 4C 0B 4D F2 C2 02 02  
    03 43 3F 40 8E 01 3F 53 FE 2F 2D 42 0C 4A B0 13  
    7E DD 03 43 3F 40 8E 01 3F 53 FE 2F 3B 50 FC FF  
    0D 4B 2A 52 0C 4A B0 13 7E DD 2E 43 0F 43 0D 12  
    @DC00
    C1 4E 00 00 3D 41 8E 10 3E F0 FF 00 C2 4D 8A 1C  
    C2 4E 8B 1C 0E 12 C1 4F 00 00 3E 41 8F 10 3F F0  
    FF 00 C2 4E 8C 1C C2 4F 8D 1C F2 D2 02 02 0C 43  
    0D 43 1A 17 10 01 1B 15 21 82 0E 4C 0F 4D 0C 43  
    B1 43 00 00 B1 43 02 00 1D 42 4C 1C 0A 4D 3A 50  
    09 00 2C 42 0B 12 C1 4E 00 00 3B 41 8E 10 3E F0  
    FF 00 CA 4B 00 00 CA 4E 01 00 0E 12 C1 4F 00 00  
    3E 41 8F 10 3F F0 FF 00 CA 4E 02 00 CA 4F 03 00  
    0E 12 C1 4C 00 00 3E 41 3C 40 06 00 B0 13 84 E0  
    0D 41 3C 40 06 00 B0 13 0C E3 2C 41 1D 41 02 00  
    21 52 1A 17 10 01 4E 43 1F 42 38 1C 2F 4F 6E 4F  
    1F 42 38 1C 2F 4F CF 4C 00 00 1F 42 38 1C 9F 53  
    00 00 1F 42 38 1C BF 90 FC EA 00 00 05 28 1F 42  
    38 1C BF 40 C0 EA 00 00 D2 53 7F 1C F2 90 3C 00  
    7F 1C 16 28 1F 42 3A 1C 2F 4F CF 4E 00 00 1F 42  
    3A 1C 9F 53 00 00 1F 42 3A 1C BF 90 A0 F0 00 00  
    @DD00
    05 28 1F 42 3A 1C BF 40 00 EB 00 00 C2 43 7F 1C  
    10 01 1B 15 21 82 0E 4C 0F 4D 0C 43 B1 43 00 00  
    B1 43 02 00 1D 42 4C 1C 0A 4D 3A 50 09 00 2C 42  
    0B 12 C1 4E 00 00 3B 41 8E 10 3E F0 FF 00 CA 4B  
    00 00 CA 4E 01 00 0E 12 C1 4F 00 00 3E 41 8F 10  
    3F F0 FF 00 CA 4E 02 00 CA 4F 03 00 0E 12 C1 4C  
    00 00 3E 41 3C 42 B0 13 84 E0 0D 41 3C 42 B0 13  
    0C E3 2C 41 1D 41 02 00 21 52 1A 17 10 01 31 3C  
    5E 42 6C 06 4E 4E 5F 42 6D 06 4F 4F 3F F0 FF 00  
    8F 10 0E DF 6E B3 F4 27 6F 4C 4F 4F 0E 12 C1 4F  
    00 00 3E 41 8F 10 3F F0 FF 00 C2 4E 4E 06 C2 4F  
    4F 06 5E 42 6C 06 4E 4E 5F 42 6D 06 4F 4F 3F F0  
    FF 00 8F 10 0E DF 5E B3 F4 27 5E 42 4C 06 4E 4E  
    5F 42 4D 06 4F 4F 3F F0 FF 00 8F 10 0E DF 3D 53  
    1C 53 0D 93 CD 23 10 01 0A 12 0A 4C 5E 4A 04 00  
    4E 4E 5F 4A 05 00 4F 4F 3F F0 FF 00 8F 10 0E DF  
    @DE00
    5F 4A 06 00 4F 4F 5D 4A 07 00 4D 4D 3D F0 FF 00  
    8D 10 0F DD 3E 90 C7 FF 19 20 3F 93 17 20 1E 43  
    0F 43 6C 4A 4C 4C 5D 4A 01 00 4D 4D 3D F0 FF 00  
    8D 10 0C DD 5D 4A 02 00 4D 4D 5A 4A 03 00 4A 4A  
    3A F0 FF 00 8A 10 0D DA B0 13 AE DE 3A 41 10 01  
    7E 90 10 00 08 28 0D 4C 0C 43 7E 80 11 00 02 30  
    CE 18 0D 5D 10 01 7E E3 7E 50 10 00 5E 06 E0 0E  
    0C 5C 0D 6D 0C 5C 0D 6D 0C 5C 0D 6D 0C 5C 0D 6D  
    0C 5C 0D 6D 0C 5C 0D 6D 0C 5C 0D 6D 0C 5C 0D 6D  
    0C 5C 0D 6D 0C 5C 0D 6D 0C 5C 0D 6D 0C 5C 0D 6D  
    0C 5C 0D 6D 0C 5C 0D 6D 0C 5C 0D 6D 10 01 1B 15  
    0A 4C 0B 4D 0C 4E 0D 4F 0E 4A 0F 4B 0F 93 03 28  
    20 20 3E 92 1E 2C 0F 4C 0F DD 0F 93 04 24 1C 93  
    18 20 0D 93 16 20 1E 43 5A 83 02 30 CA 18 0E 5E  
    5A 53 3E E3 0F 4E 3F E3 0F 5F 0F 7F 82 FE 00 1C  
    82 FF 02 1C 0E 4A B0 13 50 DE 82 DC 00 1C 82 DD  
    @DF00
    02 1C 1A 17 10 01 B2 40 BA EA 38 1C B2 40 B8 EA  
    3A 1C 1F 42 38 1C BF 90 FD EA 00 00 12 2C 1F 42  
    38 1C BF 90 C0 EA 00 00 0C 28 1F 42 3A 1C BF 90  
    A1 F0 00 00 06 2C 1F 42 3A 1C BF 90 00 EB 00 00  
    0A 2C 1F 42 38 1C BF 40 C0 EA 00 00 1F 42 3A 1C  
    BF 40 00 EB 00 00 10 01 3B 15 0D 4C 3D 50 05 00  
    3C 50 07 00 0E 43 0F 43 08 43 09 43 10 3C 5A 4C  
    02 00 4A 4A 5B 4C 03 00 4B 4B 3B F0 FF 00 8B 10  
    0A DB 0B 43 0E 5A 0F 6B 2C 52 18 53 09 63 2A 4D  
    0B 43 09 9B EC 3B 02 20 08 9A E9 2B 82 5E 72 1C  
    0C 43 0D 43 38 17 10 01 3B 15 4A 4C 0C 4D 0D 4E  
    1B 41 0E 00 08 4C 38 50 05 00 E8 43 00 00 C8 4A  
    01 00 C8 4D 02 00 0E 4D 0E 5F 0E 5B 0A 12 C1 4E  
    00 00 3A 41 8E 10 3E F0 FF 00 C8 4A 03 00 C8 4E  
    04 00 0D 5F 0D 5B 3D 50 05 00 B0 13 C6 C8 0C 43  
    0D 43 38 17 10 01 0A 12 0A 4C 1F 42 6E 1C 1F D2  
    @E000
    70 1C 0F 93 0A 24 92 42 6E 1C 7A 1C 82 43 6E 1C  
    82 43 70 1C 1C 42 7A 1C 13 3C 0C 4A 0D 4C 3D E3  
    0D 5D 0D 7D B0 13 44 E0 0F 4C 0F DD 0F 93 02 24  
    3C 43 06 3C 82 93 72 1C E0 27 B2 53 72 1C 0C 43  
    3A 41 10 01 0E 4C 0F 4D 0F 93 03 28 18 20 3E 92  
    16 2C 1E 43 5C 83 02 30 CC 18 0E 5E 5C 53 0F 4E  
    3F E3 0F 5F 0F 7F 82 BE 00 1C 03 20 82 BF 02 1C  
    03 24 1C 43 0D 43 10 01 0C 43 0D 43 10 01 1C 43  
    0D 43 10 01 0A 12 0F 4D 0D 4F 3D 50 05 00 DD 43  
    00 00 0A 12 C1 4C 00 00 3A 41 8C 10 3C F0 FF 00  
    CD 4A 01 00 CD 4C 02 00 CD 4E 03 00 4D 4E 2D 52  
    0C 4F B0 13 C6 C8 0C 43 3A 41 10 01 1B 15 0A 43  
    0B 43 82 93 48 1C 11 24 1C 42 4A 1C EC 92 00 00  
    0C 20 B0 13 AA D2 1C 93 08 20 0D 93 06 20 82 43  
    48 1C 1A 43 0B 43 B0 13 86 E3 0C 4A 0D 4B 1A 17  
    10 01 5E 42 90 1C 4E 4E 5F 42 91 1C 4F 4F 3F F0  
    @E100
    FF 00 8F 10 0E DF 0E 93 0C 24 0F 43 0E 12 C1 4F  
    00 00 3E 41 8F 10 3F F0 FF 00 C2 4E 90 1C C2 4F  
    91 1C 20 00 66 1C F2 D0 C0 00 0C 02 F2 F0 3F 00  
    0A 02 E2 D2 0D 02 E2 C2 0B 02 92 D3 40 06 B2 D0  
    00 29 40 06 B2 D0 80 00 40 06 E2 43 46 06 C2 43  
    47 06 92 C3 40 06 0C 43 10 01 1D 42 4C 1C 0F 4D  
    3F 50 09 00 0C 93 02 24 5E 43 01 3C 4E 43 CF 4E  
    00 00 5E 43 3C 40 00 40 B0 13 84 E0 0D 43 3C 40  
    00 40 80 00 0C E3 6C 92 09 2C 1F 43 5C 83 02 30  
    CC 18 0F 5F 5C 53 82 CF 22 03 10 01 1E 43 5C 83  
    02 30 CC 18 0E 5E 5C 53 C2 CE 22 02 10 01 6C 92  
    09 2C 1F 43 5C 83 02 30 CC 18 0F 5F 5C 53 82 DF  
    22 03 10 01 1E 43 5C 83 02 30 CC 18 0E 5E 5C 53  
    C2 DE 22 02 10 01 03 12 30 12 83 00 11 12 14 00  
    11 12 14 00 11 12 14 00 11 12 14 00 11 12 14 00  
    11 12 14 00 B0 13 F8 C6 31 50 10 00 10 01 4C 43  
    @E200
    80 13 6A 1C 80 13 5E 1C 0F 4C 0F DD 0F 93 FA 27  
    82 93 4C 1C 02 24 82 43 4C 1C 80 00 F2 E0 B0 13  
    8A E2 92 42 26 1C 30 1C 92 42 16 1C 32 1C 92 42  
    14 1C 34 1C 92 42 12 1C 36 1C 10 01 7C F3 7E F3  
    0F 4E 0D 4C 0E 43 1C 43 0D 5D 0E 6E 0E 9F 01 28  
    0E 8F 0C 6C F9 2B 10 01 3D 40 0A 00 5C 42 90 1C  
    4C 4C 5F 42 91 1C 4F 4F 3F F0 FF 00 8F 10 0C DF  
    80 00 5C D9 0A 12 21 83 0A 4C 81 4A 00 00 0D 41  
    5C 43 B0 13 9E E3 F9 3F 03 43 92 B3 02 07 FD 2F  
    B2 D0 03 00 00 07 32 D0 18 00 03 43 10 01 B2 40  
    10 00 42 03 B2 40 40 1F 52 03 B2 40 20 02 40 03  
    10 01 0F 4C 0F 5D 03 3C CC 43 00 00 1C 53 0C 9F  
    FB 23 10 01 B0 13 F0 D5 0F 4C 0F DD 0F 93 02 20  
    B0 13 EC D9 10 01 0F 4C 04 3C CF 4D 00 00 1F 53  
    3E 53 0E 93 FA 23 10 01 0F 4C 04 3C FF 4D 00 00  
    1F 53 3E 53 0E 93 FA 23 10 01 3F 40 3E 0D 3E 40  
    @E300
    03 00 3F 53 3E 63 FD 2F 03 43 10 01 0F 4D 82 4C  
    46 1C 0E 43 0D 43 0C 4F 80 00 48 C4 4C 93 03 24  
    E2 D3 23 02 10 01 E2 C3 23 02 10 01 0F 4C 8F 43  
    00 00 8F 43 02 00 0C 43 10 01 0F 4C 8F 43 00 00  
    8F 43 02 00 0C 43 10 01 0F 4C 8F 43 00 00 8F 43  
    02 00 0C 43 10 01 5C 42 01 02 4C 4C 3C F2 0D 43  
    10 01 32 D2 F2 D2 19 02 F2 D2 1B 02 10 01 92 43  
    48 1C 82 4C 4A 1C 80 00 BC E0 F2 C2 1B 02 10 01  
    F2 C2 1B 02 10 01 F2 D2 1B 02 10 01 80 00 74 E2  
    1F 15 10 01 80 00 E8 E2 80 00 8C E3 10 01 10 01  
    @FFD8
    A6  
    @FFD9
    C2  
    @FFE4
    42  
    @FFE5
    C2  
    @FFEA
    66  
    @FFEB
    C2  
    @FFFE
    1A  
    @FFFF
    C2  
    q
    

  • Gustavo,

    I think I'm closer. The EVM powers on and blinks LED2 rapidly for several seconds. Perhaps 10 seconds. At some point while LED2 blinks, LED1 comes on. There is a period of several seconds occasionally when LED2 is blinking and LED1 is illuminated. The PC GUI receives a little bit of information from the EVM, and then all the LEDs turn off and LED2 begins blinking again. This process repeats indefinitely and a full cycle takes about 20 seconds. In that 20 seconds, there appear to be a couple seconds of successful Wifi connectivity:

    I have tried power-cycling things in all kinds of orders, for example:

    • Turn off AP and EVM, wait 10 seconds
    • Turn on AP and wait for PC to associate
    • Start PC GUI
    • Turn on EVM

     

  • Another note which shouldn't be of any consequence, but might be anyway: the PC running the GUI has a wired, not wireless, connection to the AP.

  • CJ,

    The behavior of the application is correct. the Data Logger logs the information of the temperature and periodically sends it to the PC GUI.

    In the GUI, put the mouse on the arrows. There should be a chart with the temperature information.

    Gustavo

  • Oh yes, so it is. I didn't realize that the EVM fully dissociated from the AP between every temp sample. But I see now that it is working fine. Temp data is logged, and the accelerometer streaming works fine.

    You should see if you can have the binary included with the download package replaced with the one you sent me. Might save some people some trouble down the line. Thanks!

  • Hi CJ,

    depending how long it takes to associate to the AP you may find it difficult to characterize the power consumption as it may not spend any time in sleep due to the short report cycle period.  Furthermore, this is just a demo application and so power consumption could be reduced further.

    Mathieu

  • Mathieu,

    I'm sure there are a lot of variables, but my situation is very nearly best-case here. The AP is 10 feet away, it is using no encryption, only has two connected devices (only one of which is wireless), and there are only a handful of other SSIDs broadcasting in this environment. Increasing range and adding other devices or encyrption would only make the situation worse. You can see some details of my findings in a discussion I started here:

    http://e2e.ti.com/support/low_power_rf/f/851/t/172533.aspx