mike-2020
mike-2020
ESP-IDF 5.1.2 ESP-ADF 2.6 ESP2-S3 Here is the code to init pwm stream: ` pwm_stream_cfg_t pwm_cfg = PWM_STREAM_CFG_DEFAULT(); pwm_cfg.pwm_config.tg_num = TIMER_GROUP_1; pwm_cfg.pwm_config.timer_num = TIMER_1; pwm_cfg.pwm_config.gpio_num_left = GPIO_NUM_47; pwm_cfg.pwm_config.gpio_num_right = GPIO_NUM_48;...
pwm_stream is still using the deprecated timer. compiler will report warning because of this. However, if my app use the new gptimer, and also need pwm_stream, this will not work....
连接服务器出现错误mqtt connect err: Connection not authorized(11) 检查了Product ID, Device UUID, Device Secret都应该没错。 请问还可以检查哪些地方调查这个问题?
Thanks for your nice work. But want to double confirm that if this is a complete demo... Look into source code, it only implemented TinyPose model. But to make TinyPose...
请问这个模型的精度是不是不是很高? 实际测试,经常出现无法检测到手的存在的现象。已经在使用那个full的模型了。 最好的情况,是把手正对着镜头,手掌张开,这个姿势最容易检测到手的存在。
你好, 这个例子中所用到的两个模型的NB文件是基于2.10-rc版本的。现在预测库已经到2.11了,需要重新生成对应NB模型文件。请问可以提供原始的Paddle模型文件吗?
Does this SDK have plan to support ESP-IDF? Including porting and build instructions...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...
For Chinese SR, do you have plan to support tone-bearing pinyin unit?
Instead of letting user speak the wake word, I need to wake up the wakenet in code, so that user can directly speak command word without speaking wake word temporarily....