借助于 uno 成功烧写 pro mini ,但是可怜的是每次要把直插的328p拔下来

就不出现avrdude: stk500_getsync(): not in sync: resp=0x00

mini-UNO
(RX)-(RX)
(TX)-(TX)
vcc-5v
gnd-gnd
reset(DTR也可以)-reset

将IDE上板子的选择改为:Arduino pro mini,ATMEGA328P 5v 16M(我的)这项

pl2303hx无论如何实验也没有成功

max232-db9也没成功(烧stc正常,也引出dtr 0.1uf)

arduino pro mini 迷你 核心板 AVR ATmega328P程序下载可以用一块Arduino UNO ATmega328P-PU下载么?

可以,有两个方案。
第一种是把mini和uno的TX和RX分别并联,在IDE把板子类型设成pro mini,这样就使用了uno的USB转串口的芯片向mini下程序。
第二种麻烦一些,是把uno当编程器来用,在uno里先载入专门的下载程序,然后连接uno和mini的ICSP编程接口(就是SPI的几个口)直接向mini写程序,详情看官网

http://arduino.cc/en/Tutorial/ArduinoISP#.UwkPkuNdWi4

我的UNO板子是不带DTR的USB转串口芯片需要方案1下程序是需要按MINI的复位键 啊?
不需要按键,把reset脚也并联上

http://mightyohm.com/blog/products/hv-rescue-shield-2-x/

NO.1 arduino pro mini usb下载系统,适合新手
http://www.arduino.cn/thread-3302-1-1.html
Arduino的串口下载 ,就是给arduino主芯片下载了串口下载的bootloader后,就可以通过RX TX两个引脚给芯片下载程序,如果连接电脑你得需要一个USB转串口模块,模块的一端接到arduino的RX TX引脚,一端通过USB数据线连接电脑,这样的USB转串口芯片比较多比如CH340,CP2102,官方官方用的ARMEL芯片ATMEGA16U2,百度搜芯片手册都有电路图的。
http://www.eeboard.com/ziliao/arduino-pro/

接脚从上到下分别是GND RXD TXD 5.0V 3.3V
接线表:
pro mini             USB转TTL模块
GND                     GND
TXD                     RXD
RXD                     TXD
VCC                     5V(3.3V)根据工作电压选取

你这个模块没有复位引脚(DTR),下载程序时要按一下  pro mini的复位按钮。

PRO MINI                     USB-232
VCC                            5V
GND                           GND
TXD                           RXD
RXI                            TXD
usb那里选对口,板卡那里要选pro mini。
烧录后一秒左右,按重启键就好了。注意把握按的时间多试试。

http://www.arduino.cc/en/Guide/ArduinoProMini

http://arduino.cc/en/Main/ArduinoBoardProMini

Automatic (Software) Reset

Rather then requiring a physical press of the reset button before an upload, the Arduino Pro Mini is designed in a way that allows it to be reset by software running on a connected computer. One of the pins on the six-pin header is connected to the reset line of the ATmega168 via a 100 nanofarad capacitor. This pin connects to one of the hardware flow control lines of the USB-to-serial convertor connected to the header: RTS when using an FTDI cable, DTR when using the Sparkfun breakout board. When this line is asserted (taken low), the reset line drops long enough to reset the chip. The Arduino software uses this capability to allow you to upload code by simply pressing the upload button in the Arduino environment. This means that the bootloader can have a shorter timeout, as the lowering of the reset line can be well-coordinated with the start of the upload.

This setup has other implications. When the Pro Mini is connected to either a computer running Mac OS X or Linux, it resets each time a connection is made to it from software (via USB). For the following half-second or so, the bootloader is running on the Pro. While it is programmed to ignore malformed data (i.e. anything besides an upload of new code), it will intercept the first few bytes of data sent to the board after a connection is opened. If a sketch running on the board receives one-time configuration or other data when it first starts, make sure that the software with which it communicates waits a second after opening the connection and before sending this data.

假如usb2ttl上没有DTR接口,下载过程中,编译完成后,出现“下载中...”的时候按一下复位键,也可以完成下载哦

New Pro Mini atmega328 5V 16M (clone) - not in sync - solved
« on: March 31, 2013, 02:58:52 am »
Bigger Smaller Reset

Hello, i´m newie here, i write this topic to show how sync the arduino-clone "New Pro Mini atmega328 5V 16M Replace ATmega128 Arduino Compatible Nano" with "USB To RS232 TTL PL2303HX Auto Converter Module Converter Adapter For arduino"

(it took me hours to find how sync this little board)

Pin connection:
5V -> VCC
GND -> GND
TX -> RX
RX -> TX

1.Change the baud of the USB MODULE or "Prolific USB-to-Serial Comm Port" to 115200 bauds.
2.In the Arduino Sketch change the board to "Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega328"
3.Open your program or select "blink" from the examples
4.Press RESET of the Arduino Clone an then press upload sketch and release the reset when show the message "Size of sketch.." or "Tamaño del binario" in my case (spanish version).

that is the solution for my case, sorry for my bad english.

Claudio from Chile

连接关系:
usb转TTL     接口板
GND             GND
DTR 经0.1uf电容连接口板RST
TXD             TXD
RXD              RXD
VCC              VCC

