Skip to content

resolutedreamer/BLE_UART_8001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLE_UART_8001

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.

Screenshot

screenshot

Getting Started

Installation

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

Contributors

Contributors on GitHub

Third party libraries

Heavily borrowed from official sample:

License

  • This project is licensed under the Apache License - see the LICENSE file for details

Version

  • Version 1.0

Contact

Anthony Nguyen

Last Updated 2015/2/23

Releases

No releases published

Packages

No packages published

Languages