JLed – a library to provide painless control of LED blinking, breathing and fading effects.
Jan Delgado has updated his JLed library a couple of times over the past week. The first update was a change specific to the ESP8266 to improve the 8-bit to 10-bit scaling, so that LEDs now reach full brightness. The second change is the addition of a boolean return value to the Update() function to indicate whether the target effect is still active, or has completed.
OpenMQTTGateway – Bidirectional gateway for the integration of 433MHz, BLE and IR devices with MQTT.
Florian has made a small change to his OpenMQTTGateway to make the “TRACE” function compile-time selectable, in order to reduce the overall code size for those who don’t use it.
IRremoteESP8266 – A library to enable IR send and receive on the ESP8266.
Mark and his various contributors (including “crankyoldgit”) have added initial support for Elektra, Samsung and Whirlpool air-conditioners and experimental support for Coolix and Lutron. There are also additional fixes for Mitsubishi A/C and the IRMQTTServer code.
Esparto – A rapid development framework for ESP8266
Phil Bowles has added MQTT username & password functionality to his (relatively new) rev-2 version of Esparto, as well as fixing a couple of minor bugs.
esp8266-weather-station-color – An ESP8266 and ILI9341/XPT2046 based weather display.
Daniel and Marcel continue to update the colour weather-station display, with fixes for some I18N and WiFi issues.