Compile and upload arduino code using avrgcc and avrdude-Compile External Library LiquidCrystal_I2C

Опубликовано: 13 Июнь 2026
на канале: Catur Pebriandani
233
6

Part 02 - A Complete Guide on How To Compile and Upload Arduino Code Manually Using AVR-GCC and AVRDUDE CLI - Compile an External Library #avrdudecli #avrgcc #liquidcrystal_I2C #lcd16x2

The objective of this video is about how to compile the Arduino code manually without Using Arduino IDE. Instead, I compile it using AVR-GCC and then upload the program using AVRDUDE CLI.

In the first video, I managed to compile Arduino code independently with avr-gcc without using Arduino IDE. And successfully uploaded the code to the Arduino UNO board. In that video I used a very basic program in Arduino, namely the Blink.ino program. This program is very simple because it only requires the standard library from Arduino.
In this 2nd video I will use a more complex program. I mention more complex because the program requires an external library other than the standard Arduino library. The program I use is to display text to a 16x2 I2C LCD. This program requires an additional library, namely LiquidCrystal_I2C.

Download For Free The Project Files Here:
-Word File [containing the list of commands in this video]
-All files in the video [Include sketch, LCD I2C Library, object file, elf, hex file, etc]
https://drive.google.com/drive/folder...

[Supporting me by joining as a Member FreeCoding-NotProjectFile (it is only 1.92 USD)

-Playlist-
Part 01 A Complete Guide on How To Compile and Upload Arduino Code Manually Using AVR-GCC and AVRDUDE CLI
   • Video  
Part 02 A Complete Guide on How To Compile and Upload Arduino Code Manually Using AVR-GCC and AVRDUDE CLI - Compile an External Library LiquidCrystal_I2C
   • Compile and upload arduino code using avrg...  
Part 03 Compile and upload Arduino code using avrgcc and avrdude–Compile with Better & Clean File Management
   • Compile and upload Arduino code using avrg...  

To join as a Member, please click on the Join button or click the link below
   / @caturpebriandani8422  
The Members-only videos are here
   • Playlist  

Regards,
CP