Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Framework (API) for BlueTooth LE 4.0 (C# .NET)

For a new C# WinForms project I need an information about the frameworks or APIs supported BlueTooth LowEnergy 4.0

The second question is about the system requirements: so I have already found 32feet.net and it seems to require Windows 8 - but what is about Windows XP (SP2) / Vista / Windows 7? Have this systems any support for BLE 4.0 ?

like image 979
Leo Chapiro Avatar asked Oct 04 '22 22:10

Leo Chapiro


1 Answers

http://xamarin.com/ provides the abstraction for Bluetooth Low Energy in C#. Probably you can explore this.

like image 90
Whoami Avatar answered Oct 12 '22 10:10

Whoami