Changes between Version 5 and Version 6 of iot


Ignore:
Timestamp:
11/22/2019 08:46:44 PM (4 years ago)
Author:
Ryan Erbstoesser
Comment:

update step instructions

Legend:

Unmodified
Added
Removed
Modified
  • iot

    v5 v6  
    3838 1. Make sure antenna is connected
    3939 1. Connect to desktop/laptop via !CuteCom terminal program
    40  1. Set freq
    41  1. Mac join abp, etc
     40 1. Set freq {{{ mac set ch_freq 0 902600000}}}
     41 1. Mac join abp {{{ mac join abp }}}
    42421. Gateworks SBC
    4343 1. Install Ubuntu Bionic (Ventana) [wiki:ventana/ubuntu Instructions]
     
    6868
    69691. Make sure node is up and running and connected to with terminal program on laptop/desktop
    70 1. Start SBC and make sure packet forward is running first
    71 1. Then start the gateway bridge
    72 1. Then check for connected device on Azure
    73 1. Send packet from node and view on Azure
    74 
    75 Sample Logs & files
     701. Start SBC
     711. Start packet forward program and ensure it is running successfully as shown in the output in the Log file section below
     72{{{
     73./lora_pkt_fwd
     74}}}
     751. Start the gateway bridge and ensure it is running successfully as shown in the output in the Log file section below
     76{{{
     77lora-gateway-bridge -c /etc/lora-gateway-bridge/lora-gateway-bridge.toml
     78}}}
     791. Login to Azure website and check for connected device on Azure (status packets are being sent up by the Gateway Bridge)
     801. Send actual data packet from node and view as it propagates from the packet forwarder to the bridge and then to Azure (as shown in the Log section below)
     81 1. In !CuteCom or terminal program connected to the node, send a packet with the following command
     82{{{
     83mac tx ucnf 0 1234
     84}}}
     85
     86=== Sample Configuration Files and Logs
    7687[[CollapsibleStart(lora-gateway-bridge Configuration File)]]
    7788Lora-gateway-bridge