Re: [VOTE] Release Apache Mynewt 1.10.0-rc1 and Apache NimBLE 1.5.0-rc1

2022-05-05 Thread Michał Narajowski
+1 (binding) Best, Michał pon., 2 maj 2022 o 22:05 Andrzej Kaczmarek napisał(a): > +1 (binding) > > > > On Mon, 2 May 2022 at 18:40, Vipul wrote: > > > +1 (binding) > > > > Regards, > > Vipul Rahane > > > > On Mon, May 2, 2022 at 2:02 AM Łukasz Rymanowski < > > lukasz.rymanow...@codecoup.pl>

Re: [VOTE] Release Apache Mynewt 1.7.0-rc2 and Apache NimBLE 1.2.0-rc2

2019-08-02 Thread Michał Narajowski
+1 (binding) pt., 2 sie 2019 o 09:46 Jerzy Kasenberg napisał(a): > +1 (binding) > > pon., 29 lip 2019 o 13:39 Szymon Janc napisał(a): > > > Hello all, > > > > I am pleased to be calling this vote for the source release of > > Apache Mynewt 1.7.0 and Apache NimBLE 1.2.0. > > > > Apache Mynewt

Re: [VOTE] Release Apache Mynewt 1.6.0-rc2 and Apache NimBLE 1.1.0-rc2

2019-04-03 Thread Michał Narajowski
+1 (binding) śr., 3 kwi 2019 o 12:39 Miguel Azevedo napisał(a): > > +1 binding > > On Wed, 3 Apr 2019, 11:31 Fabio Utzig, wrote: > > > > [ ] +1 Release this package > > > [ ] 0 I don't feel strongly about it, but don't object > > > [ ] -1 Do not release this package because... > > > > +1

Re: BLE Mesh Vendor Models

2019-03-11 Thread Michał Narajowski
to the connected device. Hope that helps. BR Michał Narajowski sob., 9 mar 2019 o 06:35 Jennifer Gibbs napisał(a): > > Hello, > > Is it possible to implement custom BLE Mesh vendor models for both Server and > Client roles? Is the Server Role limitation only for fo

Re: shell commands for multiple instantiated modules

2018-06-25 Thread Michał Narajowski
Hi Paul, IMO Option 1 seems like the best option here. I don't think the special command processing code will require a lot of work. Of course, if you think that Option 2 is better for your use case you can implement it and submit a PR. BR Michał Narajowski pon., 25 cze 2018 o 04:10 p

Re: [RFC] Mesh uses multi advertising instances.

2018-05-18 Thread Michał Narajowski
Michał Narajowski pt., 18 maj 2018 o 14:02 Aditya Xavier <adityaxav...@me.com> napisał(a): > Hi Michał, > > A correction. > > It seems its out of the two BLE_ROLE* flags, its only BLE_ROLE_BROADCASTER > that has an adverse effect. > Enabling BLE_ROLE_BROADCASTER stop

Re: [RFC] Mesh uses multi advertising instances.

2018-05-18 Thread Michał Narajowski
#mesh-onoff STATUS: Sent ! 046604 Received 046627 #mesh-onoff STATUS 046628 #mesh-onoff STATUS: Sent ! 046630 Received 046656 #mesh-onoff STATUS 046656 #mesh-onoff STATUS: Sent ! 046658 Received Is this what I should see? What are your symptoms? Best regards Michał Narajowski pt., 18 maj 2018 o

Re: [RFC] Mesh uses multi advertising instances.

2018-04-06 Thread Michał Narajowski
d / understood after going through the code is that > blemesh_shell basically allows various functions to be triggered through > shell commands. > > Thanks, > Aditya Xavier. > > >> On 03-Apr-2018, at 3:54 PM, Michał Narajowski >> <michal.narajow...@codecoup.pl> wrote:

Re: [RFC] Mesh uses multi advertising instances.

2018-04-03 Thread Michał Narajowski
Hi Aditya, Please set BLE_MESH: 1 and BLE_MESH_SHELL: 1 and you should be able to use both btshell and mesh shell. Let us know how that works for you. Best regards Michał 2018-04-03 7:56 GMT+02:00 Aditya Xavier : > Hi Łukasz, > > Any pointers, as to what needs to be

Re: Ble mesh questions

2018-03-29 Thread Michał Narajowski
Hi Li-Chun, We still didn't get the picture. Please try using some hosting website like Imgur and send us the link to the picture. Best regards Michał Narajowski 2018-03-29 13:20 GMT+02:00 Li-Chun Ko <littleb...@gmail.com>: > Attached it again here. > > Łukasz Rymanowski

[RFC] hw/bsp: Clean up NRFX config on nrf52840 #936

2018-03-20 Thread Michał Narajowski
which was designed for this purpose - this approach results in shorter compilation commands If everyone is okay with this I will fix other bsps too. Comments are welcome. Best regards, Michał Narajowski

Re: BLEMESH PB GATT

2018-02-23 Thread Michał Narajowski
Hi Aditya, Please use BLE_MESH_PB_GATT: 0 and BLE_MESH_GATT_PROXY: 0. But "0" should work too. What other settings do you have? You can use "newt target show " to show target settings. Best regards, Michał Narajowski 2018-02-23 13:17 GMT+01:00 Aditya Xavier <adityax

Merging Friend support PR into master

2017-12-07 Thread Michał Narajowski
Comments are welcome. BR Michał Narajowski

Re: [VOTE] Release Apache Mynewt 1.2.0-rc1

2017-09-11 Thread Michał Narajowski
+1 (binding) 2017-09-11 9:51 GMT+02:00 Łukasz Rymanowski : > +1 (binding) > > Łukasz > > On 10 September 2017 at 20:49, aditi hilbert wrote: >> +1 >> >> thanks, >> aditi >> >>> On Sep 8, 2017, at 11:54 AM, Szymon Janc wrote: >>>

Generating CMake files from Newt

2017-08-14 Thread Michał Narajowski
project works ok, you can compile, jump to definitions and all that. Only the target change part is trickier. I had to close, reopen project (not Eclipse, just the project) and reindex files to be able to jump to appropriate syscfg.h. Let me know what you think about it and where can we go next. BR Michał Narajowski

gdb plugin for Mynewt to view task information

2017-08-14 Thread Michał Narajowski
se/) - Suspend the system and view the information about tasks I'm looking for answers to some questions: * Where to put the code? * Should we integrate it into Mynewt? * How to integrate it? Best regards Michał Narajowski