Burn Bootloader to MultiWii SE v25 from Arduino UNO

Post Reply
brksnn
Posts: 4
Joined: Fri Oct 30, 2015 10:17 am

Burn Bootloader to MultiWii SE v25 from Arduino UNO

Post by brksnn »

Hi Guys,

I have a problem about burning bootloader to MultiWii SE v25 using Arduino UNO. I tried many tutorials but I am getting the following error;

Code: Select all

avrdude: Error: Could not find USBtiny device (0x2341/0x49)

Arduino ISP sketch is done as programmer. Burn Bootloader is ok but no success. My connections are fine otherwise MultiWii LED would not blink synchronously with Arduino UNO. (see the attached file)

Looking forward to your response.

Best,

Burak
Attachments
MultiWii Se v25 ISP connections
MultiWii Se v25 ISP connections

brksnn
Posts: 4
Joined: Fri Oct 30, 2015 10:17 am

Re: Burn Bootloader to MultiWii SE v25 from Arduino UNO

Post by brksnn »

Moreover, before click to burn bootloader, the reset button should be pressed but MultiWii SE v25 does not have a reset button or pin. this is the problem or something else???

Kbev5709
Posts: 451
Joined: Mon Aug 17, 2015 5:56 pm

Re: Burn Bootloader to MultiWii SE v25 from Arduino UNO

Post by Kbev5709 »

[
Last edited by Kbev5709 on Sun Aug 21, 2016 3:53 am, edited 2 times in total.

Kbev5709
Posts: 451
Joined: Mon Aug 17, 2015 5:56 pm

Re: Burn Bootloader to MultiWii SE v25 from Arduino UNO

Post by Kbev5709 »

]
Last edited by Kbev5709 on Sun Aug 21, 2016 3:53 am, edited 1 time in total.

Zviki
Posts: 25
Joined: Sat May 28, 2016 7:39 pm

Post by Zviki »

You don't need reset pin because it's done through isp (dtr) pin. Maybe you will need to add 10uF capacitor between RST & GND pins,but most important - you should use Arduino as ISP for programmer, NOT USBtinyISP!, but com port must be from multiwii. You flashed uno with right sketch, right?

Sent from my SM-N910C using Tapatalk
Last edited by Zviki on Sat Aug 20, 2016 2:12 am, edited 5 times in total.

Zviki
Posts: 25
Joined: Sat May 28, 2016 7:39 pm

Post by Zviki »

This is a great tutorial Arduino - ArduinoISP
https://www.arduino.cc/en/Tutorial/ArduinoISP

There is also a forum about this where you will find some answers Arduino Uno R3 as a true ISP programmer for any AVR
http://forum.arduino.cc/index.php?topic=125248.0
Sent from my SM-N910C using Tapatalk

Post Reply