Turning a regular Arduino Uno into an ISP (In System Programmer).
https://www.arduino.cc/en/Tutorial/ArduinoISP
https://www.arduino.cc/en/Hacking/PinMapping168
https://www.arduino.cc/en/Tutorial/ArduinoISP
https://www.arduino.cc/en/Hacking/PinMapping168
This is a very old tutorial, but if you see this then I would like to point out something rather odd about that cloned Uno: the 328 chip is facing the wrong way!
Well explained, thanks!
👌👌👌👌
Will this work the same as for AT89S51/52 MCU?
I'm surprised the programmed chip worked DESPITE NOT USING a 10K resistor on pin 1 to VCC.
Excellent video, like the idea of the LED indicator, cheap and easy to build. Thanks for sharing Julian.
Thank You very much. I will try it when i'll get home 🙂
Hi Julian – have you ever used this method to program your Pro Minis? I’ve done it for the 5v versions OK, but in particular, I’m wondering if it is safe to use on the 3.3v Pro Mini versions?
Your wire bending skills are seriously impressive. We had to do loads of it in dental school for making braces.
Excellent, now I remember why I've subscribed to you some time ago.
Don't you just hate that 150 mil spacing between the headers? It forces you to use expensive Arduino breadboards instead of cheap strip board.
nice tutorial. thanks. i wonder how your bootloader etc is working right becase you have not connected other pins like pin 7,20, etc as mostly shown in other video tutorials related to burning bootloader
You can make your arduni into an internet service provider. You just have to download the internet library into it and add the line of code:
void$ setup = entire.internet_all on one chip;
Julian, how to program a PIC mcu with Arduino ISP?
Great tutorial, thanks!