Re: [VOTE] Release Apache Mynewt 1.0.0-b1-incubating-rc2

2016-11-30 Thread Peter Snyder
+1 > On Nov 30, 2016, at 8:31 AM, Vipul Rahane wrote: > > +1 (binding) > >> On Nov 30, 2016, at 7:09 PM, David G. Simmons wrote: >> >> +1 >> >>> On Nov 29, 2016, at 9:30 PM, Christopher Collins >>> wrote: >>> >>> [ ] +1 Release

Re: [VOTE] Release Apache Mynewt 1.0.0-b1-incubating-rc2

2016-11-30 Thread will sanfilippo
+1 > On Nov 29, 2016, at 6:30 PM, Christopher Collins wrote: > > Hello all, > > I am pleased to be calling this vote for the source release of Apache > Mynewt 1.0.0, beta 1 (rc2). This is the second release candidate for > Mynewt 1.0.0-b1. The vote for the first release

Mynewt iOS App

2016-11-30 Thread David G. Simmons
I've been working on an iOS 'demo' app for Mynewt as a way to interact with ble devices, and I'm interested in hearing feedback on what I've got so far, etc. I've taken a fork of https://github.com/anasimtiaz/SwiftSensorTag which was originally

Re: Subscription Request and Question.

2016-11-30 Thread Mike Ryan
This is the first I've heard of LE Secure Connections having any weakness. Can you elaborate and/or provide a citation? On Wed, Nov 30, 2016 at 12:23:06PM +, Tim Hutt wrote: > Just in case you weren't aware, OOB is not available on iOS or Android > (except via NFC). Also all BLE pairing

Re: HEX DEBUG output in newtmgr

2016-11-30 Thread Kevin Townsend
I think even just converting these 'data' and 'into buffer' DEC payloads to HEX is good enough: [2 0 0 10 0 0 0 0 161 97 100 102 97 98 99 49 50 51] The other values in base10 are fine in my opinion, and probably even more useful that way: Op:2 Flags:0 Len:10 Group:0 Seq:0 Id:0 And then the

Re: HEX DEBUG output in newtmgr

2016-11-30 Thread Sterling Hughes
captured here: https://issues.apache.org/jira/browse/MYNEWT-497 i don’t see a reason to print both hex and decimal, although if someone cares, retaining it as an option seems fine. i agree that default should be hex. On 30 Nov 2016, at 8:52, Kevin Townsend wrote: Hi Christopher, The

Re: HEX DEBUG output in newtmgr

2016-11-30 Thread Kevin Townsend
Hi Christopher, The latest version has improved debug output with the combined HEX and DEC which I don't remember in earlier versions, so thanks for that. We've been using the -t trace option but it's good to point out to anyone who stumbles across this thread anyway. I don't find the DEC

Re: [VOTE] Release Apache Mynewt 1.0.0-b1-incubating-rc2

2016-11-30 Thread Christopher Collins
+1 (binding) Chris On Tue, Nov 29, 2016 at 06:30:37PM -0800, Christopher Collins wrote: > Hello all, > > I am pleased to be calling this vote for the source release of Apache > Mynewt 1.0.0, beta 1 (rc2). This is the second release candidate for > Mynewt 1.0.0-b1. The vote for the first

Re: Subscription Request and Question.

2016-11-30 Thread Christopher Collins
On Wed, Nov 30, 2016 at 08:08:58AM -0800, aditi hilbert wrote: > Rodrigo, > > The NimBLE description is accurate. Mynewt offers SM. The second one is > woefully outdated - I’ll fix that today. > Yes, NimBLE supports OOB. A small clarification - nimble supports OOB for legacy pairing, but not

Re: [VOTE] Release Apache Mynewt 1.0.0-b1-incubating-rc2

2016-11-30 Thread Sterling Hughes
+1 binding On 30 Nov 2016, at 5:39, David G. Simmons wrote: +1 On Nov 29, 2016, at 9:30 PM, Christopher Collins wrote: [ ] +1 Release this package [ ] 0 I don't feel strongly about it, but don't object [ ] -1 Do not release this package because... -- David G.

Re: Subscription Request and Question.

2016-11-30 Thread aditi hilbert
Rodrigo, The NimBLE description is accurate. Mynewt offers SM. The second one is woefully outdated - I’ll fix that today. Yes, NimBLE supports OOB. Yes, we support over the air upgrade via BLE. Sorry there is no tutorial on it yet but we can certainly help you with that. thanks, aditi > On

Re: [VOTE] Release Apache Mynewt 1.0.0-b1-incubating-rc2

2016-11-30 Thread David G. Simmons
+1 > On Nov 29, 2016, at 9:30 PM, Christopher Collins wrote: > > [ ] +1 Release this package > [ ] 0 I don't feel strongly about it, but don't object > [ ] -1 Do not release this package because... -- David G. Simmons (919) 534-5099 Web • Blog

HEX DEBUG output in newtmgr

2016-11-30 Thread Kevin Townsend
We're currently working on a mobile version of newtmgr, and the DEBUG output is very useful to sanity check commands and responses, but the output in DEC is kind of a pain when most SW engineering on embedded devices is done in HEX. Is there an option I'm missing to output HEX instead of DEC,

Re: Subscription Request and Question.

2016-11-30 Thread Tim Hutt
Just in case you weren't aware, OOB is not available on iOS or Android (except via NFC). Also all BLE pairing methods except OOB and Numeric Comparison (which requires a screen) are apparently broken in various ways, even with LE Secure Connections. If security is really important I would

Subscription Request and Question.

2016-11-30 Thread Rodrigo Lorenzo Leal
To whom it might concern. My name is Rodrigo Lorenzo Leal, and I'm the lead hardware and firmware developer at Pilloxa . We're currently using the Nordic nRF52 with it's SDK and recently discovered ynewt. We're really exited about it and will give it a try.Additionally I

Re: nimble: PTS: Fixes for L2CAP and SM

2016-11-30 Thread Andrzej Kaczmarek
Hi all, On Tue, Nov 29, 2016 at 11:29 PM, Łukasz Rymanowski < lukasz.rymanow...@codecoup.pl> wrote: > 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