Тёмный
No video :(

Arduino as ISP Programmer DIY 

Lari Fari
Подписаться 2,2 тыс.
Просмотров 9 тыс.
50% 1

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

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@francisalbert8264
@francisalbert8264 Год назад
Thanks for the tutorial, your content is awesome. It would be more engaging if you could do tighter editing :)
@LariFariYoutube
@LariFariYoutube Год назад
Hi, Francis... I by myself would not call this a "tutorial" because i am by far not smart enough to give the people detailed advice... xD. My videos have more the "hang out with me in the shop" character.. ;) So feel free, to skip boring parts if you whish... Greets from Germany
@bariracreation5530
@bariracreation5530 8 месяцев назад
Amazing Work
@g4vrv
@g4vrv Год назад
Geniale!
@richardballinger517
@richardballinger517 11 месяцев назад
Best example of using an arduino as an isp i've seen so far. I have one question. Can this now be used with AVR Studio/MicroChip Studio to program attiny13 etc.?
@LariFariYoutube
@LariFariYoutube 11 месяцев назад
Hi, Richard. I dont use AVR Studio, so i did not try it yet. But as far as i know, yes it should work..There is a instructable out there how it is done.. I, by myself usually dont use MCUs smaller then the Attiny 85 in my projects, because the price is more or less the same in small "household" quantities and the extra memory space comes in handy anyway.. www.instructables.com/AVR-Programming-with-Arduino-AVRdude-and-AVR-gcc/
@ranjit8323
@ranjit8323 Год назад
Great
@mhmosmhmod1436
@mhmosmhmod1436 Год назад
thk man awesome video , i have a pic16f can i program it using arduino as isp ?? i really appreciate if you can help
@LariFariYoutube
@LariFariYoutube Год назад
Yes you can.. But you have to do a lot of "workarounds" because the PIC Microcontrollers need a high voltage programming... Thats the reason, why i dont work with these Microcontrollers... The Atmels are cheap and easy to handle..With this ISP Programmer and the Arduino IDE you can flash more than 50 different Atmegas and Attinys...
@mhmosmhmod1436
@mhmosmhmod1436 Год назад
That is right but the thing is i have couple pic and i dont want to buy porgramer kit fot it If i could do it with the arduino that i already have so if you have any resouse about that or links that would be great
@Gartee44
@Gartee44 Год назад
I need esp32 programmer to burn code in Arduino Uno is it impossible?
@LariFariYoutube
@LariFariYoutube Год назад
...so you want to connect your UNO via ISP to your esp32 and upload som code to the UNO via WIFI.. Is this right? I never tried such a setup but theoreticly it should work. Load the examplesketch "arduino as ISP" to your esp32. Then connect the 6 ISP wires between esp and UNO and it should work... Here is a link to the pinout for the esp32. (MOSI, MISO, SCK, RESET, VCC, GND).. envirementalb.com/esp32-devkit-v1-pinout
@Gartee44
@Gartee44 Год назад
@@LariFariRU-vid I’ll try it. Thanks!
@ashchbkv6965
@ashchbkv6965 Год назад
does this work with attiny13a smd?
@LariFariYoutube
@LariFariYoutube Год назад
To be honest.. i dont know.. I never tried to programm an attiny 13 because there is hardly no difference in price compared to an Attiny 25. At least not in "household" quantities. ;)
@m0nad539
@m0nad539 8 месяцев назад
I've just tried it because you asked: Yes. At least I've been able to read the IDs off an ATtiny12-8PI (0x1e9005, from 2002) and ATtiny13-20PU (0x1e9007, from 2007). I don't have a 13A, though.