Re: Console improvements - newtmgr and OIC over shell

2017-04-19 Thread Łukasz Rymanowski
I suggest to create feature branch for that work in this case. I believe Michal will fix support for newtmgr, but till then some of us could make use of RTT and other cool stuff which will go on top (e.g. support for btmon). What do you think? On 19 April 2017 at 00:23, marko kiiskila

Re: Bluetooth 5 support - configurability

2017-04-10 Thread Łukasz Rymanowski
Hi, On 10 April 2017 at 18:15, will sanfilippo wrote: > I think #3 is fine as well. If, for some reason, folks do not want to > claim 5.0 support they can always use release 1.0.0 of Mynewt. > > > > On Apr 10, 2017, at 6:16 AM, Szymon Janc wrote: > >

RE: BLE HCI support on NRF52DK

2017-03-29 Thread Łukasz Rymanowski
ioned afterwards that flow control could be turned off by a configuration option. That is that -N option In btattach I mentioned above. It is available in BlueZ 5.44 Lukasz ALan -Original Message----- From: Łukasz Rymanowski [mailto:lukasz.rymanow...@codecoup.pl] Sent: Tuesday, March

Re: BLE HCI support on NRF52DK

2017-03-28 Thread Łukasz Rymanowski
Hi, On 28 March 2017 at 12:10, Łukasz Rymanowski <lukasz.rymanow...@codecoup.pl> wrote: > Hi all, > > Just had a need to run my nrf52 dev board with blehci and faced same > issues as Alan > > I think we need update documentation here: http://mynewt.apache.org/os/ > t

Re: Debugging blecent application on nrf52dk

2017-03-17 Thread Łukasz Rymanowski
Hi Pritish, On 16 March 2017 at 23:11, Pritish Gandhi wrote: > Hi Will, > I'm not building the controller lib for the image that runs on the > stm32f4Discovery board. I'm building it as a Host Only. So I build the > host, HCI, and uart transport. Broadcom's Bluetooth

Re: MyNewt: NimBLE: Question regarding large file transfer over Bluetooth

2017-03-08 Thread Łukasz Rymanowski
Hi Pritish, On 8 March 2017 at 04:05, Christopher Collins wrote: > Hi Pritish, > > On Tue, Mar 07, 2017 at 03:15:49PM -0800, Pritish Gandhi wrote: > > Hi All, > > Disclaimer: I don't know much about Bluetooth so I might sound like a > novice > > > > I've been thinking about

L2CAP CoC pull request

2017-03-03 Thread Łukasz Rymanowski
Hi guys, just wanted say that there is PR with LE CoC implementation and comments are welcome. https://github.com/apache/incubator-mynewt-core/pull/190 Best Łukasz

Re: [RFC] nimble/l2cap: Add LE L2CAP COC API

2017-01-13 Thread Łukasz Rymanowski
Hi Chris, On 13 January 2017 at 03:19, Christopher Collins <ccoll...@apache.org> wrote: > Hi Łukasz, > > It sounds good to me. I just have a few questions: > > On Thu, Jan 12, 2017 at 09:41:49PM +0100, Łukasz Rymanowski wrote: > > Outgoing connection: >

[RFC] nimble/l2cap: Add LE L2CAP COC API

2017-01-12 Thread Łukasz Rymanowski
This patch adds API for LE Connection Oriented Channels. Note that implementation is hided behind BLE_L2CAP_COC_MAX_NUM flag which defines maximum number of supported dynamic channels Overview: Idea is that credits are hidden from the user and controlled by the stack. User creates its own memory

Re: The nimble scheduler and multiple advertising instances

2016-12-07 Thread Łukasz Rymanowski
pecified in the command. We will do our best to > avoid collisions. If there is a collision, the connection wins. Sounds great:) > > Thanks for the feedback! Greatly appreciated. \Łukasz > > >> On Dec 7, 2016, at 2:55 AM, Łukasz Rymanowski >> <lukasz.rymanow...@code

nimble: PTS: Fixes for L2CAP

2016-11-29 Thread Łukasz Rymanowski
Hi guys, Me and my colleagues started to do PTS testing againts mynewt on nrf52dk. For now we are looking into GAP, GATT, L2CAP and SMP and in some point of time we will be contributing PICS, results and instruction to pass test cases. For now I'm sending a pull request with some fixes on L2CAP

Re: [PATCH] mcu/nordic/nrf52xxx: Fix for nrf52dk startup crash

2016-11-07 Thread Łukasz Rymanowski
Hi Will, The issue is not visible during build time but on a platform startup. I believe that Michal's patch solves this issue so let's apply this patch using git am or accept pull request he has prepared. Best regards, Lukasz On Nov 7, 2016 4:12 PM, "will sanfilippo" wrote:

Re: [PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-21 Thread Łukasz Rymanowski
to get > this process right as well. > > Johan > > On Fri, May 20, 2016, Sterling Hughes wrote: > > thanks - looks good, and applied. dev should be up to date. > > > > sterling > > > > On 5/20/16 6:25 AM, Łukasz Rymanowski wrote: > > > This patc

Re: [PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-20 Thread Łukasz Rymanowski
ay 20, 2016, at 9:33 AM, Sterling Hughes <sterl...@apache.org> > wrote: > > > > thanks - looks good, and applied. dev should be up to date. > > > > sterling > > > > On 5/20/16 6:25 AM, Łukasz Rymanowski wrote: > >> This patch renames os_bsp_

[PATCH] bsp; Fix linker error for nrf51_arduino target

2016-05-20 Thread Łukasz Rymanowski
This patch renames os_bsp_init to bsp_init to make nrf51_arduino build. --- hw/bsp/nrf51-arduino_101/src/os_bsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/bsp/nrf51-arduino_101/src/os_bsp.c b/hw/bsp/nrf51-arduino_101/src/os_bsp.c index b9d52e4..888519b 100644 ---