Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX127x lorawan1v1
Revision 14:926581c53117, committed 2018-10-20
- Comitter:
- bootcamps
- Date:
- Sat Oct 20 07:28:46 2018 +0000
- Parent:
- 13:89e36ee10179
- Child:
- 15:f380b2565ac0
- Commit message:
- Initial Commit for Ottawa
Changed in this revision
| Commissioning.h | Show annotated file Show diff for this revision Revisions of this file |
| sensorDemoVT100.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Commissioning.h Sat Oct 20 00:12:21 2018 +0000
+++ b/Commissioning.h Sat Oct 20 07:28:46 2018 +0000
@@ -43,7 +43,7 @@
#define LORAWAN_PUBLIC_NETWORK true
-#define LORAWAN_DEVICE_EUI { 0xAB,0xCD,0xEF,0x00,0x00,0x00,0x00,0x27 }
+#define LORAWAN_DEVICE_EUI { 0xAB,0xCC,0xEF,0x00,0x00,0x00,0x00,0x00 }
#define LORAWAN_JOIN_EUI { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }
--- a/sensorDemoVT100.cpp Sat Oct 20 00:12:21 2018 +0000
+++ b/sensorDemoVT100.cpp Sat Oct 20 07:28:46 2018 +0000
@@ -1197,7 +1197,7 @@
#ifndef SENETCO /* for senet, use network provided DevEUI */
// Initialize LoRaMac device unique ID
- HardwareIDtoDevEUI(DevEui);
+ //HardwareIDtoDevEUI(DevEui);
#ifdef LORAWAN_ROOT_APPKEY
// inverted DevEui provisioned as v1.1 on server (non-inv = lorawan1v0)
for (int i = 0; i < 8; i++)