Skip to content

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

Notifications You must be signed in to change notification settings

makifay/QT-NodeMCU-Application

Repository files navigation

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"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages