It was not mentioned here that the programmer should be switched to "Arduino as ISP" when burning.
@johnnystamboel77452 жыл бұрын
Thanks. That helped a lot.
@inspiredtiny2 жыл бұрын
Also, it was not mentioned and/or demonstrated if this shield can be use to upload firmware to other chip in circuit, use this as ISProgramer. Perhaps burn bootloader on other ATmega328 in another Arduino Uno board.
@MadLabZ4 жыл бұрын
Make sure you have programmer set to "Arduino as ISP" under the tools tab in Arduino IDE for anyone having issues, also atmega328 chips come in different 28pin dip versions even tho the "form factor" looks the same the chip's signature can be different example atmega328p vs atmega328 will have different signatures so if you have a atmega328 and not an 328P you will need to do some IDE "tweaks". helpful video for makers overall tho thanks.
@adespade1197 ай бұрын
Gets me partially where I need to be, I'm trying to Prog an Attiny85... Thanks for the Vid.
@johnnystamboel77452 жыл бұрын
Hi. Ive tried doing it, I get " Error while buning Bootloader" message. My chip is a 168. Could that be the problem? Regards,
@javiersoto5702 жыл бұрын
una vez que lo has quemado, sin sacarlo del AVR ISP, como le grabas un sketch, por ejemplo el Blink ?
@jumbo9996143 жыл бұрын
This device only burns bootloader to a atmega328 chip right? Can it be used for putting sketch into a newly burned chip? Also how do you use atmega328 chip on perfboard? (to have it work like Arduino UNO)?
@summerWTFE3 жыл бұрын
If you get the error "Could not find USBtiny device": Change Tools->Programmer to "Arduino as ISP"
@LowGrav1ty4 жыл бұрын
With this, can you also click the right arrow and upload code just as you would do normally? (as if it was a normal arduino project) and then remove the microcontroller with the code loaded, and use it stand alone on a breadboard or PCB without the need to have anything more than the chip itself on your projects? Just to clarify?
@pradipbhattacharjee19322 жыл бұрын
Thank u Can I load pixel software after this process or don't need boatloder for pixel software
@robertparenton74705 жыл бұрын
Can you burn the bootloader with that shield on Atmega644p chip?
@michaelstraughn346521 күн бұрын
excellent
@virendersingh60273 жыл бұрын
Dear sir, please tell me how to override bootloader on atmega328p. Actually I am facing error - Double check connection and try again, or use -F to override Thanks in advance
@mr.mythoclast44514 жыл бұрын
if i press burn bootloader, the programmer's board turns the Error LED on ...
@oncledan2824 жыл бұрын
Hi Mr. Mythoclast. Just wondering .. I have the same problem. Does the Arduino IDE shows an error (Orange bar) below the code window? Mine didn't although the error LED was lighting on. Just for the kicks, I tried the newly programmed 328P U on my NANO and .. well, it worked well. I could load sketches into it just like the original MCU. I think it's just an error of the programmer. Try this and let me know if it worked for you. Best regards and have a great day !
@mr.mythoclast44514 жыл бұрын
@@oncledan282 i've tried it once more and all works fine now ..
@mattkan32755 жыл бұрын
Sir, I have followed the steps you taught on the video, but when I burn the bootloader to the new mcu, an error occurs : avrdude: Yikes! Invalid device signature. Double check connections and try again, or use -F to override this check. Error while burning bootloader. can you help solving this problem please ? Thank you sir.
@UmarSear5 жыл бұрын
What chip are you using?
@mattkan32755 жыл бұрын
@@UmarSear Atmega328P U
@ryanbareither894 жыл бұрын
I'm having an error too. I'm burning to an atmega8-16pu. I don't get the yikes error, but I get: Expected signature for atmega328P is 1E 95 0F Double check chip, or use -F to override this check.
@liamgibbins4 жыл бұрын
change programmer in the tools menu to "AVR ISP" and it should burn straight away
@abpccpba5 жыл бұрын
Well done Thank You
@oncledan2824 жыл бұрын
Good day, Sir .. Good day, all ! Like many users have commented below, I obtain an error (Programmer's LED), but no error on the IDE (Process depicted below). Should I ignore the Error LED on the programmer ? Here what I have on the lower portion of the Arduino IDE. ----------------------- ( Start of copied text from Arduino IDE ) ----------------------- avrdude: Version 6.3-20190619 Copyright (c) 2000-2005 Brian Dean, www.bdmicro.com/ Copyright (c) 2007-2014 Joerg Wunsch System wide configuration file is "/Users/«Username»/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf" User configuration file is "/Users/«Username»/.avrduderc" User configuration file does not exist or is not a regular file, skipping Using Port : /dev/cu.usbmodem411 Using Programmer : stk500v1 Overriding Baud Rate : 19200 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 : STK500 Description : Atmel STK500 Version 1.x firmware Hardware Version: 2 Firmware Version: 1.18 Topcard : Unknown 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.03s avrdude: Device signature = 0x1e950f (probably m328p) avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: reading input file "/Users/«Username»/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/bootloaders/optiboot/optiboot_atmega328.hex" avrdude: writing flash (32768 bytes): Writing | ################################################## | 100% 0.00s avrdude: 32768 bytes of flash written avrdude: verifying flash memory against /Users/«Username»/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/bootloaders/optiboot/optiboot_atmega328.hex: avrdude: load data flash data from input file /Users/«Username»/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/bootloaders/optiboot/optiboot_atmega328.hex: avrdude: input file /Users/«Username»/Library/Arduino15/packages/arduino/hardware/avr/1.8.2/bootloaders/optiboot/optiboot_atmega328.hex contains 32768 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 0.00s avrdude: verifying ... avrdude: 32768 bytes of flash verified avrdude: reading input file "0x0F" avrdude: writing lock (1 bytes): Writing | ################################################## | 100% 0.02s avrdude: 1 bytes of lock written avrdude: verifying lock memory against 0x0F: avrdude: load data lock data from input file 0x0F: avrdude: input file 0x0F contains 1 bytes avrdude: reading on-chip lock data: Reading | ################################################## | 100% 0.01s avrdude: verifying ... avrdude: 1 bytes of lock verified avrdude done. Thank you. ----------------------- ( End of copied text from Arduino IDE ) ------------------------ I hope you can reply to my comment. Until then, have a great day and stay safe and healthy. Should I read from you soon ?