Tomo Yamanaka / Mbed OS GR-LYCHEE_mbed-os-client-ZXingSample

Dependencies:   DisplayApp AsciiFont

Fork of GR-PEACH_mbed-os-client-ZXingSample by Renesas

Committer:
<>
Date:
Thu Oct 06 18:00:30 2016 +0900
Revision:
0:eb73febb2bba
Initial Commit

Who changed what in which revision?

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