Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot-Custom
Fork of mDot_LoRa_Connect_Example by
The project is a starting point for the AS923 channel plan.
Default frequencies are 923.2 and 923.4 Join Datarate is set to DR2:SF10BW125 Additional channels can be added in JoinAccept message or through new channel mac commands
New MAC commands in LoRaWAN 1.02 have NOT been included to set the DwellTime and MaxEIRP Overriding this function is available to someone who would like to do this. virtual uint8_t HandleMacCommands(uint8_t* payload, uint8_t index, uint8_t end_index);
Diff: main.cpp
- Revision:
- 10:f5ea829bf9ca
- Parent:
- 8:945bf15931ee
- Child:
- 12:2bdea2bdd694
--- a/main.cpp Thu Sep 22 13:25:25 2016 +0000 +++ b/main.cpp Wed Sep 28 16:58:18 2016 +0000 @@ -8,8 +8,8 @@ // these options must match the settings on your Conduit // uncomment the following lines and edit their values to match your configuration -static std::string config_network_name = "sad face"; -static std::string config_network_pass = "happy face"; +static std::string config_network_name = "<NETWORK_NAME>"; +static std::string config_network_pass = "<NETWORK_PASS>"; static uint8_t config_frequency_sub_band = 1; Serial debug(USBTX, USBRX);
