Changes between Version 20 and Version 21 of expansion/gw16122
- Timestamp:
- 02/21/2018 09:34:42 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16122
v20 v21 40 40 * There is a precompiled binary in the SDK from step 1, here: 41 41 * /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] 43 46 3. The collector application running in Ubuntu on the Gateworks SBC 44 47 * Must download Ti-15-4 Stack from Ti onto Linux Desktop [http://www.ti.com/tool/download/TI-15-4-STACK-GATEWAY-LINUX-SDK] … … 52 55 53 56 === 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 57 59 * Connect GW16122 to Gateworks SBC in Mini-PCIe slot that supports USB 58 60 * Connect antenna to GW16122 … … 60 62 * Connect ethernet cable to Gateworks SBC on the same network as a PC/Laptop (for web gui viewing from PC) 61 63 * Install the collector application software on the Gateworks SBC as described above in the software requirements section 64 65 ==== Running the Application ==== 66 62 67 * To start the collector application, run the script on the Gateworks command line: 63 68 {{{ … … 86 91 }}} 87 92 * 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. 88 95 * 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: 89 96 [[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 95 98 96 99 == What's Next? ==