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
12 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使用手册 [...]
Raymond Yan · 2010/09/22 at 9:31 AM
就圖所見,是TX對TX,RX對RX嗎?
Author comment by flamingoeda · 2010/11/10 at 9:33 AM
是的
Bruce · 2010/11/17 at 7:51 AM
Hi. I have recently purchased a number of items with the Flamigo EDA website printed on them from an auction on eBay. Do you have tutorials on how to use your products that are in english? Some of the items purchased include the tranmitter and receiver modules as well as what seems to be most of the Electronic Brick Kit (see http://www.seeedstudio.com/depot/electronic-brick-starter-kit-p-506.html?cPath=48_69&zenid=ae247b2861bfa98e916233964aee0d19) plus there are bricks (modules) such as joysticks, serial modules, infrared sensor switch module, sound sensor module and SD card modules.
By the way, I found that when I use the Google Translate button with the webbrowser, the Arduino code gets sent to the screen in one long line. To view the Arduino code it is easier to view the page in Chinese.
If I happen to get the modules working, I can send you short tutorials on how to use them.
FLAU · 2010/12/07 at 10:04 PM
is the 100nF capacitor important?
Author comment by flamingoeda · 2010/12/13 at 9:56 PM
是的,这个是必要的;-)