mirror of
https://github.com/whowechina/chu_pico.git
synced 2024-11-11 22:47:09 +01:00
Optimizations to README
This commit is contained in:
parent
8741d23e8d
commit
a1d321fb6a
@ -68,7 +68,7 @@ Many DIY enthusiasts commonly make certain mistakes during the building process.
|
||||
https://www.lcsc.com/product-detail/Signal-Switches-Encoders-Decoders-Multiplexers_Texas-Instruments-TCA9548APWR_C130026.html
|
||||
* 3x MPR121 modules, there're many types in the market, choose ones like this.
|
||||
https://www.sparkfun.com/products/retired/9695
|
||||
Before solder MP121 module to the main PCB board, remember to **cut (unshort) the ADDR pin** which is short by default. Please be careful not to cut more than necessary.
|
||||
Before solder MP121 module to the main PCB board, remember to use a knife to **cut (unshort) the ADDR pin** which is short by default. Please be careful not to cut more than necessary.
|
||||
<img src="doc/mpr121_cut.png" width="40%">
|
||||
There's not enough space for the whole height of MPR121 module plus the lead pads. So you need to solder the module like the picture shows below.
|
||||
First apply some insulation tape.
|
||||
|
@ -47,12 +47,12 @@ https://github.com/whowechina/
|
||||
很多 DIY 爱好者在制作过程中常常犯一些错误。请格外小心避免这些错误。
|
||||
* **错误:在焊接之前没有进行中间测试。**
|
||||
请记住,即使是专业工程师也会犯错误。当所有元件都已组装或焊接时,要找到问题的根本原因就会变得更加困难。因此,建议分阶段焊接和测试。固件设计为即使有一些元件缺失也能正确运行,这对测试很有帮助。
|
||||
* **错误:忘记切断 MPR121 模块上的 ADDR 引脚的默认接地。**
|
||||
* **错误:忘记切断 MPR121 模块上的 ADDR 引脚的默认接地。**
|
||||
市面上的 MPR121 模块的 ADDR 引脚默认已经接地。但是,板子上的设计需要一个浮动的 ADDR 引脚,否则 ADDR 引脚会短路。请使用万用表验证确保你成功切断它,但也请注意不要切过头,导致切断临近线路。
|
||||
* **错误:在器件看上去没有工作的时候就匆忙更换它。**
|
||||
* **错误:在器件看上去没有工作的时候就匆忙更换它。**
|
||||
比如过早的假设 Raspberry Pi Pico 或其他模块是有问题的。
|
||||
请记住,器件绝大部分情况下都是好的,问题可能在焊接上。更换器件会带来额外的风险,比如损坏器件或 PCB 板。耐心和谨慎是至关重要的。首先查看原理图和 PCB 设计文件,并向社区寻求帮助。怀疑器件问题应该是你的最后选择。
|
||||
* **错误:没有正确焊接 Raspberry Pi Pico 的 3 个 USB 引脚。**
|
||||
* **错误:没有正确焊接 Raspberry Pi Pico 的 3 个 USB 引脚。**
|
||||
这 3 个引脚位于 PCB 板的底部。很容易忘记焊接它们,或者在焊接过程中留下气泡。为了避免这种情况,从孔的一侧开始慢慢焊接,使用很少的焊丝和较多的焊剂。
|
||||
|
||||
### PCB
|
||||
@ -71,7 +71,7 @@ https://github.com/whowechina/
|
||||
|
||||
* 3x MPR121 模块,市面上有很多种,选择这种类型的。
|
||||
https://www.sparkfun.com/products/retired/9695
|
||||
在焊接 MPR121 模块到主 PCB 板之前,记得**切断默认的 ADDR 引脚**,注意绝对不要切过头。
|
||||
在焊接 MPR121 模块到主 PCB 板之前,记得用锋利的小刀**切断默认的 ADDR 引脚**,注意绝对不要切过头。
|
||||
<img src="doc/mpr121_cut.png" width="40%">
|
||||
MPR121 模块加上引脚的高度超过了 PCB 板的高度。所以你需要像下面的图片一样焊接模块。
|
||||
首先贴上一些绝缘胶带。
|
||||
|
Loading…
Reference in New Issue
Block a user