atharvanan1 / aesd_linux_app

This repository holds source code and makefiles for application to be interfaced into Embedded Linux Platform as part of Advanced Embedded Software Development Project
MIT License
0 stars 0 forks source link

Display/UI #8

Closed bcis93 closed 4 years ago

bcis93 commented 4 years ago

Develop a display/UI to display sensor data. Include button(s) to send data to the cloud. This issue refers only to the creation of the gui - there is a separate issue to integrate this with the sensor and cloud.

DoD: Display has a button to get a temperature reading and a place to display the data. There is a button to send a message to the cloud, with fields for "message" and "data" and a place to indicate if the message was sent successfully.

Blockers: Learn how to use QT (resolved)

bcis93 commented 4 years ago

Added gui with 0b9033c0a99d09a6876e62c9443157650a79a7b6

bcis93 commented 4 years ago

image Small updates with e842168d61d510d348f2f1486ca164013db26cdd. Display has button to receive temperature and to send a message. Relevant data fields update accordingly when buttons are pressed