Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 4.91 KB

readme.md

File metadata and controls

93 lines (69 loc) · 4.91 KB

How to install

Add the package to the arduino Boards Manager Urls:

  • Go to Preferences
    • paste this url in Boards Manager URL: https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json
  • Go to Tools/Board/Boards manager
    • Type lgt8fx in the search box
    • install lgt8fx

Now the boards appear in the IDE and you can also select the clock speed.

Boards Manager

Variants

Clock

32Mhz is twice as fast as a conventional arduino nano!

Features

Differences to original core Larduino_HSP v3.6c

Power consumption @ 5v

  • 32Mhz 32.6mA
  • 16Mhz 27.8mA
  • 8Mhz 25.4mA
  • 4Mhz 24.3mA
  • 2Mhz 23.4mA
  • 1Mhz 22.8mA

Example boards:

LGT8F328P-LQFP32

Wavgat Pro Mini pseudo-clone

Pro Mini style

Nano style

Uno style

Wemos Nano style

LGT8F328P-SSOP20

Pro Mini simil

LGT8F328P-LQFP48

Uno style

Docs & links

Disclamer

I have no association with Arduino, Logic Green, Atmel or anything. I just wanted to have a convenient way to use these boards and get them to work without hacks at max speed

Download stats

http://www.somsubhra.com/github-release-stats/?username=dbuezas&repository=lgt8fx

Thanks

  • #Larduino_HSP for doing 99.9999% of the work
  • #RalphBacon introducing most of us to the board
  • #dcfusor for help with fast io backporting
  • #HI-SEBA for help with software serial
  • #dwillmore for creating the wiki, serial adapter troubleshooting, more examples of boards and wemos-TTGO-XI board support