Skip to content

Qt GUI that communicates with esp32 using Qt Serial Port module, and android app that exchanges data with esp32 using Wi-Fi.

License

Notifications You must be signed in to change notification settings

mklanac/Qt-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt esp32

  • SerialPort is Windows PC GUI created in Visual Studio 2019 (using Qt Visual Studio Tools) that communicates via serial communication with esp32.
  • esp32ArduinoSketch is sketch that you upload to esp32. The sketch is used to set the esp32 as an access point (hotspot). When you set the esp32 as an access point it creates its own Wi-Fi network and nearby Wi-Fi devices can connect to it.
  • androidApp is Qt Android app created in Qt Creator 4.9.2 (Community). If your phone has Wi-Fi capabilities you can connect to esp32 without the need to connect to your router. When you connect to esp32 and run this app you will be able to send data to esp32, and esp32 can forward that data to your PC using serial communication.

About

Qt GUI that communicates with esp32 using Qt Serial Port module, and android app that exchanges data with esp32 using Wi-Fi.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published