This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Developing cross-plattform Bluetooth Low Energy desktop application for reading data?

Hello,

I bought a Adafruit Feather M0 Bluefruit LE, the Bluefruit LE module is an nRF51822 chipset from Nordic. I connected the Adafruit board to an accelerometer. This sensor then sends the data to the board. I would now like to develop a platform-independent Dektop application that allows this sensor data to be sent to a Windows and Linux Laptop. In addition,the data should be able to be processed so that it can be read into Matlab and Simulink. 

My question is: Is it possible to develop an app that runs on both systems without additional effort (Windows / Linux)? And are there any recommendations on which frameworks / tools can be used?

Is there a recommendable article about how Bletooth Low Energy works?

Can such an app only use Bluetooth LE modules from Nordic, or would other devices be discovered with other BLE modules?

Thank you very much!

Parents
  • Hi

    We generally don't support app development as our expertise is mainly in Bluetooth Low Energy, the Nordic products, and Nordic's SDK and other software. I suggest you take a look at the link posted though, as that seems to be exactly what you're looking for. Keep in mind though, that the computers using this application will have to support BLE themselves to be able to scan BLE devices.

    I don't know how deep you want to go into how Bluetooth Low Energy works, but the overview from QT gives you a quick intro at least. If you want, you can check out this article which goes a little deeper, or go straight to the source and check out the Bluetooth Core Specifications. Part B chapter 4, section 4.4 should be relevant (not recommended unless you want to deep-dive into the material).

    An application such as what you're describing supporting BLE should be able to discover all BLE modules that are openly advertising.

    Best regards,

    Simon

Reply
  • Hi

    We generally don't support app development as our expertise is mainly in Bluetooth Low Energy, the Nordic products, and Nordic's SDK and other software. I suggest you take a look at the link posted though, as that seems to be exactly what you're looking for. Keep in mind though, that the computers using this application will have to support BLE themselves to be able to scan BLE devices.

    I don't know how deep you want to go into how Bluetooth Low Energy works, but the overview from QT gives you a quick intro at least. If you want, you can check out this article which goes a little deeper, or go straight to the source and check out the Bluetooth Core Specifications. Part B chapter 4, section 4.4 should be relevant (not recommended unless you want to deep-dive into the material).

    An application such as what you're describing supporting BLE should be able to discover all BLE modules that are openly advertising.

    Best regards,

    Simon

Children
No Data
Related