注意事项:1、usb转TTL的DTR 经0.1uf电容连接口板RST,usb转TTL的RST空置。
          2、保持pro mini跟接口板对应针的接触良好。

arduino pro mini 迷你 ATmega328P 程序下载 usb-ttl reset相关推荐

  1. 【arduino】pro mini程序下载器接线方法,arduino pro mini 与nodemcu通信方案

    最近搞个小项目(DIY),需要使用的库只有arduino的,没有nodemcu(esp8266)的,不聊移植你懂的,不是没想过是真不大现实.然后便有了用2个单片机通信的方案,即还是用arduino的库 ...

  2. 开源自制6通道航模遥控器,Arduino Pro Mini NRF24L01模块

    前言 前段时间跟着LOLI大神的教程制作了LOLI三代控,效果很好.但是,由于LOLI三代控的接收机带有数据回传功能,也就是接收机的无线模块也承担了发射数据功能,所以接收机也要使用带有功率放大芯片的N ...

  3. 用Arduino Pro Mini和MAX30102 DIY血氧饱和度检测仪

    疫情期间,指夹式血氧检测仪全网脱销,好不容易在某多多上买到一个,发现检测值很不靠谱,于是尝试DIY了一个. 一.设计思路 将MAX30102心率血氧传感器采样信息输入到Arduino Pro Mini ...

  4. 基于Arduino Pro Mini的四轴飞行器

    一.四轴飞行器的结构 四轴飞行器属于一种多旋翼飞行装置,有四个轮子来保持悬浮和推进飞行,简称四轴或四旋翼.四轴飞行器的四个旋翼具有相同的大小,位置分布对称,成十字形交叉状.四轴飞行器搭载的飞行控制装置 ...

  5. Arduino pro mini upload (使用FT232R)

    Arduino pro mini upload数据.(使用FT232R USB转TTL) 按照如下方式连接后,upload时候不需要按reset,过程就和使用Arduino Uno 一样. 左侧为FT ...

  6. arduino Pro Mini和nano​替代芯片LGT8F328P,上传报错Cannot run program解决方法

    公众号关注 "DLGG创客DIY" 设为"星标",重磅干货,第一时间送达. 最近在群里听说了LGT8F328P,搞了这么久的DIY,居然才知道这个国产的神奇芯片 ...

  7. Arduino - Pro mini 烧录方法 ( FT232RL )

    一.首先,最关注的就是FT232RL与Promini的连接方式: VCC(5V) - VCC(5V) GND - GND RXD - RXD TXD - TXD 以上四个接口是必须的,连接正确了这四根 ...

  8. Arduino pro mini 接usb转TTL

    TLL的5V和VCC短接 3V3 接 mini Vcc TXD接 mini RXD RXD接 mini TXD GND接 mini GND

  9. arduino pro mini NRF2401使用

    arduino一般自带 Mirf 库,没有的话自行下载. 我这里简单封装方便使用,就不介绍怎么添加库了.代码比较简单,就不多说了. h文件 #ifndef M_NRF_H #define M_NRF_ ...

  10. Arduino Pro Mini 基本用法

    本教程只是简单讲解一下ProMini的使用,参数什么的网上一搜一大把,这里就不讲解了. 需要注意ArduinoProMini分两种,一种供电5V的一种3V的.这两种只有CPU频率不同. 5V:15MH ...

最新文章

  1. MATLAB-Direct access of structure fields returned by a function call is not allowed 的解决方法~
  2. python监听鼠标事件_Python中使用PyHook监听鼠标和键盘事件实例
  3. 用MediaPlayer做个带进度条可后台的音乐播放器
  4. TikTok Shop新增三大站点,已开放申请
  5. 组合问题 contest4
  6. JS基础_使用工厂方法创建对象(了解下就行了,用的不多)
  7. 关于FillSchema与Fill
  8. 用JavaScript fetch API取数据遇到CORS policy问题
  9. 这是“我”的故事 —— 董彬
  10. DevOps交付模式下,软件测试的那些事
  11. JDK、Tomcat、Maven配置
  12. 你还在用虚拟机,win10自带的linux还有图形界面(小白教程)
  13. spring mvc使用html页面,Spring MVC静态页面
  14. 算法第五章上机实践报告
  15. int indexs=(int)(_v+0.5);
  16. 面向对象3:类和对象
  17. RFID FDX HDX Technology
  18. Rational Rose概述
  19. 小白学习一eNSP华为模拟器(5)利用三层交换机实现VLAN间路由
  20. 拼音表大全图_一年级语文26个汉语拼音字母表读法+写法+笔顺(附视频)

热门文章

  1. 免拆破解电信机顶盒TY1208-Z,绝对成功
  2. STK和c语言集成开发,STKX组件实现c#与stk的集成.pdf
  3. 电力系统微型计算机继电保护试题及答案,全国2010年月高等教育自学考试电力系统微型计算机继电保护试题及答案.doc...
  4. 自己电脑配置Oracle WebLogic Server
  5. java计算机毕业设计招聘信息系统源代码+系统+数据库+lw文档
  6. 360浏览器保存网页html5,360浏览器怎么保存整个网页为图片?
  7. 渝粤题库 陕西师范大学 《教育科学研究方法》作业
  8. RTMP/RTSP直播播放器的几种选择
  9. c#随机产生常用汉字
  10. html拖拽验证,jQuery按住滑块拖动验证插件