1
\$\begingroup\$

I have sucesfully assembled a circuit to use Arduino UNO as a programmer for ATtiny13. However, my plan was to only burn bootloaders to my ATtinys, so that I can program them the very same way I program an Arduino.
Now, I have these parts you can see on the image:The 4 parts And now, there are two questions that are bothering me:

  1. Is this enough to make a docking station for ATtiny?
  2. Which wires from the serial port should I use?
asked Aug 22, 2013 at 16:01
\$\endgroup\$

1 Answer 1

3
\$\begingroup\$

If you manage to burn the Arduino bootloader, than you should be able to upload sketches from the IDE similarly to the technique used for the Single Sided Arduino (through the serial interface).

This circuit reference could be useful: enter image description here

Concretely the lower-left part of it, which shows the pinouts of the RS232 connector used along with some transistors to lower the potencial 12V to TTL logic. But if the RS232 to USB convertor shown in your photo is the "PremiumCord ku2-232a", enter image description here

or a similar one based on the "FT232RL" chip, than it should output a maximum of 4.9V as HIGH on the RS232 side, according to it's datasheet. Therefore you should be able to safely use it without the transistors.

To the construction of the device: I would just tie the according pins on the ATtiny13 (datasheet): PIN5 on ATtiny13 - MOSI (Master Out Slave In) to PIN3 on the RS232, PIN6 - MISO to PIN2 and the PIN1 - RESET to PIN4. Than PIN4 on ATtiny (GND) to PIN5 on RS232.

But you still need to get 5V from somewhere and it needs to share the same ground with the RS232 connector (preferably from an USB of the same PC).

answered Aug 22, 2013 at 19:38
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.