Skip to content
Snippets Groups Projects
README.rst 694 B
Newer Older
  • Learn to ignore specific revisions
  • MENACER Mohamed's avatar
    MENACER Mohamed committed
    .. zephyr:code-sample:: lorawan-class-a
       :name: LoRaWAN class A device
       :relevant-api: lorawan_api
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
       Join a LoRaWAN network and send a message periodically.
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    Overview
    ********
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    A simple application to demonstrate the :ref:`LoRaWAN subsystem <lorawan_api>` of Zephyr.
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    
    Building and Running
    ********************
    
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    This sample can be found under
    :zephyr_file:`samples/subsys/lorawan/class_a` in the Zephyr tree.
    
    Before building the sample, make sure to select the correct region in the
    ``prj.conf`` file.
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    The following commands build and flash the sample.
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    
    
    MENACER Mohamed's avatar
    MENACER Mohamed committed
    .. zephyr-app-commands::
       :zephyr-app: samples/subsys/lorawan/class_a
       :board: nucleo_wl55jc
       :goals: build flash
       :compact: