I am looking for a way to interface with an Adafruit bluefruit LE (nRF8001 chipset) board, using c# in a windows desktop app (From what I've seen, I cannot use the Windows.Devices namespace without hacking it in.)
The device is properly paired to my tablet and seems to have no problems there, I'm just looking for a way to receive data from it in my program.
There has to be a way to do this, I cant think that Microsoft would limit using bluetooth to metro apps only, I just cant find it.