601 eSOM++ Team Feb 18 13014 Views Store MQTT Data From Sensors Into MySQL Database This article will explain how e-con’s eSOMiMX6 can be used to store MQTT data from sensors into MySQL database using Qt. MQTT is a great protocol for Sensors to publish data to their Subscribers. However, when it comes to analytics or reporting, ...
593 eSOM++ Team Feb 10 9573 Views How to scan Bluetooth devices in QML Introduction This blog post is a one of the series of Bluetooth operations in qml. This post talks about how Bluetooth devices can be scanned in qml using the classes provided by Qt. Bluetooth: Bluetooth is a short-range (less than 100 meters) ...
591 eSOM++ Team Feb 10 13452 Views Qt Network - QUdpSocket Introduction: This article discusses how to communicate via UDP socket in Qt program. What is UDP? UDP (User Datagram Protocol) is a lightweight, unreliable, datagram-oriented, connectionless protocol. It can be used when reliability isn’t ...