MultiTech / Mbed OS mDot_LoRa_Connect_Example_CUSTOM_AS923

Dependencies:   libmDot-Custom

Fork of mDot_LoRa_Connect_Example by MultiTech

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);

Revision:
10:f5ea829bf9ca
Parent:
8:945bf15931ee
Child:
12:2bdea2bdd694
diff -r d785cdaa1efa -r f5ea829bf9ca main.cpp
--- 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);