Hi~,
我们有一套蓝牙的host端,想用esp32作为controller通过串口连接起来,我在esp32-idf/example/controller_hci_uart目录下make menuconfig配置蓝牙接口为h4, 但是发现连起来后通过示波器量出来esp总是给host端一个错误的cid,请问这是什么原因。谢谢
Search found 2 matches
- Sun Apr 26, 2020 7:30 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用esp32-idf/example/controller_hci_uart例子的固件出现问题
- Replies: 0
- Views: 3492
- Mon Feb 05, 2018 6:42 am
- Forum: General Discussion
- Topic: No module named tools.miniterm
- Replies: 1
- Views: 3351
No module named tools.miniterm
Hi~, I have built the environment followed by 《ESP-IDF Programming Guide》, and I am running the "hello_world" project on Ubuntu 12.04. I have implemented the command "make flash" successfully, but I failed to implemented the command "make monitor". The error log is as follows: cc@ubuntu:~/esp/hello_...