I recently came into the possession of a few Estimote devices and was kind of bummed that there was no Windows SDK just yet. So I tried to see about just finding the devices myself since they're just Bluetooth Low Energy devices.
What I have found is that neither my WPF test (using the wonderful 32feet.NET or just code) nor a Windows Phone 8.1 device (both the settings screen and in code) can see these beacons.
But they can be seen under Windows 8's desktop OS settings screen. This is what I see under Windows 8 when I have the Estimotes nearby and attempt to detect Bluetooth devices:
Does anyone know why the Windows desktop OS is able to see them but nothing that I've found with C#.NET is able to detect these beacons? And does anyone have any workarounds that let's me detect beacons under Windows Phone? I don't really have a need to talk to them right now, just to know which beacon is nearby.