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
