Тёмный
No video :(

Burn Bootloader and Program ATmega16/32 with Arduino IDE using FTDI Programmer like Arduino Uno! 

SME Dehradun
Подписаться 4,4 тыс.
Просмотров 14 тыс.
50% 1

How to program your ATmega16/ Atmega32 Board using Arduino IDE as like you program your Arduino Boards. You can program Atmega16/32 using FTDI Programmer. So watch each and every step so that you can make it arduino compatible.
Key Moments of this Video:
0:32 Features of Atmega16/32 and Why it is batter than Atmega328 Arduino Uno
1:34 List of the components to design ATmega32/16 Board compatible to Arduino IDE
2:11 Circuit Diagram to ATmega32/16 Board to design Arduino compatible
2:36 How to install Atmega16/32 external board library in Arduino IDE
3:51 How to upload bootloader to Atmega16/32 Ic Board using Arduino Uno
4:55 Circuit Diagram of Arduino Uno connection with Atmega16/32 IC to upload Bootloader
6:57 FTDI Programmer connection with Atmega16/32 IC with circuit
7:15 Program Uploading to Atmega16/32 board using FTDI Programmer with Arduino IDE
7:55 Live testing of Atmega16/32 IC board with led blinking- Successful
Important Links:
MightyCore Board Manage Link:
drive.google.c...
How to upload bootloader to Atmega328 IC:
• How to upload bootload...
How to program any customized Board:
• How to program Customi...
How to install ESP32 board in Arduino IDE: www.nuttyengin...
How to install NodeMCU ESP8266 board in Arduino IDE: www.nuttyengin...
Link to download winzip: www.winzip.com...
Link to download WinRAR: www.win-rar.co...
Arduino IDE Software: www.arduino.cc...
Contact link for Nutty Engineer Company: www.nuttyengin...
Contact link for SME: www.smedehradu...
Our Other Video on RU-vid: / smedehradun
Join us at Social Platform:
Github: github.com/its...
Twitter: / itsbhupendra
LinkedIn: / schematics-micro-elect...
Facebook: / schematicslab
Instagram: / itsbhupendrasingh
#atmega16witharduino #progamatmega16usingftdi #arduino #atmega16Arduino #avrArduino #ArduinoIDE #smedehradun #makeinindia

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 66   
@Alp_dreamlover
@Alp_dreamlover 28 дней назад
Sir you work very hard and because of your video we were able to install bootloader in Arduino Uno and now it seems very easy.🙏🙏🙏
@SMEDehradun
@SMEDehradun 27 дней назад
🙏 thanks. Our video could help you.
@Alp_dreamlover
@Alp_dreamlover 28 дней назад
very very Thankyou so much sir ji❤
@SMEDehradun
@SMEDehradun 27 дней назад
🙏 most welcome
@medanarendra
@medanarendra Год назад
It's worked ! But for every fresh code to upload into ATMega16/32 chip, we need to burn the bootloader using arduino uno as ISP.
@SMEDehradun
@SMEDehradun Год назад
No. You can upload any code through FTDI programmer & it will work.
@alraed45
@alraed45 Год назад
Thank you Thank you thank you ❤❤
@SMEDehradun
@SMEDehradun Год назад
Most welcome 🙏
@yashsaxena3739
@yashsaxena3739 Год назад
How to get USBasp (mightyCore) in programmer.
@yashsaxena3739
@yashsaxena3739 Год назад
it only has USBasp slow, USBasp
@SMEDehradun
@SMEDehradun Год назад
@@yashsaxena3739 you can use it by connecting USBasp pins directly to the IC or you can use any external software to write the hex file to the IC.
@ismailsinapli
@ismailsinapli 11 месяцев назад
Perfect bro
@SMEDehradun
@SMEDehradun 11 месяцев назад
🙏
@luisisraelgutierrezalvarez9764
@luisisraelgutierrezalvarez9764 8 месяцев назад
Hello sir, very good video but I have a problem in the programmer option, "Arduino as ISP MightyCore" option does not appear, it only says "Arduino as ISP" and I cannot program the bootloader.
@SMEDehradun
@SMEDehradun 8 месяцев назад
Install the night core board in your Arduino ide then you will get this option.
@sanjaybatra6593
@sanjaybatra6593 Год назад
have you ever programed atmega64 or atmega128 using usbasp ?
@SMEDehradun
@SMEDehradun Год назад
The Same method may work.
@sanjaybatra6593
@sanjaybatra6593 Год назад
@@SMEDehradun NO Sir same method will not work here......... its different and more complex to program ....
@SMEDehradun
@SMEDehradun Год назад
It must work otherwise try using AVR studio to program it.
@sanjaybatra6593
@sanjaybatra6593 Год назад
@@SMEDehradun atmega16/32 or atmega64/128 are little different from programming point of view. programming pins are different . I haven't tried because , atmega64 pcb is not available with me right now. it come to me next week.
@SMEDehradun
@SMEDehradun Год назад
I think you haven’t watched the video completely. I have shown the programming method to program Atmega16/32 through Arduino after burning the bootloader. All the ATmel ics are compatible with AVR Studio as well as Arduino IDE. But it’s depend on your hardware connection.
@lukemarkg.carino5861
@lukemarkg.carino5861 Год назад
Great video man
@SMEDehradun
@SMEDehradun Год назад
Thanks LUKE 🙏
@atihrot755
@atihrot755 Год назад
Cheers. I have an Atmega 1284 and I can't install botlander or any other program. I keep getting chibu. Thank you in advance for your help.
@SMEDehradun
@SMEDehradun Год назад
👍
@honeymubin007
@honeymubin007 Год назад
hi sir very help full video i do but some error exec: "cmd": executable file not found in %PATH% Error compiling for board ATmega32.
@SMEDehradun
@SMEDehradun Год назад
Hi, You need to select the right Com port for your Atmega32 board.
@alenxadro_patro
@alenxadro_patro Год назад
I have a question, so i have atmega 16A and i have the code to control DC motor with switch and PWM from atmega, when i press the switch the DC motor rotate but i need to always press it, i just want 1 press and the dc motor can always rotate, i already include the delay but still doesn't work, do you think i need to burn the atmega 16A first? Idk what burn bootloader mean for, sorry. Im using Code Vision AVR to program my atmega with isp usb
@SMEDehradun
@SMEDehradun Год назад
You can control it easily through the ATmel AVR studio or Arduino IDE. It’s simple. You need to modify the program.
@alenxadro_patro
@alenxadro_patro Год назад
@@SMEDehradun owh ok, and 1 question again, do i just need to burn bootloader once? I mean like if i change the code for atmega 16 i don't need to burn it again right?
@SMEDehradun
@SMEDehradun Год назад
If you are using Arduino IDE then need to burn the bootloader otherwise it can directly program using SPI programmer
@chiranthank6846
@chiranthank6846 Год назад
When I try to burn the bootloader, it shows up this error: avrdude main() error: Yikes! Invalid device signature. avrdude main() error: expected signature for ATmega32 is 1E 95 02. Failed chip erase: uploading error: exit status 1. Could you please help me to fix this
@SMEDehradun
@SMEDehradun Год назад
It may due to wrong IC selection, connectivity issue of the Crystal oscillator with the IC.
@chiranthank6846
@chiranthank6846 Год назад
@@SMEDehradun I have atmega32A, but i have selected the board as atmega32. That shouldn't be a problem right? bcz both are functionally same right. Is that causing the issue? bcz i checked the connection of the oscillator
@SMEDehradun
@SMEDehradun Год назад
It’s only issue of connectivity nothing else.
@atihrot755
@atihrot755 Год назад
Cheers. Can the Atmega 1284 be programmed this way? Because I have already tried many options and none of them worked. I'll try your option here and then I'll get back to you.
@SMEDehradun
@SMEDehradun Год назад
Yes. This will also support the Atmega1284 IC.
@atihrot755
@atihrot755 Год назад
@@SMEDehradun Hello. Thank you for your reply. My programmer does not write Mighty core, only Arduino and ISP. My board is Atmel 1284.
@SMEDehradun
@SMEDehradun Год назад
Then you can use AVR Studio to program your IC if you don’t want to use Arduino IDE.
@unknown-ix2gj
@unknown-ix2gj Год назад
What does it means burn bootloader . I am beginner pls tell ne
@SMEDehradun
@SMEDehradun Год назад
Means write the bootloader in IC
@nuttyengineer6095
@nuttyengineer6095 Год назад
Nice sir
@SMEDehradun
@SMEDehradun Год назад
🙏
@sanjaybatra6593
@sanjaybatra6593 Год назад
have you tried to program atmega32A using usbasp ?
@SMEDehradun
@SMEDehradun Год назад
Yes. Use the same method shown in the video
@omoefeoromoni4096
@omoefeoromoni4096 Год назад
Sir can i just upload the code using arduino as isp if you don't have ftdi?
@SMEDehradun
@SMEDehradun Год назад
Yes you can. This tutorial can help you to upload sketch using ISP- docs.arduino.cc/retired/boards/arduino-isp
@minakarimi1179
@minakarimi1179 16 дней назад
hello Sir, can I use Codevision on and off codes? Codevision and Arduino both use this microcontroller at the same time?
@SMEDehradun
@SMEDehradun 15 дней назад
It may be but you need to test it out.
@minakarimi1179
@minakarimi1179 15 дней назад
Thank you. Can you test this solutions?
@SMEDehradun
@SMEDehradun 15 дней назад
I will try whenever get time.
@minakarimi1179
@minakarimi1179 14 дней назад
I want use Arduino Nano . But i get error memory size . I should use only Arduino Uno board ? I can't use Arduino Nano?
@SMEDehradun
@SMEDehradun 14 дней назад
You can try
@mohsenmehrabi298
@mohsenmehrabi298 Год назад
Hi, I have some project can you do it for me
@SMEDehradun
@SMEDehradun Год назад
😂😂 if I do your project then what favour you can do for me?
@mohsenmehrabi298
@mohsenmehrabi298 4 месяца назад
@@SMEDehradun I pay for your time
@SMEDehradun
@SMEDehradun 4 месяца назад
Let me know, how can I help.
@roghibashfahani15
@roghibashfahani15 Год назад
apakah atmega162 juga bisa seperti ini?
@SMEDehradun
@SMEDehradun Год назад
English please!
@roghibashfahani15
@roghibashfahani15 Год назад
@@SMEDehradun is atmega162 can be like this? i mean i wanna try it but using atmega162
@SMEDehradun
@SMEDehradun Год назад
Hi, This will not support atmwga162.
@roghibashfahani15
@roghibashfahani15 Год назад
@@SMEDehradun why?
@roghibashfahani15
@roghibashfahani15 Год назад
i found a page that says atmega162 can be used, but i need more knowledge. that's why I came here
@atihrot755
@atihrot755 Год назад
Cheers. I have an Atmega 1284 and I can't install botlander or any other program. I keep getting chibu. Thank you in advance for your help.
@SMEDehradun
@SMEDehradun Год назад
👍
Далее
Bootloader and upload to Atmega328P-AU
7:28
Просмотров 71 тыс.
Arduino Uno or Pro Micro as an AVR ISP Programmer
13:36
Programming ATtiny85/84 with Arduino Uno (ATTinyCore)
18:32
I built my own graphics card
15:34
Просмотров 1,4 млн