A sample app like nRF UART (iOS) and nRF UART 2.0 (Android), but for Windows Phone 8.1. Avaliable Here.
Allows a user to connect a Windows Phone 8.1 or above device via Bluetooth Low Energy (Bluetooth Smart) to any device running the custom Nordic Semiconductor UART service. Developed using the Arduino Uno with the Adafruit Bluefruit LE - Bluetooth Low Energy (BLE 4.0) - nRF8001 Breakout - v1.0.
If you just want to try the app out, get it from the Windows Store! Download Link
For development, open the solution (BLE_UART.sln) in Visual Studio and compile it with a physical Windows Phone device as the target (not the emulator).
The same UUIDs are used as those in the official nRF UART apps; they are:
6E400001-B5A3-F393-E0A9-E50E24DCCA9E for the Service
6E400002-B5A3-F393-E0A9-E50E24DCCA9E for the TX Characteristic Property = Notify
6E400003-B5A3-F393-E0A9-E50E24DCCA9E for the RX Characteristic Property = Write without response
Heavily borrowed from official sample:
- This project is licensed under the Apache License - see the LICENSE file for details
- Version 1.0
- Homepage: www.resolutedreamer.com
Last Updated 2015/2/23