Timeline for Programming Arduino Pro mini 328 with Arduino Uno SMD
Current License: CC BY-SA 3.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 24, 2017 at 20:11 | answer | added | CmA.Anon | timeline score: 0 | |
| Jul 30, 2015 at 9:26 | answer | added | baskerv | timeline score: 1 | |
| Jun 9, 2015 at 12:39 | vote | accept | Frodik | ||
| Aug 26, 2014 at 2:35 | answer | added | Juan David | timeline score: 1 | |
| Aug 25, 2014 at 15:09 | comment | added | Chris Stratton | You use the same setup you would as for burning a bootloader, only in the software you select something like upload using programmer and select arduino as ISP as the programmer. Long term you are going to want that logic-level USB serial cable anyway, as it enables you to get debug output from your sketch. | |
| Aug 23, 2014 at 4:56 | comment | added | Frodik | @geometrikal I apology for my confusion. Now your comment makes sense. So please, what do I do if I want to just upload my sketch ? I am pretty sure that my Pro mini already has Arduino bootloader. | |
| Aug 22, 2014 at 23:02 | comment | added | geometrikal | @Frodik, two different things. ISP programming is used to program the boot loader, which is a small program that runs on startup and allows for larger programs to be uploaded using serial. You need a USB to serial converter. It has a USB port and a female header that connect to the 6 pins on the arduino pro. | |
| Aug 22, 2014 at 20:28 | comment | added | Frodik | OK and could you point me to some comprehensive tutorial ? I am looking at arduino.cc/en/Tutorial/ArduinoISP but it's not about Arduino Pro mini - I don't know if there is something special involved or I can wire it as in first diagram. This tutorial talks about burning bootloader, but I want to upload my sketch, I am really confused here. | |
| Aug 22, 2014 at 20:07 | comment | added | Chris Stratton | The ISP instructions do not involve doing that. You might be thinking of instructions for using an Arduino with it's main processor removed as a USB-serial interface to talk to the bootloader of one without its own USB interface; but you said you wanted to use ISP programming rather than bootloader programming. | |
| Aug 22, 2014 at 20:05 | comment | added | Frodik | @ChrisStratton Ok, but what bothers me are advices about removing Atmel chip from its socket in Arduino Uno. But I have SMD version, so it's not possible. This really confuses me. | |
| Aug 22, 2014 at 20:03 | comment | added | Chris Stratton | You should be able to take the Uno-as-target instructions and use them with the mini simply by connecting to the same (Arduino) pin names - digital 10 through 13 and RST (reset). | |
| Aug 22, 2014 at 16:43 | comment | added | Ignacio Vazquez-Abrams | ISP via the Arduino is still done the same way regardless. | |
| Aug 22, 2014 at 16:24 | comment | added | Frodik | @IgnacioVazquez-Abrams Well, I haven't actually found any which would cover exactly my scenario - meaning Arduino Uno SMD and Pro mini 328. | |
| Aug 22, 2014 at 14:32 | comment | added | Ignacio Vazquez-Abrams | How exactly have existing guides and tutorials failed you? | |
| Aug 22, 2014 at 13:13 | comment | added | Frodik | @JohnWilliams Thanks for comment. However, I don't want to buy another board. I just want to use my 2 existing ones. | |
| Aug 22, 2014 at 11:59 | comment | added | EEd | For upload sketch to Arduino Pro mini, unless your code size is really big and run out of space, many people use FTDI style USB to serial board (6 finger nails sized) to download via bootloader. There are tons of tutorial with good diagram. Try search by these keyword. Sparkfun and arduino.cc should have needed info for you | |
| Aug 22, 2014 at 10:26 | history | asked | Frodik | CC BY-SA 3.0 |