Changes between Version 49 and Version 50 of expansion/gw16122
- Timestamp:
- 01/21/2019 09:05:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16122
v49 v50 40 40 * This allows the Gateworks GW16122 to be connected to a Laptop / PC for programming purposes. 41 41 * [https://www.amazon.com/Mini-Wireless-Adapter-Module-Testing/dp/B00T2FPC2A/ref=sr_1_8?ie=UTF8&qid=1519335779&sr=8-8& Option #1 - Amazon] - Requires rubberband to hold GW16122 in 42 * [https://www.dhgate.com/product/smakn-mini-pci-e-to-usb-adapter-with-sim/386929225.html Option #1 - DHGate] - May require USB extension cable42 43 43 44 44 === Software Requirements === … … 126 126 * [[Image(gw16122webgui.png,400px)]] 127 127 * Power on the sensor node that should then connect to the collector. 128 * 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. Read a TI Forum topic about this here: [https://e2e.ti.com/support/wireless_connectivity/proprietary_sub_1_ghz_simpliciti/f/156/t/641623]128 * 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. 129 129 * You can test the connection by clicking the 'Toggle LED' on the sensor node. This often takes 10 seconds to transmit and will affect LED D2 on the GW16122 if it is being used as a sensor. 130 130 … … 145 145 * [http://dev.ti.com/tirex/#/ TI Resource Explorer - Documentation] 146 146 * [http://processors.wiki.ti.com/index.php/Main_Page TI Wiki] 147 * [https://e2e.ti.com/support/wireless_connectivity/proprietary_sub_1_ghz_simpliciti/ Ti Sub 1GHz E2E Forum] 147 148 148 * [http://dev.ti.com/tirex/#/?link=Software%2FSimpleLink%20CC13x0%20SDK CC1350 Wiki] 149 149 * [http://dev.ti.com/tirex/content/tirtos_cc13xx_cc26xx_2_20_00_06/resources/cc1350LaunchPad/project0/landing_page_index.html Launch Pad Resource Explorer Landing Page on Ti] … … 201 201 202 202 Gateworks did basic range testing with the GW16122 using a 2dBi Omni Antenna on the 915Mhz band. A successful link was acquired at 4500ft/1.4km over water. Note both the transmitter and receiver were only 1m off the ground so much better performance would be expected if the antennas were mounted higher to clear the Fresnel zones. Using a directional antennas, range can be increased further with links easily greater then >10Km. Additionally, there is different modes and tuning that can be done in software to increase the range, such as LRM (long range mode). 203 204 TI has published an Excel spreadsheet for calculating theoretical distances. Please review this here: [https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/375823]205 203 206 204 More range information may be found on the [https://e2e.ti.com/support/ TI E2E Forums] and on the TI documentation listed in the references on this page. … … 578 576 === UART RX/TX Example === 579 577 580 This sample example code was provided by a Texas Instruments (TI) employee (Prashanth S) on the [https://e2e.ti.com/support/wireless_connectivity/proprietary_sub_1_ghz_simpliciti/f/156/p/586620/2154741#2154741 E2E Support forums] - (filename download on the forum post is: 4034.uartRxTx_CC1350_LAUNCHXL_TI.zip).581 578 582 579 At a high level, this example allows for you to type from a keyboard to an open UART on each side and the data will be sent to the other side. … … 714 711 * [http://www.ti.com/lit/ug/sprui94/sprui94.pdf XDS110 User Guide] 715 712 * [http://dev.ti.com/tirex/content/simplelink_academy_cc13x0sdk_1_13_01_05/modules/154-stack_03_linux_project_0/154-stack_03_linux_project_0.html TI 15.4-Stack - Linux Gateway Project Zero App Note] 716 * [http://e2e.ti.com/support/wireless_connectivity/proprietary_sub_1_ghz_simpliciti/ TI Sub-1GHz E2E Forum]717 713 * [http://dev.ti.com/tirex/content/simplelink_academy_cc13x0sdk_1_12_01_16/modules/prop_04_cc1350lpdm/resources/CC1350LaunchPad_BLE_All_v1_00.hex CC1350 Bluetooth Software for use with iPhone App] 718 714