Tag: JSON
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...
Continue ReadingConvert EasyEDA files to KiCad with 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...
Continue ReadingDecoding and Encoding JSON with Arduino or 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...
Continue ReadingWeather Widget using 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...
Continue Reading