Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Development
  3. [Tutorial] How to burn 1Mhz & 8Mhz bootloader using Arduino IDE 1.6.5-r5

[Tutorial] How to burn 1Mhz & 8Mhz bootloader using Arduino IDE 1.6.5-r5

Scheduled Pinned Locked Moved Development
86 Posts 20 Posters 102.6k Views 28 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E emre299

    hi,
    i am using pro mini, i installed the blink code, pro mini does not work at 2.3v. I burned minicore bootloader(1Mhz-1,98).
    my purpose: running pro mini up to 1.8v and saving power.
    The blink code continues to run. no longer working pro mini 2.3V. but I can't upload new code.
    What can I do to use it again?

    the error he gave:

    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
    Karta yüklenirken sorun oluştu. Tavsiyeler için http://www.arduino.cc/en/Guide/Troubleshooting#upload adresine göz atabilirsiniz.
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
    
    
    electrikE Offline
    electrikE Offline
    electrik
    wrote on last edited by
    #81

    @emre299 Did you changed the upload speed in boards.txt?
    See in the first message of this topic
    https://forum.mysensors.org/uploads/files/1454449114161-9.png

    1 Reply Last reply
    0
    • E Offline
      E Offline
      evb
      wrote on last edited by evb
      #82

      @electrik said in [Tutorial] How to burn 1Mhz & 8Mhz bootloader using Arduino IDE 1.6.5-r5:

      @emre299 Did you changed the upload speed in boards.txt?
      See in the first message of this topic
      https://forum.mysensors.org/uploads/files/1454449114161-9.png

      @emre299 did use the Minicore project, so that is different. See my comment just above his.

      @emre299 can you describe the steps you did? step by step
      Which version of Arduino IDE did you use?
      Without more information, it will be difficult to respond to your question.

      E 1 Reply Last reply
      0
      • E evb

        @electrik said in [Tutorial] How to burn 1Mhz & 8Mhz bootloader using Arduino IDE 1.6.5-r5:

        @emre299 Did you changed the upload speed in boards.txt?
        See in the first message of this topic
        https://forum.mysensors.org/uploads/files/1454449114161-9.png

        @emre299 did use the Minicore project, so that is different. See my comment just above his.

        @emre299 can you describe the steps you did? step by step
        Which version of Arduino IDE did you use?
        Without more information, it will be difficult to respond to your question.

        E Offline
        E Offline
        emre299
        wrote on last edited by
        #83

        Hi @evb and @electrik ,

        First of all, for checking purposes, i installed the blink code to pro mini 3,3V with the ISP method(arduino nano). My goal is not to use the stupid booster circuit and using arduino up to 1.8v
        I added arduino ide(1.8.13) minicore.

        Then i chosed;
        Board: minicore->ATmega328
        Clock: internal 1MHZ
        BOD: 1.8V
        Arduino as ISP and Ctrl + shift + U
        Then Blink works at 3.3v (but a little slow) but didn't work with 2.3v to the arduino.

        Then;
        Board: minicore->ATmega328
        Clock: internal 1MHZ
        BOD: 1.8V
        Arduino as ISP and burn bootloader.

        blink works well at 3.3v and 2,3v but now it gives an error when uploading new code to the arduino.I haven't made any other settings.

        what is missing Is the minicore method wrong?

        Thank you for your help.

        E 1 Reply Last reply
        0
        • E emre299

          Hi @evb and @electrik ,

          First of all, for checking purposes, i installed the blink code to pro mini 3,3V with the ISP method(arduino nano). My goal is not to use the stupid booster circuit and using arduino up to 1.8v
          I added arduino ide(1.8.13) minicore.

          Then i chosed;
          Board: minicore->ATmega328
          Clock: internal 1MHZ
          BOD: 1.8V
          Arduino as ISP and Ctrl + shift + U
          Then Blink works at 3.3v (but a little slow) but didn't work with 2.3v to the arduino.

          Then;
          Board: minicore->ATmega328
          Clock: internal 1MHZ
          BOD: 1.8V
          Arduino as ISP and burn bootloader.

          blink works well at 3.3v and 2,3v but now it gives an error when uploading new code to the arduino.I haven't made any other settings.

          what is missing Is the minicore method wrong?

          Thank you for your help.

          E Offline
          E Offline
          evb
          wrote on last edited by
          #84

          Ok, you programmed the blink sketch the first time via the ISP way of uploading

          • the pro mini at 3.3V : works
          • the pro mini at 2.3V : didn't do anything ==> this is already strange, it should also work

          Then you did the same using the default way by uploading the sketch via the bootloader

          • the pro mini at 3.3V : works
          • the pro mini at 2.3V : works

          And now you can't upload anymore new sketches to the pro mini.
          Of course you upload your sketch with the pro mini again at 3.3V?

          Further I should:

          • double check your wirings
          • is your programmer connected with fixed pinheaders or by folding the programmer a little in the holes of the pro mini? Verify if you have strong connections.
          • Reprogram the bootloader. If this works, you should be able to upload a sketch.

          Post some photo's that we can see something.

          E 1 Reply Last reply
          0
          • E evb

            Ok, you programmed the blink sketch the first time via the ISP way of uploading

            • the pro mini at 3.3V : works
            • the pro mini at 2.3V : didn't do anything ==> this is already strange, it should also work

            Then you did the same using the default way by uploading the sketch via the bootloader

            • the pro mini at 3.3V : works
            • the pro mini at 2.3V : works

            And now you can't upload anymore new sketches to the pro mini.
            Of course you upload your sketch with the pro mini again at 3.3V?

            Further I should:

            • double check your wirings
            • is your programmer connected with fixed pinheaders or by folding the programmer a little in the holes of the pro mini? Verify if you have strong connections.
            • Reprogram the bootloader. If this works, you should be able to upload a sketch.

            Post some photo's that we can see something.

            E Offline
            E Offline
            emre299
            wrote on last edited by
            #85

            @evb
            hello, yes, it gives an error while loading code right now (Pro mini 3.3v 1 mhz minicore bootloader).

            i checked my cables 2 times. I already have a board for ISP code.!
            20210207_150948.jpg

            Adsız.png

            Is there any detail picture you want? do you think the boot loader might be broken while writing

            E 1 Reply Last reply
            0
            • E emre299

              @evb
              hello, yes, it gives an error while loading code right now (Pro mini 3.3v 1 mhz minicore bootloader).

              i checked my cables 2 times. I already have a board for ISP code.!
              20210207_150948.jpg

              Adsız.png

              Is there any detail picture you want? do you think the boot loader might be broken while writing

              E Offline
              E Offline
              evb
              wrote on last edited by
              #86

              @emre299 when you click on Burn Bootloader, you get these errors

              avrdude: stk500_recv(): programmer is not responding
              avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
              avrdude: stk500_recv(): programmer is not responding
              avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
              

              So you verified the connections. Did you verify also with a multimeter? A wire can be broken internally

              Do you have another pro mini to verify the connections?
              I would try different settings like the normal settings 3.3V and 8Mzh externally, etc

              If this does not work, I have no ideas anymore...

              1 Reply Last reply
              1
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              15

              Online

              11.7k

              Users

              11.2k

              Topics

              113.0k

              Posts


              Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • MySensors
              • OpenHardware.io
              • Categories
              • Recent
              • Tags
              • Popular