Hi Vipul,

This is a helpful addition I think. We actually implemented some helper code around this and we were going to send in a pull request, but you beat us to it. We have a number of apps available to work with the Nordic UART service since it's the easiest way we've found to get data from a BLE peripheral to another device without having to know a lot about BLE or mobile/desktop development.

There are apps for OS X, iOS, and Android (all available in the app stores if you search for 'Bluefruit'), as well as other reference applications using Nordic's UART service here: https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/software-resources

The OS X app is quite new, but I find it useful to get sensor data onto the laptop for plotting or parsing and you can then export to various file formats.

Best regards,
Kevin


On 22/07/16 04:13, Vipul Rahane wrote:
Hello all,

I have been working on a Mynewt BLEuart library and application which can work 
with Nordic’s nRF Uart app on iOS and Android.

I have committed an initial version of the same which you can find at 
http://bit.do/mynewtBLEuart <http://bit.do/mynewtBLEuart> which is part of my fork of 
apache Mynewt core at https://github.com/vrahane/incubator-mynewt-core/tree/develop 
<https://github.com/vrahane/incubator-mynewt-core/tree/develop>

Currently it contains a library in libs/bleuart which takes strings coming via 
uart and transmits them over BLE and vice-versa.

Soon to come would be a binary version of this. This will help application 
protocol developers in their development phase as well as in production.

Regards,
Vipul Rahane

Reply via email to