An mbed BLE-to-Cloud Gateway using Nucleo-F429ZI+X-Nucleo-IDB05A1 or Nucleo-L476RG+X-Nucleo-IDB05A1+X-Nucleo-IDW01M1.

Information

Nucleo- F429ZI configuration requires two hardware patches:

  1. on Nucleo-F429ZI open SB121 and close SB122
  2. on X-Nucleo-IDB05A1 move R4 to R6

The BLE client searches for and connects to a MotEnv node.

Revision:
3:39c8d17bed52
Parent:
1:d9c0c4889bd2
Child:
4:d5f5559b48f7
--- a/main.cpp	Thu Oct 12 17:40:36 2017 +0200
+++ b/main.cpp	Thu Oct 12 18:23:08 2017 +0200
@@ -21,9 +21,9 @@
 #include <vector>
 #include "mbed-trace/mbed_trace.h"
 #include "mbedtls/entropy_poll.h"
-#include "ble\BLE.h"
-#include "ble\DiscoveredCharacteristic.h"
-#include "ble\DiscoveredService.h"
+#include "BLE.h"
+#include "DiscoveredCharacteristic.h"
+#include "DiscoveredService.h"
 
 
 #include "security.h"