Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Developing cross-plattform Bluetooth Low Energy desktop application?

Developing cross-plattform Bluetooth Low Energy desktop application?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 258 Views 4 Watching
  • 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.
  • S Offline
    S Offline
    SpaceToon
    wrote on last edited by
    #1

    Hello everyone,

    I am starting a project where I have a development board with a built-in Bluetooth Low energy module (periphal).
    This developer board is connected to an accelerometer that sends the data to the board. I would now like to develop a platform-independent desktop application with which it is possible to transfer the data via Bluetooth Low Energy to a Windows / Linux laptop.

    My 1st question: Is it possible to develop such an application with Qt?
    2. I have seen here that this is done with C ++. Is it also possible to do this with Java / C #? If you can, where can I find tutorials / documantation for that?
    3. Is there any more extensive literature / articles that support me in my project?

    Thank you so much!

    sierdzioS 1 Reply Last reply
    0
    • S SpaceToon

      Hello everyone,

      I am starting a project where I have a development board with a built-in Bluetooth Low energy module (periphal).
      This developer board is connected to an accelerometer that sends the data to the board. I would now like to develop a platform-independent desktop application with which it is possible to transfer the data via Bluetooth Low Energy to a Windows / Linux laptop.

      My 1st question: Is it possible to develop such an application with Qt?
      2. I have seen here that this is done with C ++. Is it also possible to do this with Java / C #? If you can, where can I find tutorials / documantation for that?
      3. Is there any more extensive literature / articles that support me in my project?

      Thank you so much!

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @SpaceToon said in Developing cross-plattform Bluetooth Low Energy desktop application?:

      My 1st question: Is it possible to develop such an application with Qt?

      Yes. Although the Low Energy support on Windows is horrible - I mean the system itself handles it badly. Qt works around some of these issues but it's still not a great experience.

      1. I have seen here that this is done with C ++. Is it also possible to do this with Java / C #? If you can, where can I find tutorials / documantation for that?

      No, Qt is available (officially) only in C++ and Python.

      1. Is there any more extensive literature / articles that support me in my project?

      Check Qt documentation, it's great. If you want to learn more about Qt itself, this book tends to get recommended http://qmlbook.github.io/.

      (Z(:^

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved