Wednesday, May 10, 2017

How to generate Zigbee Host application code for EFR32 from Simplicity Studio

You can generate Zigbee Host application code for EFR32 from Simplicity Studio by doing the following steps:


1. Go to Simplicity Studio->New->New Project and select "Silicon Labs AppBuilder Project"


2. Select "ZCL Application Framework V2" and press Next button.


3. Select "EmberZnet 5.9.1.0 GA Host 5.9.1.0" and press Next button.


4. Select "HaGatewayReference" and press Next button.


5. Use default project name or input yours. Then, press Next button and Finish button.


6. Go to HAL configuration in HaGatewayReferenceHost.isc. Select EFR32-EZSP as Wireless Chip and your Host type in Platform configuration. Then, press "Generate" button to generate HaGatewayReferenceHost example code.

7. Put the generated HaGatewayReferenceHost example code to your target platform and build to run it.

No comments:

Post a Comment