Arduino as ISP

  Рет қаралды 338,701

Notes and Volts

Notes and Volts

Күн бұрын

Using an Arduino board as an 'In System Programmer' or ISP. Visit notesandvolts.com for full tutorial www.notesandvol...
Like my videos? Please consider supporting Notes and Volts on Patreon / notesandvolts
Uses Arduino IDE version 1.0.3

Пікірлер: 268
@edgeeffect
@edgeeffect 8 жыл бұрын
For reference, pins 13,12,11 are SCK, MISO and MOSI from the Uno's SPI interface.
@vivekparashar3690
@vivekparashar3690 6 жыл бұрын
edgeeffect so basically a usbasp programer?
@augustinfloren2591
@augustinfloren2591 5 жыл бұрын
Thanks a lot for this awesome tutorial ! For those who have an error message when bootloading like :"protocol error, expect=0x14, resp=0x14...". You can try to put a 10uf capacitor or more if you don't have beetween the reset of the arduino (the second socket after the 5v output socket of the arduino) and the ground of the breadboard. So the positive leg on the reset socket and the negative leg on the ground of the breadboard. It worked for me !
@nmidu
@nmidu Жыл бұрын
Works for me too!
@espenbgh2540
@espenbgh2540 5 жыл бұрын
Simply brilliant - nothing is missing and everything is explained straight forward.
@yagoubsalim4890
@yagoubsalim4890 5 жыл бұрын
After 2 weeks attemting to solve the problem, key was in "shift + upload" Thanks man very good turorial
@NotesAndVolts
@NotesAndVolts 5 жыл бұрын
Thanks Yagoub!
@aniszed3641
@aniszed3641 4 жыл бұрын
@@NotesAndVolts plz sir i've Qst:i've code written in avr-gcc and i want uploade this code to ATTINY 2313 and ATMEGA 328P. is this method inn video work?
@Ghillieye
@Ghillieye 4 жыл бұрын
I have been trying to find a written article about this and while I've found lots of good articles about using an arduino to write the bootloader to another arduino, I haven't found something satisfying about how to actually program a sketch using an arduino as ISP to another arduino. And +1 on the secret being shift + upload! Very useful and clear tutorial, Notes and Volts!
@puriap250
@puriap250 7 жыл бұрын
Thank you. I've been searching for about an hour and this is the only tutorial that actually tells you how to program an AVR using the Arduino. All the other tutorials tell you to download the AVR toolchain.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Po. Glad it helped.
@NotesAndVolts
@NotesAndVolts 11 жыл бұрын
Hi Elmerato Glad the tutorial helped! The only downside to this is if you want your final project to be re-programmable via ISP, you have to be careful how you use pins 17,18,19 for other I/O functions as it may disrupt the program upload process. I usually dedicate those pins to ISP functions in my circuits to be safe. The benefits come from being able to update the program in your project without taking anything apart. Also, since the bootloader is gone, you have more space for programs.
@GMC997
@GMC997 6 жыл бұрын
How does the Arduino doing it without having to care about certain pins?
@TheRussianhippie
@TheRussianhippie 8 жыл бұрын
I built a programming header into my project planning to do most of the work with the thing intact, i didn't know that there even was an "Upload using programmer" option that came up when you held shift. I always figured that just by flashing the arduino as ISP code it and selecting it the program would do it automatically, thank you for this video it is an amazing resource.
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
+Yspyg Thanks Yspyg!
@mileshisukulele176
@mileshisukulele176 5 жыл бұрын
Amazing channel. Absolutely love it. Thank you. You told me exactly what I needed to do and you weren't condescending.
@vivekparashar3690
@vivekparashar3690 6 жыл бұрын
First satisfactory video on this topic
@inexplicable01
@inexplicable01 7 жыл бұрын
Thank you very much. Very detailed and good audio. Which is rare for these kinda of videos lol. But thanks, helped me solve a huge problem.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks inexplicable! Glad it helped you
@pliniogbferreira
@pliniogbferreira 7 жыл бұрын
The best explanation I"ve found so far. Thanks for sharing this video. It's simple, clear and extremely useful. Greetings, Plinio F.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Plinio!
@antoniusmikael8093
@antoniusmikael8093 2 жыл бұрын
Great video!!!! you explained all from wiring, coding, bootloading, and programming. Thank you, you helped me so much!!!
@NotesAndVolts
@NotesAndVolts 2 жыл бұрын
You're welcome!
@JamieBignell
@JamieBignell 9 жыл бұрын
Hello, thanks for the fantastic video- very useful. I have a couple of questions: Firstly, when you burn the boot-loader using this method, will the boot-loader burn to BOTH the AVR on the Uno board AND the AVR on the breadboard or just the breadboard. Secondly, when you download a sketch using the 'Upload using Programmer' setting, does this download to the Uno and the Breadboard or just the breadboard. My concern is that the LEDs on the Uno AND the Breadboard were both flashing when you downloaded the sketch. Thanks, Jamie B.
@emmanuelmariaria
@emmanuelmariaria 7 жыл бұрын
been scrapping over the net for a LOOONNGGG time to get something that works. atlast! though the arduino ISP sketch might have been needing just a little editing.
@paphaju1
@paphaju1 7 жыл бұрын
Thank you very much that Shift key trick helps me soo much, earlyier I cant uplode any code to the cip now it is working like a charm. Thanks again.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Lajos! Glad it helped
@magnetscience
@magnetscience 6 жыл бұрын
Really helpful tutorial, still relevant 2018.
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Thanks Magnet!
@ShopperPlug
@ShopperPlug 2 жыл бұрын
OMG... I spent literally 30 hours trying to figure out how to upload sketch code into Atmega328P-U with no avail... this video tutorial helped me, I did not knew you need to hold the shift key to make the Arduino IDE to upload code to the Atmega328P-U rather than the Arduino board. It does not make sense why we need to configure on the "programmer section" at the arduino IDE and also need to press the shift key. I seriously need to stop using this Arduino IDE and shift towards Atmel Studio IDE. I watched literally watched 100s of youtube video and no one said to hold the "shift key"... wow. Now I need to figure out how to upload sketch code using UART serial pins from a USB to TTL converter device, I hope you have a video on this. Thanks! Also from what I heard, this process erases the bootloader since we are using the SPI pins to upload the sketch code.
@dimitris.4484
@dimitris.4484 6 жыл бұрын
It show an error when I try to burn the boot loader. Like :Doublecheck the cheap ,or use -F to ovewrite this check.
@gurkancekic9057
@gurkancekic9057 8 жыл бұрын
thank you so much sir. it comes very helpful to me. I managed evertyhing you explained in your video. you gave me a gift that i don't need avr programmer . below error codes commented by others (which i faced exaclty the same ) can be solved with power arranged through arduino (isp) board up to your breadboard or if you want to use separate power externally then bridge minus of it to arduino minus(ground).
@flashback9966
@flashback9966 9 жыл бұрын
Very useful video. Clear and concise.
@VishalBhingare_Ltd
@VishalBhingare_Ltd 10 жыл бұрын
Love this video... Great explanation.. Cool and calm and confident voice. Keep up the good work.
@NotesAndVolts
@NotesAndVolts 10 жыл бұрын
Thanks Vishal! Glad you found it helpful.
@colepeterson5392
@colepeterson5392 7 жыл бұрын
Best tutorial Ive ever watched.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Cole!
@edgeeffect
@edgeeffect 8 жыл бұрын
Thanks for the extra info about power... that was really useful.
@sunshine7453
@sunshine7453 6 жыл бұрын
Great job explaining things clearly. Thank you!
@Just_Ignorant
@Just_Ignorant 8 жыл бұрын
Very thorough. Fantastic
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks NP!
@sdold
@sdold 7 жыл бұрын
This is a really well done tutorial.
@sdold
@sdold 7 жыл бұрын
Especially the explanations of things like the fuses. You make this stuff seem really simple and easy. Thanks!
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks sdold!
@maximjones1446
@maximjones1446 6 жыл бұрын
Good work and excellent explanation for this tutorial.
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Thanks Maxim!
@jaled79
@jaled79 11 жыл бұрын
excellent all videos really very didactic I congratulate the world of the micro controller is fantastic I personally used the picaxe and arduino environment I like more the latter basically for two reasons The first is the concept of modular assembly hardware and the second is so abundant information
@GrahamCummings
@GrahamCummings 11 жыл бұрын
Excellent and clear tutorial.
@MrMickjbriggs
@MrMickjbriggs 6 жыл бұрын
Exactly what I was looking for, thank you.
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Thanks Mick!
@oussamaaatiq8293
@oussamaaatiq8293 8 жыл бұрын
Thanks for the videos I've benn looking for that tutorial for so long !
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
+oussama aatiq Thanks oussama!
@vigisbigtm
@vigisbigtm 5 жыл бұрын
Nice and clear explanation. Thanks!
@fc3sbob
@fc3sbob 11 жыл бұрын
if you are not burning the bootloader wouldn't it just be easier to remove the chip from your arduino and connect the RX/TX pins on the arduino board to pins 2 and 3 of the atmega chip and reset to pin 1, that way you will just program the chip on the breadboard just like it was inserted into the arduino board. You can even keep your external supply connected because the reset wire acts as a gound to the arduino power, or you can disconnect the external power and share the arduino 5v power.
@brahmasp6061
@brahmasp6061 6 жыл бұрын
Sir I'm getting an error avrdude:stk500_getsync attempt 10 of 10 : not in sync : resp=0×03. Please reply
@Kenitso
@Kenitso 7 жыл бұрын
Another excellent tutorial.
@NotesAndVolts
@NotesAndVolts 7 жыл бұрын
Thanks Kenneth!
@parthpatel1605
@parthpatel1605 3 жыл бұрын
Nice tutorial David👍
@jaled79
@jaled79 11 жыл бұрын
personally although microchip presents really powerful micro controllers I stay with arduino by your system assemblable card Greetings and sorry my English congratulations again
@getknowledge450
@getknowledge450 6 жыл бұрын
Thanks a lot. Very nice and clear tutorial. Keep it up!
@NotesAndVolts
@NotesAndVolts 5 жыл бұрын
Thanks GK!
@generationnextleadersproje7023
@generationnextleadersproje7023 5 жыл бұрын
Thanks a million times
@chubbyBunny94
@chubbyBunny94 9 жыл бұрын
But on the Arduino website, we're told to remove the Arduino's own chip once the bootloader as been burnt
@JacobWatters1
@JacobWatters1 11 жыл бұрын
Great videos. Thanks for sharing all the info
@erfut
@erfut 10 жыл бұрын
Great tutorial, thank you very much for sharing.
@NotesAndVolts
@NotesAndVolts 10 жыл бұрын
erfut Thanks erfut! Glad you liked it
@martysworkshop208
@martysworkshop208 8 жыл бұрын
clear tutorial, thanks. I will try it.
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
+MartysWorkshop Thanks Marty!
@thomasp9138
@thomasp9138 11 жыл бұрын
wow great video. You explained it very well! thanks for sharing your videos!!
@alfredrgg
@alfredrgg 9 жыл бұрын
Thankyou very much for this tutorial, it was very helpfull for me, works perfect.
@NotesAndVolts
@NotesAndVolts 9 жыл бұрын
Thanks Alfredo!
@AndyChristianLoyola
@AndyChristianLoyola 5 жыл бұрын
Great tutorial
@FelipeValladares
@FelipeValladares 7 ай бұрын
Thanks for your videos, many of them were helping me a lot with my midi projects! thank you! I would like to ask you something... I design a custom board with an atmega32U4 for a midi controller project... I programed using an arduino as isp and avrdudess. It works good always, but now it doesn't work anymore, it doesn't recognize the atmega32u4. I checked all the wires a hundred of times and everything is ok... but the most weird thing it is that it was working fine and suddenly just stop working... do you have any idea of what could happening? Thanks
@NotesAndVolts
@NotesAndVolts 11 жыл бұрын
Hi Peter. I believe the Atmega48 is pin compatible with the 328P so the circuit might work, but I don't think the Arduino IDE has a configuration file for the 48. You would have to make your own. Google around and see if people have done this. Let me know if you get it to work. Good luck!
@NotesAndVolts
@NotesAndVolts 11 жыл бұрын
Thanks! Good luck with your project.
@enrolaiuma
@enrolaiuma 3 жыл бұрын
@NotesAndVolts
@NotesAndVolts 3 жыл бұрын
Glad I could help
@CharlieTechie
@CharlieTechie 5 жыл бұрын
Nice video, well done.
@aldodavidhernandezgarcia1692
@aldodavidhernandezgarcia1692 4 жыл бұрын
Amazing, thank you!
@crisoliveira2644
@crisoliveira2644 2 жыл бұрын
I get this error message: Expected signature for ATmega328P is 1E 95 0F The print on the chip says ATmega328P -PU. I don't know what's going on.
@ThatTalkingDogGuy
@ThatTalkingDogGuy 5 жыл бұрын
I have a question. Thanks for the great video. I used this circuit to create an ATmega328p programmer UNO shield (with ZIF socket) like many you can find online. I just started burning bootloaders to multiple chips and I'm wondering if it is safe to add/remove the ATmega chips while power is still being applied. I noticed that the power LED flickers on the Arduino UNO when I'm doing this. Doesn't feel safe. EDIT: If it isn't safe, I think a pushbutton under the ZIF's lockdown arm might be a neat solution to only power it when a chip is in
@mitropoulosilias
@mitropoulosilias 10 жыл бұрын
u seved my programmer soul!!! (i mean my soul)
@user-uv2gu8wm6h
@user-uv2gu8wm6h 5 жыл бұрын
why doesnt ftdi upload work for me?
@mctheta1324
@mctheta1324 8 жыл бұрын
thanks dude, your video is very helpful!!
@gunlover1992
@gunlover1992 5 жыл бұрын
OMG Thx, THX for the tip of "push the shift button!
@NotesAndVolts
@NotesAndVolts 5 жыл бұрын
No problem Nick :)
@jatinkathuria6102
@jatinkathuria6102 8 жыл бұрын
If I were using arduino uno as an ISP and uploading bootloader to a 328P AU (for Arduino Nano and not UNO, I get 2 Analog pins extra) I have to change the board type to nano after uploading the ISP sketch to UNO? My next question to you would be can I burn the code by holding the shift key to upload it to the chip ? I know how to wire it up and I have a DIP socket too. What I am trying to avoid is the usage of a FTDI to burn the code to the chip after the bootloader is burned in the way you demonstrated it.
@chrysndedigwe2569
@chrysndedigwe2569 4 жыл бұрын
I tried the whole sequence but got the message below: "avrdude: Expected signature for ATmega328P is 1E 95 0F Double check chip, or use -F to override this check. Error while burning bootloader."
@kunedo_
@kunedo_ 9 жыл бұрын
Nobody else is getting the following error?, I added resistor on reset pin atmega 8 avrdude: Expected signature for ATMEGA8 is 1E 93 07 Double check chip, or use -F to override this check.
@thisarasankalana3868
@thisarasankalana3868 6 жыл бұрын
Very helpful video.thank you
@NotesAndVolts
@NotesAndVolts 6 жыл бұрын
Thanks Thisara!
@venkateshpanduga8801
@venkateshpanduga8801 8 жыл бұрын
it's good video. it explained every thing.
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Thanks Venkatesh!
@asadulhuq
@asadulhuq 4 жыл бұрын
Is it possible to load a sketch onto 12F675 PIC using your method? Thanks in advance.
@moisesmosso6328
@moisesmosso6328 7 жыл бұрын
A question if you bring the arduino uno to dfu mode the circuit is gonna be to? Because I have a Chinese arduino board ho doesn't have the dfu pin on it and I will like to bring it to dfu mode so I can turn it into a joystick with unojoy library... Any help would be appreciated.
@janospeh9503
@janospeh9503 4 жыл бұрын
please tell me where to get these jumper wires. I own a few of them and like them much more than these cheap everywhere to get jumper wires with angular grips, but I can't find out where I got these round grip connectors you are using nor where I can get new ones. Thx for answers
@saysoy1
@saysoy1 5 жыл бұрын
hi there, have a question regarding the wires you are using (blue purple green) can you provide me what they are called? i did buy a spool while ago, and it was flexible, and i really need the robust ones that can be used in a pcb prototype (i hope i'm making sens here)
@taranagnew436
@taranagnew436 3 жыл бұрын
what do the RST pin do on both boards when programing?
@royanirudh99
@royanirudh99 8 жыл бұрын
when programing a microcontroller using arduino, is the circuit (on the breadboard) needed? Can i just power the microcontroller and then program it using arduino (without the circuit) and then put it in the cicuit(the one on the breadboard) once it has been programmed
@jaimecrosas2704
@jaimecrosas2704 8 жыл бұрын
One other note. When I load the ArduinoISP sketch, I noticed the 'programmer' selection on the tools dropdown menu is set at AVR ISP, ie 'programmer: AVR ISP'. I noticed in your video is just says 'programmer' with no colon and suffix like AVR ISP or AVRISP mkii, etc. Don't know if this has any significance but wanted to pass it along. Thanks for any help.
@prashantmadan2106
@prashantmadan2106 7 жыл бұрын
I had tried burn bootloader in atmega8 with arduino uno many times. But Everytime found the same error" efuse" memory type is not define for part atmega8 . So how to resolve it.
@AndersonRodriguesaaa
@AndersonRodriguesaaa 7 жыл бұрын
same
@TheEvade84
@TheEvade84 6 жыл бұрын
change it in the file where u set the fuse bits
@samialhakeem5525
@samialhakeem5525 2 жыл бұрын
Hi can I programming pic12f629 by arduino uno.... If can you make video about that
@NotesAndVolts
@NotesAndVolts 11 жыл бұрын
Thanks. Glad it helped!
@friendlycat3484
@friendlycat3484 3 жыл бұрын
Thanks a lot, man!
@trevorhartman192
@trevorhartman192 Жыл бұрын
avrdude: Device signature = 0x000000 avrdude: Yikes! Invalid device signature. Double check connections and try again, or use -F to override this check.
@zinwaihtun1943
@zinwaihtun1943 8 жыл бұрын
Is it possible that this circuit on breadboard can run ultrasonic sensor and Bluetooth module as an Arduino UNO? Thanks
@whatever361
@whatever361 Жыл бұрын
Thanks a lot !
@NotesAndVolts
@NotesAndVolts Жыл бұрын
You are welcome!
@kaz04271
@kaz04271 11 жыл бұрын
You dont have to use a 10uf capacitor from ground to reset pin on arduino? To keep to arduino from reseting that is.
@houssineess9151
@houssineess9151 7 жыл бұрын
i have a problem with the arduino i can't upload anything and the led TX and RX in the arduino don't blink so what i must do ?
@themissingdetails2283
@themissingdetails2283 2 жыл бұрын
How can i use arduino as isp to program pic microcontroller??
@manishpoudel4540
@manishpoudel4540 6 жыл бұрын
can we use all the analog and input output pins in the new arduino and can we use the sensor on it like the ultra sonic sensor
@hijaunyadaun5537
@hijaunyadaun5537 4 жыл бұрын
please ask, with the circuit as in the video, can I flesh atmega 328p?
@NotesAndVolts
@NotesAndVolts 11 жыл бұрын
Hi ClickClack Jack Arduino IDE version 1.0 and later made the extra cap on the reset pin unnecessary.
@KJ7JHN
@KJ7JHN 4 жыл бұрын
This was a nice tutorial. Is there a schematic or diagram link for the wiring? I checked www.notesandvolts.com/2013/01/fun-with-arduino-arduino-as-isp.html and didn't quite see the wiring for the bootloader sketch. White to 1, Blue on 17, Orange to 18, Yellow to 19? from pins 10, 11, 12, 13 respectively? Thanks.
@WagonLoads
@WagonLoads 5 жыл бұрын
My esp8266 has a ch340g chip that none of my computers recognize. Can this be done using a Duemilanove or nano as the ISP, to upload sketches to the esp8266, bypassing it's ch340g chip? Could you please make a video showing how to do it.
@LaurensiusDS
@LaurensiusDS 10 жыл бұрын
Very useful!
@ShawnA560
@ShawnA560 4 жыл бұрын
Does this process eliminate the booting time and make it instant? I want my sketch run the second the arduino is powered up.
@pamfilaki
@pamfilaki 10 жыл бұрын
could you make a video showing how to add more pins to our breadboard arduino?
@ConcertLD
@ConcertLD 6 жыл бұрын
Would it be possible to use a similar method to erase Leonardo? Since it is bypassing the USB portion of the board? I forgot to include the keyboard.end in my program and can no longer re-upload through the USB ha ha ha ha (rookie mistake I know) lol
@RS-nf1bh
@RS-nf1bh 4 жыл бұрын
Sir please let me know how to burn bootloader in ATmega328 non P? Because when i am burning getting some error. PLEASE HELP ME.
@TheEpicShadoeGamers
@TheEpicShadoeGamers 9 жыл бұрын
HELP i et this error avrdude: stk500_disable(): unknown response=0x12 when try to flash a bootloader onto a mightboard using a arduino dueminove as isp
@arunavabhattacharyya3437
@arunavabhattacharyya3437 8 жыл бұрын
can u tell me how to shrink my arduino projects like using attiny45/85 and others...are they capable of doing all the function that are done by arduino??
@JasonRobards2
@JasonRobards2 9 жыл бұрын
Hi, I keep getting error messages: (not in sync, reps= 0x03), but my hardware setup it the same as yours. Did you made any changes to the avr files? Before this, I tried programming an AT89S52, and when I tried to upload the bootreader, it gave me a syncing warning as well. So I guess I had to do something to my Arduino software before hand, so it would sync with the chip, but I have no clue what.
@xxJerry19xx
@xxJerry19xx 10 жыл бұрын
If I already have HEX and EPP files, how can I program it in to MCU using arduino as programmer ? Thanks.
@chaitanyatuckley4666
@chaitanyatuckley4666 8 жыл бұрын
Error while burning bootloader is occuring. I seek to program program on Arduino Nano on an ATMEGA8A.
@lilpuma1590
@lilpuma1590 5 жыл бұрын
Very nice tutorial!!! :)
@Boxcow45
@Boxcow45 7 жыл бұрын
Even though I have this wired up exactly as you do, whenever I attempt to burn the bootloader, I get the error: stk500_getsync(). Has anybody else come across this?
@aniol7335
@aniol7335 4 жыл бұрын
Hi, i know this is a really old video, but i'm making the DIY synth for a school project, nad I need some help. I can't burn bootloader. Error 0x03 comes up, and i have the coorect port and board. What i've should do?? Thanks
@NotesAndVolts
@NotesAndVolts 4 жыл бұрын
Hi Aniol. I'm not exactly sure what the error is. The best thing to do is copy the error message and paste it in Google. You will find other people with the same issue.
@arjunhadke1113
@arjunhadke1113 5 жыл бұрын
Is it necessary to have the board (which is the ISP) to have the ATMEGA328P chip mounted for programming the target chip? Or does it program the target chip without a chip on the board?
@yazansboul9953
@yazansboul9953 5 жыл бұрын
I actually heard somewhere else that you should make sure to unmount the chip from the board. Now I'm confused - Does this work because he pressed the shift key to bypass the board, and does taking out the chip negate the need to do so? I guess you can go with both to be safe.
@arunavabhattacharyya3437
@arunavabhattacharyya3437 8 жыл бұрын
on which chip bootloader is burning?...after burning a program in the the chip of breadboard can we make another different program on it and erasing the previous program?....what are the the pros and cons of burning the boootloader? after burning the boot loader can we undo it??
@NotesAndVolts
@NotesAndVolts 8 жыл бұрын
Hi Arunava. The bootloader is being sent from the arduino to the breadboard chip. You only need to burn the bootloader the first time with a new chip. This will make it arduino compatible. After that, you can reprogram the chip as many times as you like. The bootloader will be erased when you upload your program. It is not needed anymore.
Julian's Ardutorials: Arduino as an ISP
18:06
Julian Ilett
Рет қаралды 50 М.
Arduino on a Proto-Board - Make it permanent!
9:19
Notes and Volts
Рет қаралды 125 М.
Men Vs Women Survive The Wilderness For $500,000
31:48
MrBeast
Рет қаралды 59 МЛН
ضربت اختها هي وعم تعمل عرض ازياء 🥹 #youtubeshorts #baby
00:12
Maria & Cataleya Official
Рет қаралды 3,4 МЛН
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 7 МЛН
Arduino Uno to ATmega328 - Shrinking your Arduino Projects
37:17
DroneBot Workshop
Рет қаралды 789 М.
Arduino MIDI Controller: Part 1 - Potentiometers
14:02
Notes and Volts
Рет қаралды 287 М.
Arduino MIDI Controller: Part 3 - Multiplexers
20:09
Notes and Volts
Рет қаралды 196 М.
Arduino on a Breadboard
11:09
Notes and Volts
Рет қаралды 121 М.
Top Fifteen Mistakes People Make When Designing Prototype PCBs
12:26
Cosplay Light and Sound
Рет қаралды 149 М.
#115 Put your Arduino to Sleep 💤 (using wake up 🚩 INTERRUPT)
24:05
How to do multiple tasks in Arduino | Beginners | millis() function
10:23
How to get source code onto a PIC microcontroller
11:21
FriendlyWire
Рет қаралды 88 М.
Men Vs Women Survive The Wilderness For $500,000
31:48
MrBeast
Рет қаралды 59 МЛН