Zigbee is connected to the cloud, and the data sent to the cloud is correct. Why can't the corresponding chart values of the Onenet cloud application management be displayed, such as temperature and h...
I set the task in ccs Task_Handle task; Task_Params taskParams; Task_Params_init(&taskParams); taskParams.stackSize=512; taskParams.priority=15; task = Task_create((Task_FuncPtr)taskFxn, &taskParams, ...
This is an 8-bit MCU of RS08 series, low cost, suitable for home appliance control panel, remote control and other applications. I found a Chinese manual on the Internet and translated it. I really wa...