Qt Creator 14 Released with Lua-Based Plugin Support and Enhanced Features


https://www.electronics-lab.com/qt-creator-14-released-with-lua-based-plugin-support-and-enhanced-features/

The Qt Company has announced the release of Qt Creator 14, the latest stable version of its open-source IDE for designing graphical user interfaces (GUIs) using the Qt language. This release brings several new features, improvements, and enhancements, making it a powerful tool for developers. One of the most significant additions in Qt Creator 14 […]

Convert EasyEDA files to KiCad with just one click


https://www.electronics-lab.com/convert-easyeda-files-kicad-just-one-click/

Uri Shaked has just unveiled the result of his work on a script that is able to convert the cloud-based design tool EasyEDA files to the popular KiCad format. This way you are able to benefit the best characteristics of the two design tools and easily migrate from one tool to the other. If you […]

Decoding and Encoding JSON with Arduino or ESP8266


https://www.electronics-lab.com/decoding-encoding-json-arduino-esp8266/

In this blog post you’re going to learn how to decode (parse a JSON string) and encode (generate a JSON string) with the ArduinoJson library using the Arduino with the Ethernet shield. This guide also works with the ESP8266 and ESP32 Wi-Fi modules with small changes. Decoding and Encoding JSON with Arduino or ESP8266 – […]

Weather Widget using ESP8266


https://www.electronics-lab.com/weather-widget-esp8266/

deba168‘s new instructable is a weather widget: “an application that can be downloaded on your PC, laptop or a mobile device and perform the job of providing easy access to weather information” It’s an ESP8266 based weather display unit which retrieves localized weather information from http://www.wunderground.com by WLAN and displays it on a 128×64 OLED display. […]