How Make LGT8F328P Blink With Arduino Ide
by costy35 in Circuits > Arduino
898 Views, 2 Favorites, 0 Comments
How Make LGT8F328P Blink With Arduino Ide
How install board in Arduino IDE for LGT8F328P and make blink onboard led
Supplies
Need to have LGT8F328P board and Arduino IDE
Paste Board Manager Link
Put https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json in Arduino IDE board manager. You can find many informations about how use this board manager here https://github.com/dbuezas/lgt8fx
Install Board Manager
In Arduino Ide go to in Tools > Board manager and install LGT8Fx board
Open Blink Example
In Arduino IDE goto File > Examples >01.Basics >Blink
Select Board LGT8F328P
In Arduino IDE goto Tools > Board and select LGT8F328 board.
Insert Usb in Lgt8fx and Pc and Connect
In Arduino IDE goto Tools > Port and select port where is conected LGT8F328.
Finally Blink the Led
Finally when compile and upload firmware not get any error ... the D13 of LGT8F328 will BLINK!
If not ... read with attention the documentation from here https://github.com/dbuezas/lgt8fx
Good luck!