All Projects → dbuezas → Lgt8fx

dbuezas / Lgt8fx

Board Package for Logic Green LGT8F328P LGT8F328D and LGT8F88D

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Lgt8fx

Koduino
Arduino code for STM32 microcontrollers
Stars: ✭ 63 (-48.36%)
Mutual labels:  board, arduino
Opencr
Software for ROS Embedded board (a.k.a. OpenCR). OpenCR means Open-source Control Module for ROS.
Stars: ✭ 240 (+96.72%)
Mutual labels:  board, arduino
Docs
Documentation for Particle
Stars: ✭ 131 (+7.38%)
Mutual labels:  arduino, core
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+587.7%)
Mutual labels:  board, arduino
Wattuino
Arduino compatible Boards and Modules based on Microchip ARM and AVR Microcontroller
Stars: ✭ 41 (-66.39%)
Mutual labels:  board, arduino
Device Os
Device OS (Firmware) for Particle Devices
Stars: ✭ 976 (+700%)
Mutual labels:  arduino, core
Modelassistant
Elegant library to manage the interactions between view and model in Swift
Stars: ✭ 26 (-78.69%)
Mutual labels:  core, manager
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+7532.79%)
Mutual labels:  board, arduino
Lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Stars: ✭ 92 (-24.59%)
Mutual labels:  arduino, manager
A scan framework
Network Security Vulnerability Manage
Stars: ✭ 116 (-4.92%)
Mutual labels:  manager
Mpu6050 tockn
Arduino library for easy communication with MPU6050
Stars: ✭ 119 (-2.46%)
Mutual labels:  arduino
Adrilight
An Ambilight clone for Windows based sources - HTPC or just a normal PC
Stars: ✭ 115 (-5.74%)
Mutual labels:  arduino
Coffeehack
Hack of our Jura coffee machine
Stars: ✭ 116 (-4.92%)
Mutual labels:  arduino
Bluetooth Ble On Arduino Ide
Scketches which are used in my YouTube video
Stars: ✭ 118 (-3.28%)
Mutual labels:  arduino
Reflow Oven Controller
Arduino compatible reflow oven controller
Stars: ✭ 115 (-5.74%)
Mutual labels:  arduino
Esp8266
Collection of projects for the WeMos Mini D1
Stars: ✭ 120 (-1.64%)
Mutual labels:  arduino
Pal2
Path of Exile Addon Launcher and Manager
Stars: ✭ 115 (-5.74%)
Mutual labels:  manager
E Ink Esp32 Arduino Weather Time Note
You can get time\weather\temperature-inside\humility-inside\pressure-inside\IAQ-inside\QQ-note\computer-info on this device.
Stars: ✭ 114 (-6.56%)
Mutual labels:  arduino
P5.serialport
Serial Port API and Server for p5.js
Stars: ✭ 120 (-1.64%)
Mutual labels:  arduino
Shimonbox
Semi-automatically generated 3D printable cases for development boards using OpenSCAD
Stars: ✭ 120 (-1.64%)
Mutual labels:  board

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 External Clock

32Mhz is twice as fast as a conventional arduino nano! Actually even faster as many operations take less clock cycles than in the atmega328p. Check out some benchmarks

Discussions, ideas, questions and show your project

Explore the discussions: https://github.com/dbuezas/lgt8fx/discussions

Features

Differences to original core Larduino_HSP v3.6c

  • Support 32 Mhz and other clock speeds
  • Differential Amplifier API
  • Better Boards Menu
  • Installation via Board Manager Urls
  • SoftwareSerial @32Mhz
  • FastIO ported from https://github.com/LGTMCU/Larduino_HSP

Power consumption @ 5v

Clock Pro mini style w/o power LED Pro mini style Nano style
32MHz 12.7mA 15.0mA 32.6mA
16MHz 9.2mA 11.5mA 27.8mA
8MHz 7.1mA 9.4mA 25.4mA
4MHz 5.9mA 8.2mA 23.3mA
2MHz 5.3mA 7.6mA 23.4mA
1MHz 5.0mA 7.3mA 22.8mA

Example boards:

LGT8F328P-LQFP32

WAVGAT Pro Mini Pseudo Clone

Wavgat Pro Mini pseudo-clone Wavgat Pro Mini pseudo-clone

Pro Mini style LQFP32

Pro Mini style

Larduino Uno LQFP32

Larduino Uno style Larduino Uno style

Nano Style

Nano style Nano style Nano style Nano style Like this pinout?

Create more pinouts for the other boards!

Uno Style LQFP32

Uno style

Wemos TTGO XI

Wemos Nano style Wemos Nano style Wemos Nano style

LGT8F328P-SSOP20

Pro Mini Style SSOP20

Pro Mini simil Pro Mini simil Pro Mini simil

LGT8F328P-LQFP48

Uno style

Docs & links

PS: Just want to say thanks for this git, helped me a lot!

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

https://tooomm.github.io/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
  • #seisfeld for adding in-menu support for an external oscillator
  • #jg1uaa for the updated Software Serial without timing tables and missing methods
  • #LaZsolt for adding SSOP20 lgt8f328p support and precise delayMicroseconds
  • #jayzakk for fixing the ADC prescaler for faster analog reads
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].