zoukankan      html  css  js  c++  java
  • lilypad arduino main

    给lilypad烧录程序如果是正版得就选择 Arduino Pro or Pro Mini

    如果是山寨得则选择uno

    貌似管教金色为正版

    我这个为银色

    有个尴尬的事情在改成uno可以烧录blink之后在烧写自己的程序时就上传项目出错,

    搞了好几天 百度找了几天感觉时bootloader坏了

    出现了这个错误

    avrdude: Version 6.3-20171130
             Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
             Copyright (c) 2007-2014 Joerg Wunsch
    
             System wide configuration file is "D:arduinohardware	oolsavr/etc/avrdude.conf"
    
             Using Port                    : COM1
             Using Programmer              : arduino
             Overriding Baud Rate          : 115200
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x25
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x25
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x25
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x25
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x25

    解决办法在烧录的时候按下reset

    avrdude: Version 6.3-20171130
             Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
             Copyright (c) 2007-2014 Joerg Wunsch
    
             System wide configuration file is "D:arduinohardware	oolsavr/etc/avrdude.conf"
    
             Using Port                    : COM1
             Using Programmer              : arduino
             Overriding Baud Rate          : 115200
             AVR Part                      : ATmega328P
             Chip Erase delay              : 9000 us
             PAGEL                         : PD7
             BS2                           : PC2
             RESET disposition             : dedicated
             RETRY pulse                   : SCK
             serial program mode           : yes
             parallel program mode         : yes
             Timeout                       : 200
             StabDelay                     : 100
             CmdexeDelay                   : 25
             SyncLoops                     : 32
             ByteDelay                     : 0
             PollIndex                     : 3
             PollValue                     : 0x53
             Memory Detail                 :
    
                                      Block Poll               Page                       Polled
               Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
               ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
               eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
               flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
               lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
               hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
               efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
               lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
               calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
               signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
    
             Programmer Type : Arduino
             Description     : Arduino
             Hardware Version: 2
             Firmware Version: 1.16
             Vtarget         : 0.0 V
             Varef           : 0.0 V
             Oscillator      : Off
             SCK period      : 0.1 us
    
    avrdude: AVR device initialized and ready to accept instructions
    
    Reading | ################################################## | 100% 0.00s
    
    avrdude: Device signature = 0x1e950f (probably m328p)
    avrdude: reading input file "C:UsersmiaoAppDataLocalTemparduino_build_950254/Blink.ino.hex"
    avrdude: writing flash (950 bytes):
    
    Writing | ################################################## | 100% 0.18s
    
    avrdude: 950 bytes of flash written
    avrdude: verifying flash memory against C:UsersmiaoAppDataLocalTemparduino_build_950254/Blink.ino.hex:
    avrdude: load data flash data from input file C:UsersmiaoAppDataLocalTemparduino_build_950254/Blink.ino.hex:
    avrdude: input file C:UsersmiaoAppDataLocalTemparduino_build_950254/Blink.ino.hex contains 950 bytes
    avrdude: reading on-chip flash data:
    
    Reading | ################################################## | 100% 0.10s
    
    avrdude: verifying ...
    avrdude: 950 bytes of flash verified
    
    avrdude done.  Thank you.
  • 相关阅读:
    css代码建议
    分别获取json对象的键值
    d3.time.format时间模式
    d3.js学习笔记 -- 尺度
    解决slideDown()、slideUp()执行结束后才执行下一次,导致鼠标离开后很久动画依然在执行的问题
    正则表达式
    href="#"与href="javascript:void(0)"的区别
    jQuery手动触发事件
    ajax请求超时
    模态框遮罩层,兼容IE
  • 原文地址:https://www.cnblogs.com/miaorn/p/13871325.html
Copyright © 2011-2022 走看看