How to Upload Code Using FTDI Module (ft232rl).

by Electrozubous in Circuits > Arduino

66 Views, 0 Favorites, 0 Comments

How to Upload Code Using FTDI Module (ft232rl).

Screenshot_20201126-190031~3.png
Hello. Today I will show you how to upload code using FTDI module into (ATMega328p-PU) chip.

(ATMega328p-AU) or (ATMega328p-PU)

Screenshot_20201126-191156~2.png
Screenshot_20201126-191233~2.png
This ATMega328p chip does not come with bootloader, so you have to burn bootloader on it,>>> also check mine previous tutorial on how to burn bootloader with this link https://www.instructables.com/Bare-Minimum-Arduino-on-Breadboard/

Uploade Your Code.

boot_4.png
Now, we have the bootloader so we can communicate with the RX and TX pins and upload a code. For that we need and FTDI module. Make the connections and uploade your code.