Skip to content

Simple Qt dialog for monitoring a DS18B20 Temperature sensor

Notifications You must be signed in to change notification settings

ledoen/Qt-Temperature-Sensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Qt DS18B20 Sensor

This is a Qt project that interfaces with a DS18B20 temperature sensor using QSerialPort and displays the temperature. It's meant as an example of using Qt and arduino together. See:

https://www.youtube.com/watch?v=eHUizPn-jpM

Note that Dialog::readSerial() differs slightly from as shown in the video.

Repository Contents

  • /DS18B20_Qt - Qt Project files
  • /DS18B20_arduino - arduino sketch

License Information

All code is released under GNU GPLv3.0. Please feel free to do anything you want with it.

About

Simple Qt dialog for monitoring a DS18B20 Temperature sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.6%
  • QMake 5.8%
  • Other 5.6%