2
2
3
3
([ 中文] ( README.md ) | English | [ 日本語] ( README_ja.md ) )
4
4
5
- This is Terrence's first hardware project.
5
+ ## Introduction
6
6
7
7
👉 [ Build your AI chat companion with ESP32+SenseVoice+Qwen72B!【bilibili】] ( https://www.bilibili.com/video/BV11msTenEH3/ )
8
8
@@ -61,6 +61,7 @@ Breadboard demonstration:
61
61
- <a href =" https://oshwhub.com/tenclass01/xmini_c3 " target =" _blank " title =" XiaGe Mini C3 " >XiaGe Mini C3</a >
62
62
- <a href =" https://oshwhub.com/movecall/moji-xiaozhi-ai-derivative-editi " target =" _blank " title =" Movecall Moji ESP32S3 " >Moji XiaoZhi AI Derivative Version</a >
63
63
- <a href =" https://oshwhub.com/movecall/cuican-ai-pendant-lights-up-y " target =" _blank " title =" Movecall CuiCan ESP32S3 " >CuiCan AI pendant</a >
64
+ - <a href =" https://github.com/WMnologo/xingzhi-ai " target =" _blank " title =" WMnologo-Xingzhi-1.54 " >WMnologo-Xingzhi-1.54TFT</a >
64
65
- <a href =" https://www.seeedstudio.com/SenseCAP-Watcher-W1-A-p-5979.html " target =" _blank " title =" SenseCAP Watcher " >SenseCAP Watcher</a >
65
66
66
67
<div style =" display : flex ; justify-content : space-between ;" >
@@ -97,6 +98,9 @@ Breadboard demonstration:
97
98
<a href =" docs/v1/movecall-cuican-esp32s3.jpg " target =" _blank " title =" CuiCan " >
98
99
<img src="docs/v1/movecall-cuican-esp32s3.jpg" width="240" />
99
100
</a >
101
+ <a href =" docs/v1/wmnologo_xingzhi_1.54.jpg " target =" _blank " title =" WMnologo-Xingzhi-1.54 " >
102
+ <img src="docs/v1/wmnologo_xingzhi_1.54.jpg" width="240" />
103
+ </a >
100
104
<a href =" docs/v1/sensecap_watcher.jpg " target =" _blank " title =" SenseCAP Watcher " >
101
105
<img src="docs/v1/sensecap_watcher.jpg" width="240" />
102
106
</a >
@@ -119,6 +123,11 @@ The firmware connects to the official [xiaozhi.me](https://xiaozhi.me) server by
119
123
- Linux is preferred over Windows for faster compilation and fewer driver issues
120
124
- Use Google C++ code style, ensure compliance when submitting code
121
125
126
+ ### Developer Documentation
127
+
128
+ - [ Board Customization Guide] ( main/boards/README.md ) - Learn how to create custom board adaptations for XiaoZhi
129
+ - [ IoT Control Module] ( main/iot/README.md ) - Understand how to control IoT devices through AI voice commands
130
+
122
131
## AI Agent Configuration
123
132
124
133
If you already have a XiaoZhi AI chatbot device, you can configure it through the [ xiaozhi.me] ( https://xiaozhi.me ) console.
0 commit comments