Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Calculator

0

99
Views
.NET Core bluetooth

I'm currently creating an application in .NET core. I want to run this application on a Raspberry Pi Zero W and use the Bluetooth functionality to communicate with an external device (Light Bulb with bluetooth). Are there any bluetooth (NuGet) libraries to work with bluetooth? I've searched on NuGet but I've found only Xamarin related packages.

Thanks in advance

8 months ago · Santiago Trujillo
2 answers
Answer question

0

Not currently, as far as I'm aware.

However, I believe it would be possible if you explore using Platform Invoke with the Bluez Bluetooth library for Linux.

8 months ago · Santiago Trujillo Report

0

There's a new dotnet-bluez library available that looks promising, and is pure .Net (not Xamarin).

https://github.com/hashtagchris/DotNet-BlueZ

8 months ago · Santiago Trujillo Report
Answer question
Find remote jobs