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.

Committer:
nikapov
Date:
Fri Oct 20 19:04:58 2017 +0200
Revision:
4:d5f5559b48f7
Parent:
0:c7083010ae49
Add support to Nucleo_F429ZI and ethernet.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nikapov 0:c7083010ae49 1 ## Radio module identification
nikapov 0:c7083010ae49 2
nikapov 0:c7083010ae49 3 * Make sure that you are using the same radio modules on both server and client sides:
nikapov 0:c7083010ae49 4
nikapov 0:c7083010ae49 5 * If the radio module on the gateway router supports the 2.4 GHz frequency band, the client side must have an mbed 6LoWPAN shield that uses a 2.4 GHz radio module (such as Atmel AT86RF233).
nikapov 0:c7083010ae49 6
nikapov 0:c7083010ae49 7 * If the radio module on the gateway router supports the sub-GHz frequency band, the client side must have an mbed 6LoWPAN shield that uses a sub-GHz radio module (such as Atmel AT86RF212B).
nikapov 0:c7083010ae49 8
nikapov 0:c7083010ae49 9 * An easy way to identify which frequency band your setup uses is to check the **Antenna size** on the radio module:
nikapov 0:c7083010ae49 10
nikapov 0:c7083010ae49 11 * The sub-GHz band antenna is larger than the 2.4 GHz antenna.
nikapov 0:c7083010ae49 12
nikapov 0:c7083010ae49 13 * For the client side (mbed 6LoWPAN shield connected to an FRDM-K64F board), see the image below:
nikapov 0:c7083010ae49 14 ![](img/Radio_Identifications.png)
nikapov 0:c7083010ae49 15
nikapov 0:c7083010ae49 16 * For the gateway router, see the image below:
nikapov 0:c7083010ae49 17 ![](img/Radio_Identifications_GW.png)