You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Just to be sure, RX and TX on Uno board are digital pins 1 and 2, right ? But that would mean, that if I wanted to upload sketch to finished project which would have soldered all the digital pins to other modules, I couldn't use those 2 pins (RX,TX). That was the reason why I wanted to use ISP so I wouldn't have to sacrifice 2 pins.Frodik– Frodik2014-08-26 04:25:05 +00:00Commented Aug 26, 2014 at 4:25
-
@Frodik - ISP requires 3 pins plus reset, bootloader requires 2 plus reset. That doesn't mean you have to reserve the pins, but it does mean you can't use them for things which conflict. For example, you can use them as outputs from the ATmega to peripherals, as long as spurious operation of the peripherals during programming is not problematic. But you shouldn't use them to read from peripherals which might problematically drive signals onto those pins during the programming.Chris Stratton– Chris Stratton2014-08-26 15:53:12 +00:00Commented Aug 26, 2014 at 15:53
-
@ChrisStratton But if I understand it correctly, ISP requires different pins than digital 1-13, right ?Frodik– Frodik2014-08-26 16:29:11 +00:00Commented Aug 26, 2014 at 16:29
-
@Frodik As Chris mentioned, 3 pins are used, these pins are D11, D12, D13. The arduino website shows this arduino.cc/en/Tutorial/ArduinoISP. Remember that a Pro Mini is literally an Uno that got shrunk.Doowybbob– Doowybbob2014-08-26 20:22:13 +00:00Commented Aug 26, 2014 at 20:22
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arduino-uno), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you