ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Add lighting-app example support for mbed platform #172

Closed lukgni closed 3 years ago

lukgni commented 3 years ago

This PR requires increased CHIP task stack size to 8K for mbed platform (https://github.com/ARMmbed/connectedhomeip/commit/1cdbb4a0a2175c5bf206614cc84804cc464de899)

Please note that CY8CPROTO_062_4343W board has only one user led (LED1), which in this example (as well as for lock-app) is assigned to indicate WIFI communication status. Lighting (lock) 'led' should be connected externally to P9_6 signal.

For testing purpose P9_6 and LED1 can be easily swapped in mbed_app.json, what gives possibility to verify correctness of this example without need for any external components.