makifay / QT-NodeMCU-Application

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 100.0%