/QT-NodeMCU-Application

Reading ADC of NodeMCU and sending data to QT Application over UDP

Primary LanguageC++

QT-NodeMCU-Application

Reading ADC of NodeMCU and sending data to QT Application over UDP

Usage: tmr.alarm(0, 10, 1, function() TimerFunc() end)

  • NodeMCU shows 3.3 Voltage in 10 bit resolution (1024).

  • QCustomPlot library is used for graphical representation.


Compilation Note:

  • The following relative path should be added to "ui_mainwindow.h" file. #include "../../qcustomplot.h"