Search found 9 matches
- Mon Dec 20, 2021 9:14 am
- Forum: ESP-IDF 中文讨论版
- Topic: I2S MCLK没有信号
- Replies: 6
- Views: 11867
Re: I2S MCLK没有信号
或者在IDF里搜i2s_check_set_mclk
- Mon Dec 20, 2021 9:04 am
- Forum: ESP-IDF 中文讨论版
- Topic: I2S MCLK没有信号
- Replies: 6
- Views: 11867
Re: I2S MCLK没有信号
可以看看这个https://github.com/espressif/esp-adf/tree/master/examples/get-started/play_mp3_control
搜索i2s_stream_init i2s_mclk_gpio_select
搜索i2s_stream_init i2s_mclk_gpio_select
- Tue Dec 14, 2021 3:37 am
- Forum: ESP-IDF
- Topic: How can I flash my wroom devkitc without holding the boot button under a ubuntu VM guest?
- Replies: 3
- Views: 3838
Re: How can I flash my wroom devkitc without holding the boot button under a ubuntu VM guest?
The autoreset trick is somewhat dependent on the timings the driver/OS/VM impose on the process; it could be that pulling everything through the VM is slowing it down too much. Aside from software tricks (looping through the serial port vs looping through the USB device to the VM), you can also see...
- Tue Dec 14, 2021 3:33 am
- Forum: ESP-IDF 中文讨论版
- Topic: 通过win10控制台编译时,为何有时需要不断敲回车才嫩继续编译
- Replies: 0
- Views: 2477
通过win10控制台编译时,为何有时需要不断敲回车才嫩继续编译
通过win10控制台编译项目,控制台会实时显示编译进度,但是有时候出现一个文件编译好之后,控制台不自动编译下一个文件,需要敲一次回车才能继续,如何解决?
- Fri Dec 03, 2021 1:43 am
- Forum: ESP-IDF
- Topic: How can I flash my wroom devkitc without holding the boot button under a ubuntu VM guest?
- Replies: 3
- Views: 3838
Re: How can I flash my wroom devkitc without holding the boot button under a ubuntu VM guest?
btw, I also noticed I don't need to press any button on tinypico when flashing it under my ubuntu guest.
- Fri Dec 03, 2021 1:13 am
- Forum: ESP-IDF
- Topic: How can I flash my wroom devkitc without holding the boot button under a ubuntu VM guest?
- Replies: 3
- Views: 3838
How can I flash my wroom devkitc without holding the boot button under a ubuntu VM guest?
Recently I migrated to a virtualbox ubuntu18.04 guest(win10 host), it works fine. but I noticed I had to hold the boot button when I was flashing under my guest os while this step is unnecessary under my host os.
It's very inconvenient so my question is if there is any way to solve this? Thanks!
It's very inconvenient so my question is if there is any way to solve this? Thanks!
- Fri Nov 19, 2021 2:00 am
- Forum: ESP-IDF 中文讨论版
- Topic: 关于esp32蓝牙协议栈
- Replies: 1
- Views: 4257
关于esp32蓝牙协议栈
esp32支持两种协议栈
NimBLE Host
Bluedroid Host
目前这两者分别支持什么版本的蓝牙?
如果要技术选型,是否有参考资料可以对比两者表现?
NimBLE Host
Bluedroid Host
目前这两者分别支持什么版本的蓝牙?
如果要技术选型,是否有参考资料可以对比两者表现?
- Fri Nov 19, 2021 1:32 am
- Forum: ESP-IDF 中文讨论版
- Topic: 蓝牙mesh是否支持以下应用场景
- Replies: 0
- Views: 2303
蓝牙mesh是否支持以下应用场景
假设设备A已经在一个mesh网络里,在A保持和mesh网络里其它节点正常通讯的前提下,A能否同时扮演provisioner功能,持续给新入网设备provisioning
- Thu Nov 04, 2021 12:41 pm
- Forum: ESP-ADF 中文讨论版
- Topic: wav decoder能解码ADPCM吗?
- Replies: 1
- Views: 8076
wav decoder能解码ADPCM吗?
你好,目前能利用现存例程正常播放wav(fatfs-> wav decoder-> i2s),但是似乎无法正常解码ADPCM。
如果ADF确实已经支持ADPCM解码,能否提供一些关键代码供参考,谢谢!
如果ADF确实已经支持ADPCM解码,能否提供一些关键代码供参考,谢谢!