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

Dependencies:   mbed

Revisions of main.cpp

Revision Date Message Actions
32:2d0678039a09 2019-01-24 Updated code; 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
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
11:f4346bbaa872 2018-07-21 Removed GPIO init. Causing problem for Mbed I/O control; 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
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
3:11cdf29c8739 2018-07-16 Analog data read added to the uplink packet; File  Diff  Annotate
2:1ef859bc5cd2 2018-07-16 Added settings for ADR; Removed Mbed specific serial declarations; File  Diff  Annotate
1:168a6afffbff 2018-07-12 Updated debug printf; Separated ClassA and ClassC configs; ADC initialization added; File  Diff  Annotate
0:a0c5877bd360 2018-07-12 Porting complete! File  Diff  Annotate