0
Bluetooth
Hello everyone, I need to code a bluetooth connection and... well, I need a little help. Can you send me something good? It helps a lot. Thanks!
2 Answers
+ 2
If you are using C#, then check out the Bluetooth Low Energy: https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/
For Javascript there is the Web Bluetooth API (but not all browsers support it yet). Use with the navigator object.
I hope this helped you into the right direction.
0
Thank you for your answer.