-
Compiling PdLinkSample in XCode 10.1 does not work anymore. Using LinkKit 3.0.4 I get the errors
> "Implicit declaration of function 'ABLLinkCaptureAppTimeline' is invalid in C99"
and
> "....…
-
编译其他项目没有错误,编译esp-mdf\examples\aliyun_linkkit\mesh-with-aliyun时出现下面的错误
` W:/esp-mdf/components/third_party/aliyun_sdk/coap/aliyun_coap.c:16:10: fatal error: coap.h: No such file or directory`
`#inc…
-
尝试运行linkkit_example_solo.c例程,根据CSDK快速体验中的描述:
“注:用户也可以不用修改这些全局变量,而是直接修改HAL_GetProductKey()等函数返回设备身份信息。”
尝试在main.c中给四元组赋值,并且屏蔽283-286行。结果发现设备连接有问题,能连上但物模型不正确,在控制台也看不到设备上线。
```
HAL_GetProductKe…
-
esp-mdf/examples/aliyun_linkkit中说
支持远程控制设备状态.
支持天猫精灵控制
后期增加支持公版 App 配网控制.
这几项功能目前是如何实现的,想采用云智能app情况下,目前似乎没有公版app配网方式
-
*Please do not include your API `secret` or `public_key` in any issue.*
---
### A detailed description of the steps to reproduce the issue
When going through the linking process and then verifying …
-
## 1. 开发环境
- 模组或开发板:
- esp-aliyun 版本(``git rev-parse --short HEAD`` 来获取 commit id):1259029
- ESP8266_RTOS_SDK 版本(``git rev-parse --short HEAD`` 来获取 commit id):无
- ESP-IDF 版本(``git rev-parse --sh…
-
*Please do not include your API `secret` or `public_key` in any issue.*
---
### A detailed description of the steps to reproduce the issue
1. Make sure a redirect URI has been setup as a Universa…
-
## 1. 开发环境
- 模组或开发板:
- esp-aliyun 版本(``git rev-parse --short HEAD`` 来获取 commit id):f5438e1541926133a77023ea8e37227e5259a183
- ESP-IDF 版本(``git rev-parse --short HEAD`` 来获取 commit id):
https://dl…
-
# 功能定义
网关功能可参考[常用的zigbee网关](https://developer.tuya.com/cn/docs/iot/Zigbee_Wi-Fi_gateway?id=Kbg4vdcz4bbpr)来实现。
## 基本原理
zigee模块接收到的所有传感器的数据和id,通过串口传输给协调器mcu,mcu通过rx线程来读取生理参数,并且将数据和id通过消息队列传递给tx线程。
…
-
在使用说明->[设备应用](https://github.com/espressif/esp-mdf/blob/master/examples/development_kit/light/README_cn.md#3%E8%AE%BE%E5%A4%87%E5%BA%94%E7%94%A8)->3.设备配网中提到:进入 Mesh App, 点击"我的"选项栏中的"云端"按钮。App 切换为云端控制,…