Changes between Version 20 and Version 21 of expansion/gw16122


Ignore:
Timestamp:
02/21/2018 09:34:42 PM (7 years ago)
Author:
Ryan Erbstoesser
Comment:

update sensor programming info

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16122

    v20 v21  
    4040   * There is a precompiled binary in the SDK from step 1, here:
    4141    * /usr/src/ti/simplelink_cc13x0_sdk_xxx/examples/rtos/CC1350_LAUNCHXL/ti154stack/hexfiles/default/sensor_default.hex
    42     * Install with [#HostProgrammingTools this information]
     42    * Install firmware to Sensor !LaunchPad with [#HostProgrammingSoftware this information]
     43    * Additional TI Links here:
     44     * [http://dev.ti.com/tirex/content/simplelink_academy_cc13x0sdk_1_12_01_16/modules/154-stack_03_linux_project_0/154-stack_03_linux_project_0.html Recommended - Project 0]
     45     * [http://www.ti.com/lit/ug/swru491a/swru491a.pdf Gateway Example PDF]
    4346 3. The collector application running in Ubuntu on the Gateworks SBC
    4447  * Must download Ti-15-4 Stack from Ti onto Linux Desktop [http://www.ti.com/tool/download/TI-15-4-STACK-GATEWAY-LINUX-SDK]
     
    5255
    5356=== Getting Started Steps ===
    54 * Program CC1350 !LaunchPad Sensor node with default Ti Sensor firmware from Software Requirements section above. Ti Steps here:
    55  * [http://dev.ti.com/tirex/content/simplelink_academy_cc13x0sdk_1_12_01_16/modules/154-stack_03_linux_project_0/154-stack_03_linux_project_0.html]
    56  * [http://www.ti.com/lit/ug/swru491a/swru491a.pdf]
     57
     58* Program CC1350 !LaunchPad Sensor node as described in software section above
    5759* Connect GW16122 to Gateworks SBC in Mini-PCIe slot that supports USB
    5860* Connect antenna to GW16122
     
    6062* Connect ethernet cable to Gateworks SBC on the same network as a PC/Laptop (for web gui viewing from PC)
    6163* Install the collector application software on the Gateworks SBC as described above in the software requirements section
     64
     65==== Running the Application ====
     66
    6267* To start the collector application, run the script on the Gateworks command line:
    6368{{{
     
    8691}}}
    8792* Observe the IP address printed out in the script output
     93* Power on the sensor node that should then connect to the collector.
     94 * NOTE: The sensor node has NV Ram that stores the last network it was connected to. This must be reset every time the run_demo.sh script is ran.
    8895* From a computer on the same network as the Gateworks board, open a web browser and type in the IP address including the port and observe the web gui shown below:
    8996[[Image(gw16122webgui.png,400px)]]
    90 * Program the CC1350 LaunchPad with the default sensor firmware
    91  * Use a Windows or Linux Machine
    92   * Windows - Gateworks recommends the TI
    93 * Power on the sensor node that should then connect to the collector.
    94  * NOTE: The sensor node has NV Ram that stores the last network it was connected to. This must be reset every time the run_demo.sh script is ran.
     97
    9598
    9699== What's Next? ==