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.
Fork of U_Blox_DeviceConnector by
Diff: docs/radio_module_identify.md
- Revision:
- 0:7d5ec759888b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/radio_module_identify.md Mon Jul 25 16:32:20 2016 +0300 @@ -0,0 +1,17 @@ +## Radio module identification + +* Make sure that you are using the same radio modules on both server and client sides: + + * 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). + + * 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). + +* An easy way to identify which frequency band your setup uses is to check the **Antenna size** on the radio module: + + * The sub-GHz band antenna is larger than the 2.4 GHz antenna. + + * For the client side (mbed 6LoWPAN shield connected to an FRDM-K64F board), see the image below: +  + + * For the gateway router, see the image below: + 
