With a smart light app, users can take full control and change the brightness and colors of lights and create personalized lighting atmospheres.
Based on the Tuya IoT Platform, you can quickly prototype a smart light with the Tuya Sandwich development board.
You can download different types of Zigbee SoC no-code firmware from the Tuya IoT Platform and use them with applicable function boards. You can also develop firmware based on the SDK.more
Power other components of the Tuya Sandwich Evaluation Kit.more
Power the power board.more
Log in to the Tuya IoT Platform.
See Create Products to create a Zigbee light with a custom solution.
Select functions for the light. In this demo, the selected functions are shown in the following figure.
Select a device panel. For more information, see Design App UI.
In the step of Hardware Development, select the Self-developed Module SDK, and complete the relevant information.
In the Download Documents area, you can download the SDK.
After you extract the SDK, you can find the demo and documentation in the apps
folder. You can refer to the light_cw_demo
for the EFR32MG21A020F768
chip in the light
directory and modify the code to implement lighting functionality.
Modify firmwareInfo
in the package.json
file, including pid
, model_id
, and manufacture_name
. The specific description is as follows:
pid
is generated when you create a product in Step 1.
The values for model_id
and manufacture_name
can be found in the Zigbee Protocol Specification. In this demo, fill TS0502A
in model_id
field and TZ3000
in manufacture_name
field.
The following figure shows the modified firmwareInfo
in the package.json
file.
Modify I/O parameters in the code according to circuit parameters. The following figure shows the modified values.
When you have finished modifying package.json
, you can compile the IAR project. The system will automatically apply the modified values to the application code and generate the firmware for production and updates in the exe
folder under the build
folder.
Test stage
With the Simplicity Commander provided by Silicon Labs, you can program the production firmware generated in Step 2 to the development board for testing. The authorization is only valid for seven days. The following section describes how to have the firmware authorized permanently.
Production stage
Go to Tuya Service & Support and submit a technical ticket for assistance. Tuya’s technical staff will help you upload the firmware and apply for an authorization code for programming and authorizing.
After you get the authorization code, you can proceed with programming and authorizing. For more information, see the Firmware Programming and Authorization. An authorized module can be connected to the Tuya IoT Platform.
Zigbee devices are connected to the network through a Zigbee gateway.
Connect the Zigbee gateway to the cloud with the Tuya Smart app.
Enable the device to be pending for pairing according to the pairing setting specified in the code. In this demo, you can press and hold the button on the Zigbee SoC master control board (ZS3L) until the indicator flickers fast.
Open the Tuya Smart app, select the added gateway, and tap Add subdevice.
Follow the prompts to operate. When the device is connected to the cloud, you can control the light with the Tuya Smart app.
Tuya supports controlling devices through popular smart speakers, such as Amazon Echo. The following steps only describe the general procedure. For more information, see the Third-Party Integration Service.
Go to Tuya Value Added Service and click Smart Voice to find more.
Choose a smart voice service and follow the instructions on the page for a subscription.
After your device is certified, you will see the voice assistant logo in Product Configuration > Voice Platform on the Tuya IoT Platform.
The logo of the available voice assistant is also displayed on the Tuya Smart app.
You can bind the device to the voice assistant platform and enable device control with voices.
For more information, see Quick Guide of Using Amazon Echo to Control Smart Devices.
You have prototyped a smart light successfully. Based on the Tuya IoT Platform, you can quickly and easily build a smart prototype from scratch with Tuya Sandwich Evaluation Kit.
Is this page helpful?
YesSuggestions