1

I want to program the Robotdyn Mega 2560 PRO MINI which has no USB port.

How do I connect the pins to an FTDI?

Which setting do I have to use in the Arduino IDE?

asked Feb 12, 2019 at 8:37

1 Answer 1

1

Connect the Arduino to the FTDI in the following way:

  • FTDI - Arduino
  • VCC - VCC
  • GND - GND
  • RX - TXD
  • TX - RXD
  • DTR - 100nf capacitor - RST
  • CTS is not connected

Use the following settings in the Arduino IDE

  • Board: Arduino/Genuino Mega or Mega 2560
  • Processor: ATMega2560 (Mega 2560)

Arduino with FTDI

The image shows the Arduino with colored connectors and with 4 extra rows of connectors. These are not part of the original Arduino. I added them to make it easy to connect lots of I2C devices for testing.

answered Feb 12, 2019 at 8:37

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.