The source code I made for all examples and programs in the Qt course on Forbot [written in Polish].
Parts:
- About Qt, first program
- Serial communication (UART) between desktop na Arduino dev board
- First mobile application in Qt for Android
- Bluetooth communication between smartphone na Arduino dev board with Bluetooth Classic module
- Building interfaces with Qt Quick and QML
- Passing data between C++ <-> QML
- Intro to concurrent processing in Qt
- Intro to multithreading in Qt
- Intro to multitasking in Qt
Forbot is the most popular blog in Poland, regularly publishing guides for electronics and DIY enthusiasts who are passionate about building electronic devices on their own.
The easiest way to setup, build and run examples is to open root CMakeLists.txt
in QtCreator.