Arduino Mini虽然非常小巧,但同样具有Arduino的所有功能,只是在使用上稍有区别。标准版的Arduino板上自带USB转串口的下载电路,因此只需要再加一条USB线就可以完成所有的开发工作。Arduino Mini出于体积上的考虑,将程序下载电路和功能电路分开了,因此开发过程稍显麻烦一些。
由于Arduino Mini没有相应的下载电路,因此程序下载需要借助相应的USB适配器来完成:
将Arduino Mini和USB适配器插到万用板上后,首先用线将两者的5V和GND连接起来:
接着再将两者的TX和RX分别连接起来:
最后再通过一个100nF的电容,将USB适配器上的DTR(上排第6个引脚)和Arduino Mini上的RST连接起来。这部分电路是借助DTR上的信号,对Arduino Mini进行复位,Arduino Diecimila提到的自动复位,指的就是这个:
好了,连上USB线,开始为你的Arduino Mini下载程序吧,所有的操作跟标准版的Arduino是完全一样的:)
No tags
7 comments
Leave a Reply
<< 声音传感器原型






whale · 2008/05/03 at 11:04 AM
我要尝尝鲜
fla同学,有没有配套的小型面包板
Author comment by flamingoeda · 2008/05/03 at 11:26 AM
这个可以吗?
http://auction1.taobao.com/auction/item_detail-0db2-2117455e958652da1b85560b99a522e9.jhtml
whale · 2008/05/03 at 3:07 PM
http://auction1.taobao.com/auction/item_detail-0db2-77f5a2479555322f45e3c9204d13199f.jhtml
看起来这块除去电路板不错,实际使用有没有插孔不够的问题呢?
Author comment by flamingoeda · 2008/05/03 at 11:12 PM
这个小的面包板用来单接Arduino Mini是足够的,但用来接Arduino Mini和USB适配器就有点紧张了,不过你可以用两块:)
Massimo Banzi · 2008/05/24 at 11:45 PM
Hello
nice board, do you know who makes it?
ciao!
Author comment by flamingoeda · 2008/05/25 at 5:30 PM
You mean this Arduino Mini board? I made it by reference the schematic diagram provided by arduino.cc, and layout and manufacture it by myself
鲸男爱互动 whale’s interactive » Blog Archive » 使用DTR端口为Funnel IO自动复位 · 2009/01/18 at 3:07 AM
[...] 这里有图示:Arduino Mini使用手册 [...]