Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Bluetooth in Qt 5

    General and Desktop
    5
    12
    3273
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      TheAnderson last edited by

      Hello. I want to write a program with qt 5 which could receive and send BT messages. How I can work with BT in Qt 5? Senks.

      1 Reply Last reply Reply Quote 0
      • B
        bagipro last edited by

        http://www.developer.nokia.com/Community/Wiki/QBluetoothZero_-_A_Qt_bluetooth_library

        1 Reply Last reply Reply Quote 0
        • T
          TheAnderson last edited by

          [quote author="bagipro" date="1372533941"]http://www.developer.nokia.com/Community/Wiki/QBluetoothZero_-_A_Qt_bluetooth_library[/quote]

          I don't understand how to use this library. Once I need to build them? (I tried to build them but got very many errors).

          1 Reply Last reply Reply Quote 0
          • B
            bagipro last edited by

            Probably yes. Read the description, here's wrote building manual https://projects.developer.nokia.com/qbluetooth/wiki/buildIncludeWindows

            1 Reply Last reply Reply Quote 0
            • T
              TheAnderson last edited by

              There are so many errors that omg) I use Qt 5.

              1 Reply Last reply Reply Quote 0
              • T
                TheAnderson last edited by

                !http://i.pixs.ru/storage/7/4/7/Bezimyanni_2086894_8340747.jpg(s)!

                1 Reply Last reply Reply Quote 0
                • B
                  bagipro last edited by

                  You don't add someone to .pro file, check documentation

                  1 Reply Last reply Reply Quote 0
                  • C
                    Code_ReaQtor last edited by

                    AFAIK, you can create a virtual serial port (COM port) with your bluetooth (if you are working with windows). From that you may use Qt5 serial port library or use a 3rd party library like "qextserialport".

                    Please visit my open-source projects at https://github.com/Code-ReaQtor.

                    1 Reply Last reply Reply Quote 0
                    • D
                      dbzhang800 last edited by

                      BlueTooth, which is part of qtconnectivity, can be found in

                      http://qt.gitorious.org/qt/qtconnectivity

                      As a addon module of Qt5, is easy to compile and install.

                      1 Reply Last reply Reply Quote 0
                      • T
                        TheAnderson last edited by

                        [quote author="1+1=2" date="1372642483"]BlueTooth, which is part of qtconnectivity, can be found in

                        http://qt.gitorious.org/qt/qtconnectivity

                        As a addon module of Qt5, is easy to compile and install.
                        [/quote]

                        I tried to build this library, however I have the problem:

                        !http://i.piccy.info/i7/fa447270ce1301a4e811147d304e74e8/4-63-150/42819553/Bezymiannyi.jpg(Pic)!

                        1 Reply Last reply Reply Quote 0
                        • A
                          amccarthy last edited by

                          It looks like you are building for Windows, unfortunately the Qt Bluetooth addon does not support Windows yet. It currently only supports Linux and QNX/Blackberry.

                          1 Reply Last reply Reply Quote 0
                          • T
                            TheAnderson last edited by

                            [quote author="amccarthy" date="1373796568"]It looks like you are building for Windows, unfortunately the Qt Bluetooth addon does not support Windows yet. It currently only supports Linux and QNX/Blackberry.[/quote]

                            Yes you right. How I can use Qt + BT on Windows 8. Please give me some piece of advice.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post