j

Committer:
zinnetyazicii53
Date:
Sun Aug 25 08:58:34 2019 +0000
Revision:
0:d861e7a56281
cmm

Who changed what in which revision?

UserRevisionLine numberNew contents of line
zinnetyazicii53 0:d861e7a56281 1 Instructions for building Dot-Examples
zinnetyazicii53 0:d861e7a56281 2
zinnetyazicii53 0:d861e7a56281 3 1. Import dot-examples
zinnetyazicii53 0:d861e7a56281 4 $ mbed import http://os.mbed.com/teams/MultiTech/code/Dot-Examples/
zinnetyazicii53 0:d861e7a56281 5
zinnetyazicii53 0:d861e7a56281 6 2. cd to the Dot-Examples/examples and import the dot library stack
zinnetyazicii53 0:d861e7a56281 7 Choose either the stable or dev library for your dot device
zinnetyazicii53 0:d861e7a56281 8 e.g. to get the latest development library for the xDot
zinnetyazicii53 0:d861e7a56281 9 $ mbed add http://os.mbed.com/teams/MultiTech/code/libxDot-dev-mbed5/
zinnetyazicii53 0:d861e7a56281 10
zinnetyazicii53 0:d861e7a56281 11 3. Update mbed-os revision to match that of the dot library you just imported.
zinnetyazicii53 0:d861e7a56281 12 This information can be found in the library's commit history.
zinnetyazicii53 0:d861e7a56281 13 e.g.
zinnetyazicii53 0:d861e7a56281 14 $ cd Dot-Examples/mbed-os
zinnetyazicii53 0:d861e7a56281 15 $ mbed update mbed-os-5.7.6
zinnetyazicii53 0:d861e7a56281 16
zinnetyazicii53 0:d861e7a56281 17 4. Modify the Dot-Examples/examples/example_config.h to select the channel plan and which example to build
zinnetyazicii53 0:d861e7a56281 18 By default, the OTA example is selected to build with the US channel plan
zinnetyazicii53 0:d861e7a56281 19
zinnetyazicii53 0:d861e7a56281 20 5. Once the example is selected, modify the example source file to match the configuration of your gateway.
zinnetyazicii53 0:d861e7a56281 21 Make sure the network_name, network_passphrase, frequency_sub_band (US), public_network, and join_delay settings match that of your gateway
zinnetyazicii53 0:d861e7a56281 22