Testing basic mdot with external Interrupt

Dependencies:   libmDot mbed-rtos mbed-src

Fork of mDot_test_rx by Mike Fiore

LoRaWAN Network Configuration

For DevEUI, AppEUI, AppKey configuration to specific network, please see lines 10 to 18.

If using with an 8 channel gateway define config_frequency_sub_band at line 16. Setting config_frequency_sub_band to '1' will limit the device to using just the first eight (8) channels starting at 902.3 MHz.

Free Running vs Interrupt

At line 117 you can change the program from waiting for external interrupts to free-running by changing msg_rdy to be equal to 'true'.

History

Default to free running default tip

2015-11-17, by jknapp_smtc [Tue, 17 Nov 2015 18:17:28 +0000] rev 6

Default to free running


Added wait_time to stop packets from being sent at 100% duty cycle.;

2015-08-01, by jknapp_smtc [Sat, 01 Aug 2015 01:17:43 +0000] rev 5

Added wait_time to stop packets from being sent at 100% duty cycle.;


Added comments, rearranged typical parameters, added comment to make free running.

2015-08-01, by jknapp_smtc [Sat, 01 Aug 2015 01:08:16 +0000] rev 4

Added comments, rearranged typical parameters, added comment to make free running.


Checking for SMTC System

2015-07-30, by jknapp_smtc [Thu, 30 Jul 2015 19:02:09 +0000] rev 3

Checking for SMTC System


update libraries, add extra wait between packets

2015-07-10, by mfiore [Fri, 10 Jul 2015 18:44:02 +0000] rev 2

update libraries, add extra wait between packets


make sure log level is set

2015-06-26, by mfiore [Fri, 26 Jun 2015 19:40:51 +0000] rev 1

make sure log level is set


first commit

2015-06-26, by mfiore [Fri, 26 Jun 2015 17:39:51 +0000] rev 0

first commit