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
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.
There's a new dotnet-bluez library available that looks promising, and is pure .Net (not Xamarin).