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

Dependencies:   mbed

Revisions of LoRa/lora_driver.c

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
29:b48f6176c2cd 2018-11-02 - Implemented get battery level function; - Added battery level into the payload 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
26:176e648c03f6 2018-11-01 Updated the device state enums because of the SLEEP_DEVICE state. Can't use DEVICE_SLEEP, one of mbed library is using it. File  Diff  Annotate
25:50414f44a431 2018-11-01 Debug printf for uplink added. File  Diff  Annotate
24:f3b987589609 2018-10-19 Updated the LoraConfigParam variable names; File  Diff  Annotate
21:f1d561ed31a1 2018-10-09 APPEUI and DEVEUI will be in the same category as Device Address; 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
16:2179ec24dff8 2018-07-26 Comment added; File  Diff  Annotate
12:f1fd61aa85e0 2018-07-24 RGB LED will indicate join status; File  Diff  Annotate
10:19da323c2bc0 2018-07-18 Application can change DeviceState;; Removed hardcoded ADR status;; Renamed Time Server callbacks;; Local functions are static now; File  Diff  Annotate
5:53302861bfea 2018-07-16 Updated directories; File  Diff  Annotate | base