I've never been so excited to see a flashing LED before, thank you.
@peterayearst232 жыл бұрын
Thank you for this video. I've searched for this information and viewed other videos and was still not sure what to do until I came across your video. Well explained and illustrated. Cheers, Peter
@astrojo231618 күн бұрын
Finally i've made a functional PCB for isp programming my core stock, thank you !
@ryanbareither893 жыл бұрын
Thanks a lot for posting this. I am having a lot of trouble burning a bootloader. I have put breakout pads for SS, SCK, MOSI and MISO on my board, also have the 10k pull up resistor on the board as well. Using an UNO no luck and lots of frustration. I can upload using the UNO just fine for a pro mini board but a stand alone chip, nada....I haven't tried using an ISP programmer but I have one in my drawer so I'll get that out when I get home and try it. I really appreciate your video! It has answered questions I haven't been able to find elsewhere! Subscribing now!
@jerryboone52483 жыл бұрын
Very good .. I can bootloader the microcontroller Atmega328 pu with a QFP32 and compile my sources. Everything works. Thank you.
@paulbellett24422 жыл бұрын
Thanks for this video, I replicated this circuit but made a slight change to it with a soldered copper veroboard instead with predrilled holes at the right pitch . Changed to an external LED in series with a 1.5K ohm resistor works perfectly fine with ICSP (SCK) PB5 port pin (13) , [You don't need to modify the original sample Arduino Blink Sketch] you also get a visual indication from the LED that it is writing to the FLASH, I had one USBasp programmer work function OK with this circuit, but another of the very same type failed to detect the chip signature, so that is another aspect that one has to bear in mind, to successfully make this particular circuit work.
@KakushinAU2 жыл бұрын
Thanks for your comment. Very good points.
@Kimchi_Studios2 жыл бұрын
I appreciate this. I always wondered how to go about flashing the chocolate chip variety of this MCU
@jakecook6972 жыл бұрын
Kakushin! Thankyou so much! Incredibly valuable tutorial! Cheers!
@volkanislek2 жыл бұрын
After 2 weeks, I could upload a code. Thamk you 👍🙌🙌🙌
@jakecook6972 жыл бұрын
Worth noting... I am using an arduino Nano as a programmer and have been successful, both on breadboard circuit and prototype pcb. Both successful, in fact using a Mac it has been almost impossible to update the driver for the common usbasp programmer that is sold online - so I kinda had to go with a Nano, or other arduino board as the programmer. Anyway! It's workiiiiiing! :D Nice job Kakushin! Cheers!
@KakushinAU2 жыл бұрын
Thanks for the comment. That's a good reminder that even a Nano can be used as a programmer.
@edsonmoralessantamaria51832 жыл бұрын
You have saved my life, thank you so much for sharing your knowledge, YOU ARE AWESOME!
@brandonmoraleshernandez46392 жыл бұрын
x2
@abcdefGaming38 Жыл бұрын
Thank you, this worked very well and the newest version of the usbASP driver works great too. This was the only video I watched and yet it was the only one I needed. Thank you again, this shit was epic.
@XTomsenX4 ай бұрын
Very useful video, thank you. Do u have another one, how to make a board with the Atmega328 chip - i mean what it needs to standalone?
@pavelkoryakin5750 Жыл бұрын
Thank you sir! You heldped me a lot!
@cristipanaintescu60511 күн бұрын
when I open ardino IDE, it says that no port was found. Although, I installed the driver libusbK for the programmer. By the way, my programmer has one more jumper, one is for swapping between 3,3 and 5 V (JP21), and the other one - I have no idea what it does (jp1). Also, I have two more holes for another jumper, jp3. PLUS: I once burned a bootloader on the smd chip using an arduino nano. The bootloader remains on the chip? When I try to upload the blink code, an error occurs (Failed chip erase: uploading error: exit status 1) + "Double check connections and try again, or use -F to override this check."
@simonefracassetti96392 жыл бұрын
Hello, i've a project in mind with this chip but I can't find it anywhere... I don't know why but it is out of stock EVERYWHEREEE :((
@KakushinAU2 жыл бұрын
Yes, the main-stream suppliers seem to be out of stock. But you can still get them from China (aliexpress etc) but they are more expensive than they used to be. Here is a link to some on AliExpress $10 per chip. www.aliexpress.com/item/32880625265.html
@tech.knowledge2932 жыл бұрын
Hello Kakushin Why do you burn the bootloader first? I thought the bootloader is not necessary anymore when programming via ISP. I thought when programming via ISP a previous burned bootloader will be deleted and the whole program memory is now available. Best regards, Tom...
@KakushinAU2 жыл бұрын
I'm not sure, but all the Atmega328 microcontrollers I've come across come from the factory empty without bootloaders in my experience. Once the bootloader is loaded I've always been able to upload new sketches without reburning a bootloader. Hope that helps.
@picklerix61623 жыл бұрын
You can also use Microchip Studio 7 to burn the boot loader.
@zwtsch3 ай бұрын
thank you, sir. it's working perfectly.
@dimitra.d7925 ай бұрын
if you connect the programmer on chip direct on pcb with the same way like yours is there problem ? or you must desolder the ic and follow the process that you show us
@cw_uk2 жыл бұрын
This video was just what I needed, thanks :)
@MUhammadWaqas-kc4jz2 жыл бұрын
may you have a great day Sir, Sir please let me know that this circuit using 16Mhz Crystal Oscillator and 22PF capacitor will work with Bluetooth as well. because my circuit with same programing is working with Arduino UNO but when i try to use atmega328, oscillator and Capacitor it not accept any command.
@Jacky-pu1jx2 жыл бұрын
Hey, I can't seem to make the UART with RX and TX (serial) work. The I2C also doesn't work and somehow only the digitalwrites are working. Any idea whats going on? I've litteraly used the same chip, same circuit and same programmer
@SilvanSpani Жыл бұрын
Great video! It helps a lot and ist well done. Thank you very much!
@neeravdesai39409 ай бұрын
I have made a a PCB using this chip and for reset i have already put a switch between ground and 10K resistor with 5V supply so do i need to press it while uploading
@raulguevara1944 Жыл бұрын
Thank you for this very informative video!!!!!!
@kovacsattila40033 жыл бұрын
Thank you, it was very helpful!
@tejpalyadav58648 ай бұрын
Atmega 8a program has restart problem in any type sparking in wire they have distrub a program
@JohnnyStamboel Жыл бұрын
Hi. This is a very good video, however i`m not sure which chips i can use. I`ve got a lot on my Mini and Migthy Core boards but none with the PU or AU at the end. Just ATMega328 etc. Will any of these work in my project?
@KakushinAU Жыл бұрын
P stands for the low power version and might not always be printed on the chip. Mini-Core boards and Arduino Nano''s both use Atmega328 chips in the QFN32 format. If the chip is already soldered into the Mini-Core board then I'd recommend using online tutorials for that board.
@JohnnyStamboel Жыл бұрын
@@KakushinAU Thanks a lot!!!
@HooLeePhak3 жыл бұрын
Hey, I dont have the USBasp i cant find it. What can i Do?🥴
@KakushinAU3 жыл бұрын
A Pololu programmer is easier to order, and actually easier to use. $7.77 USD from Digikey. Just search for "Pololu 2183-3172-ND". I have another video which shows exacly how to use that programmer.
@hirukem91222 жыл бұрын
From where you bought this atmega328p?
@dacreation3693 жыл бұрын
Dear sir can you give me ( n clamshell test adapter) link?
@KakushinAU3 жыл бұрын
Here is where I bought my TQFP32 test adapter www.aliexpress.com/item/32811311116.html
@djruido15 ай бұрын
Could you use arduino nano to burn a bootloader to a chip?
@hemanthvennelakanti31462 жыл бұрын
Is the capacitors necessary. I'm not using the capacitors, i'm getting target not found and initialisation error can anyone please help me
@mvssarma3387 Жыл бұрын
Nice video. Thanks. I have a spl scenario. On my usb asp the main chip is damaged and i gavevspare atmega8a . I can solder it . But i wascunable to load the ubadp firmware into it wuthbusb access . Ppeadecsuggestva practicabe way. Thanks Regards Sarma vu3zmv
@bobk89013 жыл бұрын
Hi - I'm trying this but when I burn the bootloader it gives me avrdude: Device signature = 0x000000 avrdude: Yikes! Invalid device signature. Double check connections and try again, or use -F to override this check. Only difference is that I'm uploading using the Nano and with Arduino as ISP instead of the ISP Programmer everything else I'm doing the exact same as in your video. Any suggestions?
@KakushinAU3 жыл бұрын
Hi, you're not alone. I was getting exactly the same avrdude errors when I tried using a Nano as the ISP (except my Device signature was showing random combinations of 0's and f's). I tried for hours and couldn't get it to work. When I googled for solutions everyone just suggested re-checking the connections and changing capacitor values, but I still couldn't get the bootloader burned. Then I tried using the ISP Programmer and everything worked seamlessly. Sorry if that doesn't help your situation, but the only thing I can suggest is to get an ISP Programmer.
@bobk89013 жыл бұрын
@@KakushinAU Hi - Thank you. I got an ISP Programmer. But now I'm getting this error while burning: avrdude: auto set sck period (because given equals null) avrdude: error: program enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. Do you have any suggestions for this?
@KakushinAU3 жыл бұрын
@@bobk8901 Not quite sure. I'll try to replicate your errors in my setup.
@KakushinAU3 жыл бұрын
I was able to replicate the following error codes in several scenarios. avrdude: auto set sck period (because given equals null) avrdude: warning: cannot set sck period. please check for usbasp firmware update. avrdude: error: program enable: target doesn't answer. 1 avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. Scenarios: 1) Disconnecting any 1 of the 6 ISP programming connections 2) Reversing the MISO and MOSI connections 3) Disconnecting the oscillator 4) Changing the USBASP windows driver back to libusb-win32 Unfortunately the error codes are exactly the same in all scenarios, so it could be any one of them. As soon as I put everything back to the setup shown in the video I was able to reburn the bootloader. Good luck, and let us know how things go.
@vestkok51943 жыл бұрын
@@bobk8901 Hi, check your wires. I spent hours and hours trying to solve this error until I decided to check continuity with a multimeter and found 1 faulty wire.
@tarikkocer83632 жыл бұрын
Hello, I liked the video very much. I wonder if we can code it with rx and tx instead of miso and mosi pins.
@KakushinAU2 жыл бұрын
I've used the RX and TX pins to program an ESP32 (see my bitcoin tracker video) but I haven't tried it with an Atmega328. Most newer generation Atmega chips have migrated to using the UPDI pin for programming using a single connection.
@tarikkocer83632 жыл бұрын
@@KakushinAU thank you
@НиколайСыч-г9ъ3 жыл бұрын
Превосходно!!!!!!! Все прекрасно понятно!!!!!
@wemakebotswmb41403 жыл бұрын
@Kakushin: Thanks for your tutorial, your solution helped me to upload the code, previously I tried with nano but not successful. Used USBasp and bootloader is done and also uploaded the blink program. But LED is NOT blinking at all. Tried with all digital pins. I am using atmega328pu smd controller. Can you please help me on this
@wemakebotswmb41403 жыл бұрын
tried selecting the board as Nano, atemga328 (minicore) but NO output.
@KakushinAU3 жыл бұрын
Sorry, seems like you have the same controller and it should work. You may have already checked the following: 1) loose connections 2) 5 volt power supply (3.3v may not be enough depending on your brown-out-detection setting) 3) reversed LED leads 4) bad resister. Worse case maybe you've got a bad controller. Good luck.
@miguelco21813 жыл бұрын
Thanks, it was really well explained
@jackevans2386 Жыл бұрын
No bootloader is required if using an ISP programmer ! A bootloader is only needed if using a TTL to USB serial board.
@speedyzebra2102 жыл бұрын
It looks like that ISP Programmer is sold out everywhere I look. Could you recommend any other compatible programmers?
@KakushinAU2 жыл бұрын
The Pololu programmer also works well with the Atmega328P. See this other video using that device kzbin.info/www/bejne/kKTGdX1jrbRnqqM
@speedyzebra2102 жыл бұрын
@@KakushinAU Thanks!
@prodsefv10 ай бұрын
thank u for the video it really helped
@froylamjasielaguilarhernan60213 жыл бұрын
could the code work with atmega324?
@caiolira093 жыл бұрын
Is it possible to program the atmega chip on the arduino nano board, desolder it, and then transplant it to another board?
@jakecook6972 жыл бұрын
Unsure! I'll let you know! I can't really see why not as long as you're caps/oscillator crystal are identical, basically 1:1 circuitry on both pcb - I imagine it will work! Gonna test for my own use case so will update!
@swifthomeautomationsinc65563 жыл бұрын
HI Can we upload bootloader into a New IC without External clock.. Because i see there is an internal clock on Atmega328pb. Is there any Circuit for that?
@KakushinAU3 жыл бұрын
Hi, I just tried it but wasn't able to get it to work. I happen to have several PB chips I had purchased by mistake. I burned a bootloader to the fresh Atmega328pb-au (I changed the clock setting to "Interal 8Mhz", and the chip variant to "328PB"). The bootloader seemed to burn just fine, but then I wasn't able to upload any sketches regardless of what Arduino AVRboard I specified. I think I'll stick to using Atmega328p-au chips with an external oscillator. I've also heard that the internal oscillator isn't very accurate and can cause problems if you are doing any serial communications. Sorry.
@swifthomeautomationsinc65563 жыл бұрын
@@KakushinAU Hi Thanks for Reply.. I have done the same and 2 days ago it worked but the arduino sketch wont upload. I tried a hack i have compiled code and generated hex file using arduino and uploaded the hex file using an external ISP file.. It worked Flawless.. Hope you can try that out..
@KakushinAU3 жыл бұрын
Thanks. I'll definitely give it a try.
@technophile013 жыл бұрын
Hi . how to do with a dual in line atmega 328p? Thanks
@KakushinAU3 жыл бұрын
Hi. There are a few tutorials for the 328p dual in-line package (DIP). Here is a link to one: www.instructables.com/Getting-Started-With-the-ATMega328P/
@abdelhakrachad37323 жыл бұрын
thank you, it is very helpful
@deathsgaze5826 Жыл бұрын
Get a thin wire, solder it on the pins needed, solder the thin wire onto some female or male jumpers, no need to pay 20 dollars for something you will only use once.
@magiclay2 жыл бұрын
is the same code? just macth pins?
@KakushinAU2 жыл бұрын
Yes, the same code that works on an Arduino Nano will work on this Atmega328P-AU chip (because the Nano uses this chip). Just need to match up the pins on the chip to the Nano.
@hervemarie9662 жыл бұрын
Thank you for this very informative video.All your demonstration worked like a charm for me !! For that THANKS A LOT. It gives me several ideas for projects :-) Unfortunately, at this date, the Atmega 328, among others, is out of stock for a very long time at the main suppliers (Farnell, DigiKey, Mouser, ..) :-( The shortage of components, even simple, does not reassure us about our future 😞 Take Care
@KakushinAU2 жыл бұрын
Thanks for the comment. Yes, the chip shortage is not great for makers. The main suppliers are out of stock but there still seems to be some availability directly from China www.aliexpress.com/item/1005003022628090.html The quality isn't guaranteed and shipping takes a long time but I personally haven't received any defective components so far.
@hervemarie9662 жыл бұрын
@@KakushinAU Thanks a lot ! I'm going to try your link !! regards
@jeanchery72462 ай бұрын
Great 👍
@sadmanhasan95722 жыл бұрын
i this ic will ok with 20mhz crystal
@vestkok51943 жыл бұрын
Thank you! Succeeded
@antoniodias2776 Жыл бұрын
Excelente.
@rezgaming60785 ай бұрын
atmega328pb please
@EasyOne3 жыл бұрын
Very well explained
@عبدالنوررياحي3 жыл бұрын
شكرا جزيلا صديقي .
@darkshadowsx59493 жыл бұрын
cant you just get a pair of arduino uno's and make one the bootload burner and shove this clam shell in the other one? i'd rather do that then buy extra components that will end up in the void of space when im done with this project. i got 30 Atmega238P-AU ic's to burn.
@KakushinAU3 жыл бұрын
Good idea, but unfortunately the pin-outs wouldn't match. The Atmega328P chip in the Uno has 28 pins (DIP-28), while the Atmega328P-AU chip has 32 pins (TQFP-32). Therefore the clam shell won't match up properly.