Share via

Bluetooth connection .net maui

Mielesplayz 291 Reputation points
2022-09-07T09:02:53.247+00:00

Is it possible to connect my smart watch to my .NET MAUI application and read its data?

Developer technologies | .NET | .NET Multi-platform App UI
0 comments No comments

Answer accepted by question author

Timo Kinnunen 126 Reputation points
2022-09-20T21:34:34.393+00:00

MauiXAMLBluetoothLE

https://github.com/TimoKinnunen/MauiXAMLBluetoothLE

.Net MAUI app using Plugin.BLE for Polar H10 Heart Rate Sensor. Bluetooth LE working solution on Android. I must ask James Montemagno for help to get permissions right on iOS and Windows.

To read code and understand it is simple.

This app might bring closer Bluetooth LE to .Net MAUI. I hope so.

Was this answer helpful?

1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Timo Kinnunen 126 Reputation points
    2022-09-21T10:16:33.233+00:00

    Shiny is not mature enough to be used in my opinion. And it holds too much code. It tries to cover everything between earth and heaven. And I need only reach to top of the tree.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. dg2k 1,416 Reputation points
    2022-09-07T11:31:10.753+00:00

    @Mielesplaz - Not sure how usable the Bluetooth library is at the moment, but I suggest exploring any MAUI API dev for Bluetooth here and here.

    I can also see links at the second site for samples but unsure if they meet your requirements. Just helping you with info to navigate in the right direction as Bluetooth API do not appear as a focus in .net6 or .net7 (where MAUI is).

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.