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).
Hello. Today I will show you how to upload code using FTDI module into (ATMega328p-PU) chip.
(ATMega328p-AU) or (ATMega328p-PU)
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.
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.