Sen descrición

Lixie Labs 2f6f387852 Create WIFI_NTP_CLOCK.ino %!s(int64=6) %!d(string=hai) anos
examples 2f6f387852 Create WIFI_NTP_CLOCK.ino %!s(int64=6) %!d(string=hai) anos
src aeed1f02f9 Delete Edgelit.h %!s(int64=6) %!d(string=hai) anos
LICENSE 112f760b5e Added library examples %!s(int64=6) %!d(string=hai) anos
README.md 51eabe49a0 Update README.md %!s(int64=6) %!d(string=hai) anos
getting_started.md fe0ab572ce Update getting_started.md %!s(int64=6) %!d(string=hai) anos
keywords.txt 112f760b5e Added library examples %!s(int64=6) %!d(string=hai) anos
library.json 112f760b5e Added library examples %!s(int64=6) %!d(string=hai) anos
library.properties 112f760b5e Added library examples %!s(int64=6) %!d(string=hai) anos

README.md

Lixie II

Lixie II for Arduino

This library is still maturing, but the functionality from the original Lixie 1/Edgelit libraries is here! For now, you can refer to the Getting Started Guide, the "Introduction Tour" example, or the original library documentation for its usage is almost identical. (There is now support for all but a few deprecated "Lixie 1" functions. Just change any ocurrance of "Lixie" in your code with "Lixie_II".)

WARNING

UNLIKE THE ORIGINAL LIXIE LIBRARY, THIS ONE REALLY PREFERS THE ESPRESSIF/XTENSA ARCHITECTURE. (ESP8266 / ESP32)

This design choice was made to allow for non-blocking animation code, as the Ticker library or ESP32's second core are great for this. The vast majority of Lixie 1 users were using Espressif controllers anyways for a cheap gateway for the Lixies to fetch internet time, stocks, analytics, etc. This means that any Arduino Unos, Micros, Pro Minis, Megas - those old controllers are still supported, but the animation system may bog things down slightly. If you haven't tried them yet, the Espressif microcontrollers are amazing and unless you're going for low-power, (Lixies are not) AVR isn't quite right for something like Lixie II.


Installation

The Lixie II library relies on the FastLED library from Daniel Garcia, so make sure you have that installed as well!

~With Arduino Library Manager:~ COMING SOON!

~1. Open Sketch > Include Library > Manage Libraries in the Arduino IDE.~ ~2. Search for "Lixie_II", and select the latest version.~ ~3. Click the Install button and Arduino will prepare the library and examples for you!~

Manual Install:

  1. Click "Clone or Download" above to get an "Lixie_II-master.zip" file.
  2. Extract its contents to the libraries folder in your Arduino sketchbook. ("C:/Users/YOUR_USERNAME/Documents/Arduino/libraries" on Windows)
  3. Rename the folder from "Lixie_II-master" to "Lixie_II".