Hi Piyush,
Nice job. Appreciate!!
Search found 10 matches
- Wed Nov 20, 2024 1:55 am
- Forum: ESP RainMaker
- Topic: ESP RainMaker learn about the param
- Replies: 2
- Views: 615
- Fri Nov 15, 2024 2:55 am
- Forum: ESP RainMaker
- Topic: ESP RainMaker learn about the param
- Replies: 2
- Views: 615
ESP RainMaker learn about the param
Hello guys,
Can someone explain about the use of param "PROP_FLAG_READ | PROP_FLAG_WRITE | PROP_FLAG_PERSIST" ? what if I want to create a param which is can be read on the Phone(report by ESP32-C3) but can not set by the Phone.
Can someone explain about the use of param "PROP_FLAG_READ | PROP_FLAG_WRITE | PROP_FLAG_PERSIST" ? what if I want to create a param which is can be read on the Phone(report by ESP32-C3) but can not set by the Phone.
- Fri Nov 15, 2024 2:28 am
- Forum: ESP Cloud 中文讨论版
- Topic: ESP Rainmaker 调用esp_rmaker_param_update_and_report 崩溃避坑
- Replies: 0
- Views: 544
ESP Rainmaker 调用esp_rmaker_param_update_and_report 崩溃避坑
最近使用ESP32-C3 做一个热水器出水断电的功能,使用中断服务函数检测霍尔信号。调试时发现当我添加给云端报告更新参数后,每次开水后,ESP32崩溃。不得其解。后来发现把中断函数中的esp_rmaker_param_update_and_report,移到Task函数后问题消失。
因此大家千万不要在中断函数中使用esp_rmaker_param_update_and_report。
因此大家千万不要在中断函数中使用esp_rmaker_param_update_and_report。
- Fri Nov 15, 2024 2:19 am
- Forum: ESP Cloud 中文讨论版
- Topic: ESP Rainmaker 自动更新到3.5.1之后,添加ESP32-C3设备失败
- Replies: 1
- Views: 3265
Re: ESP Rainmaker 自动更新到3.5.1之后,添加ESP32-C3设备失败
目前解决办法是,退回2.10.1版本,并在手机设置中禁止app更新。
- Thu Oct 03, 2024 5:38 am
- Forum: ESP Cloud 中文讨论版
- Topic: ESP Rainmaker 自动更新到3.5.1之后,添加ESP32-C3设备失败
- Replies: 1
- Views: 3265
ESP Rainmaker 自动更新到3.5.1之后,添加ESP32-C3设备失败
手机上的安卓版ESP raimaker于2024.10.01自动更新到3.5.1之后,出现了如下几个问题:
1.新设备添加失败。但是转而使用ISO的Novahome却是可以成功添加的;
2.更新后,原来的邮箱绑定的账号没有了,无法找回。
3.只能通过微信注册和登录新账号。
1.新设备添加失败。但是转而使用ISO的Novahome却是可以成功添加的;
2.更新后,原来的邮箱绑定的账号没有了,无法找回。
3.只能通过微信注册和登录新账号。
- Sun Aug 25, 2024 1:29 pm
- Forum: 乐鑫活动专区
- Topic: pcnt 例程编译出错
- Replies: 1
- Views: 2984
Re: pcnt 例程编译出错
Bug has been found since I use a target ESP32-C3, however it is not support HW PCNT.
- Sat Aug 24, 2024 11:09 pm
- Forum: ESP-IDF 中文讨论版
- Topic: esp32-c3不支持pcnt吗?
- Replies: 2
- Views: 3835
Re: esp32-c3不支持pcnt吗?
原来如此,我最近使用PCNT也是,报很多PCNT相关的函数链接不上,IDE并没有提示,找了头文件和这些函数都是有实体和声明的。看到这个贴子,目标换到ESP后,编译通过。
- Sat Aug 24, 2024 3:49 pm
- Forum: 乐鑫活动专区
- Topic: pcnt 例程编译出错
- Replies: 1
- Views: 2984
pcnt 例程编译出错
各位大神,小弟最近使用官方例程pcnt 编译出错,不得其解,请赐教。 环境: ESP IDE3.0.0 IDF路径和版本:D:\Espressif\frameworks\esp-idf-v5.2.2 例程路径: D:\Espressif\frameworks\esp-idf-v5.2.2\examples\peripherals\pcnt\rotary_encoder 官方代码未作改动任何,貌似在链接时报的错: [891/893] cmd.exe /C "cd . && D:\Espressif\tools\riscv32-esp-elf\esp-13.2.0_20230928\riscv32...
- Sat Aug 24, 2024 3:34 pm
- Forum: General Discussion
- Topic: CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"
- Replies: 2
- Views: 1733
Re: CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"
Yes. I solved this problem by run idf.py and add qrcode dependency.
Thank you evry much.
Thank you evry much.
- Sun Aug 18, 2024 10:00 am
- Forum: General Discussion
- Topic: CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"
- Replies: 2
- Views: 1733
CMake Error requirement: "qrcode" candidates: "espressif__qrcode, qrcode"
Hello Guys, I see Espressif IDE3.0.0 with ESP-IDF v5.2.2 has been online and available to download. Now it is been quite fast to setup the devop chain tool. makes me exciting. But I got error when I compile the LED Light example project(under ESP rainmaker). Let me paste the error log: CMake Error a...