A demo application for HXC900 LoRaWAN module using Nucleo-L053R8.

Dependencies:   mbed

Revisions of lora_conf.h

Revision Date Message Actions
32:2d0678039a09 2019-01-24 Updated code; File  Diff  Annotate
31:174c745f921c 2018-12-10 FWversion and battery level are added to the payload from the application layer instead of from the lora driver; File  Diff  Annotate
30:c58316bab0fb 2018-12-10 Green and Blue LED pins are swapped; ; Device will be class C;; AppEui and Appkey are fixed; File  Diff  Annotate
28:c777d977b252 2018-11-02 - Implemented firmware version get function.; - Firmware version is added to the payload. File  Diff  Annotate
27:517ca3a30ad7 2018-11-01 -Max_Payload_Size defined; -Replaced Appeui, Appkey with a general statement; -and DevEui as Auto. implemented print_deveui function; - forget to update keys will be stuck in infinite loop; -During rejoin,stop uplink timer; -stop rejoin timer in event fun File  Diff  Annotate
24:f3b987589609 2018-10-19 Updated the LoraConfigParam variable names; File  Diff  Annotate
22:5b77cf59d630 2018-10-19 - Rearrange function definitions.; - Got rid of HW_GpioInit().; - Introduced eConfirmationStatus_t; - Moved all LoRa configuration into lora_conf.h. File  Diff  Annotate
21:f1d561ed31a1 2018-10-09 APPEUI and DEVEUI will be in the same category as Device Address; File  Diff  Annotate
20:1ed8723a3a87 2018-09-24 Added a comment about how to convert temperature sensor value into degree Celsius. File  Diff  Annotate
19:0c90e38fc9c5 2018-09-13 Removed STRING uplink; File  Diff  Annotate
17:e682a18c3914 2018-08-30 Send sensor data by default; Added Rejoin timer; File  Diff  Annotate
15:2860c960d2ff 2018-07-25 Cleanup; SENSOR_ON is false; File  Diff  Annotate
14:05245fe1a7a0 2018-07-24 mbed button and led initialization are moved to main.h; uplink packet consists of switch status; File  Diff  Annotate
13:985092816446 2018-07-24 reporting actual voltage of the temperature sensor File  Diff  Annotate
9:aa36be6f3c3a 2018-07-18 Hello World! File  Diff  Annotate
8:60cfc0029421 2018-07-18 renamed function and cleaned up code; File  Diff  Annotate
7:3c5d342068dd 2018-07-18 Cleaned up code; File  Diff  Annotate
6:1d09b7960d57 2018-07-16 Bug fix: Added NULL at the end of Recvd data buffer; ASCII downlink data parser added; New keys; File  Diff  Annotate
5:53302861bfea 2018-07-16 Updated directories; File  Diff  Annotate
4:511677d804ac 2018-07-16 lora_conf.h added; SENSOR_ON and STRING_PACKET added; Renamed SendDataHandler name; Deleted commented out codes from main.h; File  Diff  Annotate