Use LoRaWAN on mDot with IKS01A1 sensor board plugged into UDK board.

Dependencies:   X_NUCLEO_IKS01A1 mbed LoRaWAN-lib SX1272Lib

Fork of LoRaWAN-demo-72 by Semtech

This project uses IKS01A1 driver library with pin definitions for mDot UDK arduino headers.
The mDot platform doesnt define arduino header pins, so they must be defined in the IKS01A1 driver library header.

Files at this revision

API Documentation at this revision

Comitter:
mluis
Date:
Mon Mar 14 09:17:05 2016 +0000
Parent:
1:263aa4ff29cd
Child:
3:3152aa75c58d
Commit message:
Updated project with latest version of the used libraries

Changed in this revision

app/main.cpp Show annotated file Show diff for this revision Revisions of this file
mac/LoRaWAN-lib.lib Show annotated file Show diff for this revision Revisions of this file
radio/SX1272Lib.lib Show annotated file Show diff for this revision Revisions of this file
--- a/app/main.cpp	Thu Feb 18 07:49:29 2016 +0000
+++ b/app/main.cpp	Mon Mar 14 09:17:05 2016 +0000
@@ -371,7 +371,7 @@
             mcpsReq.Req.Confirmed.fPort = AppPort;
             mcpsReq.Req.Confirmed.fBuffer = AppData;
             mcpsReq.Req.Confirmed.fBufferSize = AppDataSize;
-            mcpsReq.Req.Confirmed.nbRetries = 8;
+            mcpsReq.Req.Confirmed.NbTrials = 8;
             mcpsReq.Req.Confirmed.Datarate = LORAWAN_DEFAULT_DATARATE;
         }
     }
--- a/mac/LoRaWAN-lib.lib	Thu Feb 18 07:49:29 2016 +0000
+++ b/mac/LoRaWAN-lib.lib	Mon Mar 14 09:17:05 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Semtech/code/LoRaWAN-lib/#14a5d6ad92d5
+http://developer.mbed.org/teams/Semtech/code/LoRaWAN-lib/#b9d87593a8ae
--- a/radio/SX1272Lib.lib	Thu Feb 18 07:49:29 2016 +0000
+++ b/radio/SX1272Lib.lib	Mon Mar 14 09:17:05 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Semtech/code/SX1272Lib/#cd1093b6676f
+http://developer.mbed.org/teams/Semtech/code/SX1272Lib/#5baff45eb3c5