1

so , just bought some pre-bootloaded ATmega328(p/pu) to which I need to upload sketches on a breadboard using uno TX and RX pin as FTDI

Here is what I am to do.

  1. I connected Uno GND and Reset .

  2. Arduino Tx to Standalone Atmega Tx

  3. Arduino Rx to Standalone Atmegaa Rx

  4. Connected Crystal , capacitor to standalone pin 9, 10 (XTAL) then grounded it with 2 coupling capacitor.

  5. Standalone vcc to arduino 5v Standalone GND to Uno GND

Is it possible to do what I need to or i need to buy some USB to TTL devices from the Amazon again?

Thanks for your precious time...

2 Answers2

3

https://youtu.be/EoHD0m3uUhA. Ig this should do it. There are many more tutorials on YouTube to achieve this.

xbox gamer
  • 423
  • 3
  • 14
2

That sounds about right.

The only problem is that normally, when a serial connection is created, the Arduino's reset pin is briefly pulled LOW. You would have to do that manually on the ATMega on your breadboard. I can be a bit tricky to get the timing right.

There is no easy way to get this signal to your breadboard ATMega, while keeping the reset pin on the UNO's ATMega LOW.

Removing the ATMega from the UNO board would work.

Gerben
  • 11,332
  • 3
  • 22
  • 34