Yeah ofcourse I can! But I do got to say this codes are made for a single device, if you want to connect to variable devices you need to extend the connection function, however I saw example codes of...
Type: Posts; User: DragoslaV; Keyword(s):
Yeah ofcourse I can! But I do got to say this codes are made for a single device, if you want to connect to variable devices you need to extend the connection function, however I saw example codes of...
Thanks again a billion time rahulvala!
I got it working now :) including the signals and connection. I can retrieve data by sending the println function in Arduino to retrieve that data in C++. So...
Thanks a billion times champ! :D I was feeling alone!
So the best practice now is just to build a QML (.h & .cpp) class and write that to my QtQuick application?
I also forgot to mention I'm new...
I'm losing my mind.. 4 days working on this problem and still no progress in receiving data....
Should I try it in QML?
Is it a BUG?
Can I see (in my terminal) if there are bytes coming in?...
Hello everyone,
I got my Arduino BT connected to my N9 and I am able to send instructions from my Qt application to my bluetooth, a LED is turned on and after that it will response by sending a...