Re: duplicate repositories mynewt_arduino_zero, mynewt_nordic, mynewt_stm32f3

2017-07-11 Thread Szymon Janc
Hi Marko, On 11 July 2017 at 01:16, marko kiiskila wrote: > > Hi, > > currently we have these repositories (with almost the same contents), > the new one in github.com/runtimeco and old one > in github.com/runtimeinc

Re: Merging bluetooth5 branch into master

2017-07-18 Thread Szymon Janc
in my email, thanks for asking. Vendor extensions are removed in favour of using BT5 HCI commands. Porting from Android extensions should be fairy easy, if there is a need for documenting this I can add a page about it to our wiki. -- pozdrawiam Szymon Janc

Merging bluetooth5 branch into master

2017-07-18 Thread Szymon Janc
Hi, This is to give community a heads up that we are going to merge bluetooth5 branch [1] into master very soon. This is rather big feature so don't be surprised about amount of new code. Feature wise this includes: - Channel Selection Algorithm #2 - High Duty non-connectable advertising - LE

Re: Merging bluetooth5 branch into master

2017-07-19 Thread Szymon Janc
n. Pull request for this is now pending review: https://github.com/apache/mynewt-core/pull/437 -- pozdrawiam Szymon Janc

[RESULT][VOTE] Release Apache Mynewt 1.1.0-rc2

2017-07-31 Thread Szymon Janc
Łukasz Rymanowski (binding) +1 Christopher Collins (binding) +1 Jim Jagielski (binding) +1 Alfred Schilken +1 Jacob Rosenthal Total: +8 binding, +2 non-binding Thank you to all who voted. -- Szymon Janc

[VOTE] Release Apache Mynewt 1.1.0-rc1

2017-07-25 Thread Szymon Janc
SS] thread will be opened to talk about this release candidate. Thanks, Szymon Janc

Re: Board report

2017-09-15 Thread Szymon Janc
Hi Justin, Here is draft (I prepared it based on your last draft sent to dev@) Draft board report == Mynewt is a real-time operating system for constrained embedded systems like wearables, lightbulbs, locks and doorbells. It works on a variety of 32-bit MCUs (microcontrollers),

Re: Merging bluetooth5 branch into master

2017-09-06 Thread Szymon Janc
Hi Simon, On 6 September 2017 at 05:33, Simon Ratner wrote: > Hi Szymon, > > I'd like to take you up on that offer of docs, or at least a pointer in the > right direction of where to find the new multi-adv hci commands. Those are standard HCI commands and events from Bluetooth

[VOTE] Release Apache Mynewt 1.2.0-rc1

2017-09-08 Thread Szymon Janc
SS] thread will be opened to talk about this release candidate. Thanks, Szymon Janc

Re: Trimming controller code size with BLE_EXT_ADV

2017-09-11 Thread Szymon Janc
nable ext advertising? -- pozdrawiam Szymon Janc

[RESULT][VOTE] Release Apache Mynewt 1.2.0-rc1

2017-09-12 Thread Szymon Janc
who voted. -- Szymon Janc

[ANNOUNCE] Apache Mynewt 1.2.0 released

2017-09-12 Thread Szymon Janc
Hello all, The Apache Mynewt team is pleased to announce the release of 1.2.0. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support utilities for real-world embedded

upcoming Apache Mynewt 1.2 release

2017-08-30 Thread Szymon Janc
lar quarterly releases. -- pozdrawiam Szymon Janc

Re: [RFC] Extended Advertising Host API

2017-11-23 Thread Szymon Janc
Hi, On Tuesday, 21 November 2017 16:19:26 CET Szymon Janc wrote: > Hi, > > I've just created PR https://github.com/apache/mynewt-core/pull/671 > > This adds host GAP support for all features provided by Extended > Advertising: - multiple advertising instances > -

[RFC] Extended Advertising Host API

2017-11-21 Thread Szymon Janc
(doxygen?). This will be fixed later on. Comments are welcome. -- pozdrawiam Szymon Janc

Re: How hard to do the following....

2017-11-03 Thread Szymon Janc
for > > > > advertisements on > > > > >>> a single channel. (In fact, we'd like to dedicate three radios, one to > > > > each > > > > >>> channel so that we are listening 100% of the time to each > > >>> advertisement > > >>> channel.) Is there a way to specify a single advertising channel when > > >>> scanning or listening for advertisements? > > >>> > > >>> Are any of the above supported already in the API? > > >>> > > >>> If not, are we looking at major rework, or simple changes in your > > > > opinions? > > > > >>> Thanks for any help > > >>> > > >>> > > >>> *Greg Strange* > > >>> Software Engineering Program Lead > > >>> > > >>> *Synapse Product Development* > > >>> A Cambridge Consultants Company > > >>> mail 1511 6th Ave Suite 400, Seattle, WA 98101 > > >>> direct +1-206-832-1269 ext. 3505 <+1-206-832-1269,3505> | office > > >>> +1-206-381-0898 | mobile +1-206-240-5605 > > >>> g...@synapse.com | https://www.synapse.com > > >>> > > >>> This email and any files transmitted with it are confidential. > > > > Unauthorized > > > > >>> publication, use or dissemination of this email is prohibited. > > >>> Please consider the environment before printing. -- pozdrawiam Szymon Janc

[RFC] Deprecation of bletiny application

2017-11-08 Thread Szymon Janc
- this would result in no new features being added to it (ie I add full extended advertising support only to btshell) and before 1.4 release it would be removed from codebase. Comments are welcome. -- pozdrawiam Szymon Janc

Re: [VOTE] Release Apache Mynewt 1.3.0-rc3

2017-12-11 Thread Szymon Janc
+1 (binding) On 7 December 2017 at 22:27, Fabio Utzig wrote: > Hello all, > > I am pleased to be calling this vote for the source release of Apache > Mynewt 1.3.0. > > Apache Mynewt is a community-driven, permissively licensed open source > initiative for constrained, embedded

Re: Merging Friend support PR into master

2017-12-12 Thread Szymon Janc
; So this PR features: > - Friend support > - Configuration Client support > - GATT Proxy fixes > - Low Power node fixes > - various other fixes > > Comments are welcome. Great stuff! Let's merge it:) -- pozdrawiam Szymon Janc

Re: extended advertsing with btshell

2018-04-26 Thread Szymon Janc
7:0x11:0x00:0x > 0f:0xdc:0x14:0x52:0xa 017617 btshell> advertise-start It should be "mfg_data" instead of "msg_data" for manufacturer data :-) so you were in fact setting empty data. I'll send a fix for btshell so that it complains on unknown option instead of just ignoring it. -- pozdrawiam Szymon Janc

Re: [RFC] Deprecation of bletiny application

2018-05-22 Thread Szymon Janc
Hi, On Wednesday, 8 November 2017 10:14:32 CEST Szymon Janc wrote: > Hello, > > This was vaguely discussed in the past when btshell was introduced but I > wanted to bring it up again. > > In short: I propose to deprecate bletiny application (which is no longer > tiny

Re: Apache Mynewt release 1.4

2018-05-18 Thread Szymon Janc
ps://cwiki.apache.org/confluence/display/MYNEWT/Apache+Mynewt+Project -- pozdrawiam Szymon Janc

Re: [DISCUSS] Release Apache Mynewt 1.4.0-rc1 and Apache NimBLE 1.0.0-rc1

2018-06-08 Thread Szymon Janc
Hi, On Friday, 8 June 2018 11:02:46 CEST marko kiiskila wrote: > SHA files in the release directory should identify the type of checksum > calculated, i.e. should end with .sha512, not with .sha. > > Otherwise, checksums and signatures verify ok. > > > On Jun 8, 2018, at

Re: [DISCUSS] Release Apache Mynewt 1.4.0-rc1 and Apache NimBLE 1.0.0-rc1

2018-06-08 Thread Szymon Janc
rote: > > A few major changes I didnt see in the RN > > nordic adc drivers brought back in > > nordic pwm driver > > drv2605 driver (erm and lra) > > > > On Wed, Jun 6, 2018 at 12:45 PM Szymon Janc wrote: > >> Hi all, > >> > >> This th

Re: Changing modules in the shell

2018-06-13 Thread Szymon Janc
tates the following: > > > > "To run a command in the shell, you enter the module name and the command > > name." > > > > I can't seem to get this to work - if the compat module is currently set, > > and I have a module "gpio" with a command "set", I can't seem to run "gpio > > set" from within the compat module. > > > > Amr -- pozdrawiam Szymon Janc

Re: Greetings

2018-06-15 Thread Szymon Janc
there that use Eclipes, > TrueStudio or Keil and nimBLE? There is tutorial on how to set up Visual Studio Code for Mynewt [1]. For Eclipse you may check our blog [2] but this was tested on Linux only. [1] http://mynewt.apache.org/develop/misc/ide.html [2] https://www.codecoup.pl/blog/hacking-mynewt-in-eclipse/ -- pozdrawiam Szymon Janc

Re: [DISCUSS] Release Apache Mynewt 1.4.0-rc1 and Apache NimBLE 1.0.0-rc1

2018-06-11 Thread Szymon Janc
OK. I'm fine with shipping this as is and do point release (1.4.1 and 1.0.1) in couple weeks. Lets see what other voters think about this. -- pozdrawiam Szymon Janc

[RESULT][VOTE] Release Apache Mynewt 1.4.0-rc1 and Apache NimBLE 1.0.0-rc1

2018-06-12 Thread Szymon Janc
Kaczmarek (binding) +1 Aditi Hilbert (binding) +1 Łukasz Rymanowski (binding) +1 Fabio Utzig (binding) +1 Sasa Petrovic Total: +7 binding, +2 non-binding Thank you to all who voted. -- pozdrawiam Szymon Janc

[VOTE] Release Apache Mynewt 1.4.0-rc1 and Apache NimBLE 1.0.0-rc1

2018-06-06 Thread Szymon Janc
in testing and voting, not just committers, please feel free to try out the release candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.4.0-rc1 and Apache NimBLE 1.0.0-rc1

2018-06-06 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.4.0 and Apache NimBLE 1.0.0. All feedback is welcome. -- pozdrawiam Szymon Janc

[ANNOUNCE] Apache Mynewt 1.4.1 released

2018-07-02 Thread Szymon Janc
and how to get involved, visit the project website at http://mynewt.apache.org/ Regards, The Apache Mynewt team -- pozdrawiam Szymon Janc

[VOTE] Release Apache Mynewt 1.4.1-rc1

2018-06-22 Thread Szymon Janc
candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.4.1-rc1

2018-06-22 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.4.1. All feedback is welcome. -- pozdrawiam Szymon Janc

BLE sample apps removal from core repo

2018-08-02 Thread Szymon Janc
Hi, As discussed some time ago, BLE sample apps that were moved to nimble repo are going to be removed from core repo. PR implementing this is now under review https://github.com/apache/mynewt-core/pull/1310 Please make sure to update your targets. -- pozdrawiam Szymon Janc

Re: BLE GATT Characteristic ENC AUTHEN and AUTHOR flag meanings

2018-07-17 Thread Szymon Janc
r more details I suggest getting into Bluetooth Core Specification. -- pozdrawiam Szymon Janc

Re: embedded world 2018

2018-02-27 Thread Szymon Janc
Hi, Me and Andrzej will be there tomorrow:) On 26 February 2018 at 22:00, Izidor Makuc wrote: > Hi, > will there be any myNewt users/devs at the embedded world > fair/conference this week? We can organize the myNewt user/dev meetup > :) > > It could be as simple as

Re: [DISCUSSION] Moving NimBLE to separate project

2018-02-27 Thread Szymon Janc
Hi, 1. I'm fine with doing it either before or after 1.4. We just need to make sure update works correctly for 1.4 if we do it before. 2. I'd go with 2a as Will, no need to keep duplicated code around. 3. Agree with Will, lets start with 1.0 NimBLE release. Only the first release needs to be

[RESULT][VOTE] Release Apache Mynewt 1.4.1-rc1

2018-06-28 Thread Szymon Janc
Andrzej Kaczmarek (binding) +1 Łukasz Rymanowski (binding) +1 Sasa Petrovic Total: +7 binding, +1 non-binding Thank you to all who voted. -- pozdrawiam Szymon Janc

Upcoming Apache Mynewt 1.5 release

2018-10-12 Thread Szymon Janc
Dear Apache Mynewt Community, It has already been 3 months since Apache Mynewt 1.4 release. We plan to tag 1.5.0-rc1 next week so if there are any features that you feel should go in, please make sure to merge appropriate PRs in next few days. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.5.0-rc1

2018-10-23 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.5.0. All feedback is welcome. -- pozdrawiam Szymon Janc

[VOTE] Release Apache Mynewt 1.5.0-rc1

2018-10-23 Thread Szymon Janc
pozdrawiam Szymon Janc

[RESULT][VOTE] Release Apache Mynewt 1.5.0-rc1

2018-10-31 Thread Szymon Janc
Aditi Hilbert (binding) +1 Kevin Townsend Total: +6 binding, +1 non-binding Thank you to all who voted. -- pozdrawiam Szymon Janc

[ANNOUNCE] Apache Mynewt 1.5.0 released

2018-11-05 Thread Szymon Janc
Hello all, The Apache Mynewt team is pleased to announce the release of Apache Mynewt 1.5.0. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support utilities for

[CANCEL][VOTE] Release Apache Mynewt 1.6.0-rc1 and Apache NimBLE 1.1.0-rc1

2019-04-02 Thread Szymon Janc
regression on nRF52840 Thanks all for your patience. You will be seeing a new [VOTE] thread soon. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.6.0-rc2 and Apache NimBLE 1.1.0-rc2

2019-04-02 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.6.0 and Apache NimBLE 1.1.0. All feedback is welcome. -- pozdrawiam Szymon Janc

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

2019-04-02 Thread Szymon Janc
and voting, not just committers, please feel free to try out the release candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

[VOTE] Release Apache Mynewt 1.6.0-rc1 and Apache NimBLE 1.1.0-rc1

2019-03-29 Thread Szymon Janc
and voting, not just committers, please feel free to try out the release candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.6.0-rc1 and Apache NimBLE 1.1.0-rc1

2019-03-29 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.6.0 and Apache NimBLE 1.1.0. All feedback is welcome. -- pozdrawiam Szymon Janc

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

2019-04-08 Thread Szymon Janc
Christopher Collins (binding) +1 Andrzej Kaczmarek (binding) Total: +6 binding Thank you to all who voted. -- pozdrawiam Szymon Janc

Upcoming Apache Mynewt 1.6 release

2019-02-22 Thread Szymon Janc
to be part of 1.6 release) do not hesitate to send pull requests! -- pozdrawiam Szymon Janc

[ANNOUNCE] Apache Mynewt 1.6.0 and Apache NimBLE 1.1.0 released

2019-04-09 Thread Szymon Janc
Hello all, The Apache Mynewt team is pleased to announce the release of Apache Mynewt 1.6.0 and Apache NimBLE 1.1.0. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support

switching to mcuboot

2019-04-12 Thread Szymon Janc
Hi, As discussed on several occasions we want to move away from bootutils and start using mcuboot project directly. PR implementing this is here https://github.com/apache/mynewt-core/pull/1763 It is not yet ready to be merged due to some issues with tests on mcuboot side Open points for this PR

Re: Removing transient packages from core

2019-04-12 Thread Szymon Janc
issues/1695 > > It would be good to get time on these changes to stabilize prior to next > release. > > Sterling > > On 10 Apr 2019, at 6:17, Szymon Janc wrote: > > > Hi, > > > > Just a heads up that since we are right after release it is good time &g

Re: Question about FPGA's

2019-04-19 Thread Szymon Janc
Hi, It looks like RN-42 is Bluetooth 2.1 chip with high level features like HID peripheral, so this isn't something you can run Mynewt BLE stack on. On Fri, 19 Apr 2019 at 02:14, will sanfilippo wrote: > Not sure if anyone answered you Rafael but porting the stack to a new > processor can be

Removing transient packages from core

2019-04-10 Thread Szymon Janc
Hi, Just a heads up that since we are right after release it is good time to start doing housekeeping :) PR removing transient packages is pending review: https://github.com/apache/mynewt-core/pull/1757 Make sure to update your targets when this gets merged! -- pozdrawiam Szymon K. Janc

Upcoming Apache Mynewt 1.7

2019-06-27 Thread Szymon Janc
to be part of 1.7 release) do not hesitate to send pull requests! Please note that this will be coordinated with NimBLE 1.2 release. -- pozdrawiam Szymon Janc

draft for Mynewt Board Report for September 2019

2019-09-11 Thread Szymon Janc
Szymon Janc

getting rid of ble_hs_dbg.c

2019-09-11 Thread Szymon Janc
Hi, Since we have BLE_MONITOR support which is far superior copmaring to ble_hs_dbg.c... how about getting rid of that file? Are there any active users relying on HCI events debugging via logs? -- pozdrawiam Szymon Janc

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

2019-08-02 Thread Szymon Janc
Andrzej Kaczmarek (binding) +1 Martin Turon (binding) +1 Jerzy Kasenber (binding) +1 Vipul Rahane (binding) Total: +8 binding Thank you to all who voted. -- pozdrawiam Szymon Janc

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

2019-08-02 Thread Szymon Janc
Hi, And just to confirm, the resulting vote stil passed with +5 binding votes. On Friday, 2 August 2019 14:36:19 CEST Szymon Janc wrote: > Hi Justin, > > Thanks for pointing that, I'll check against PMC list on next vote. > > On Fri, 2 Aug 2019 at 10:53, Justin Mclean

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

2019-08-02 Thread Szymon Janc
Hi Justin, Thanks for pointing that, I'll check against PMC list on next vote. On Fri, 2 Aug 2019 at 10:53, Justin Mclean wrote: > Hi, > > Just a reminder that only PMC members votes are binding on releases. > > From what I see Miguel, Martin and Jerzy are listed as committers on the >

[DISCUSS] Release Apache Mynewt 1.7.0-rc2 and Apache NimBLE 1.2.0-rc2

2019-07-29 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.7.0 and Apache NimBLE 1.2.0. All feedback is welcome. -- pozdrawiam Szymon Janc

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

2019-07-29 Thread Szymon Janc
and voting, not just committers, please feel free to try out the release candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

[ANNOUNCE] Apache Mynewt 1.7.0 and Apache NimBLE 1.2.0 released

2019-08-05 Thread Szymon Janc
Hello all, The Apache Mynewt team is pleased to announce the release of Apache Mynewt 1.7.0 and Apache NimBLE 1.2.0. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support

Re: Deprecate "install" and "sync" commands?

2019-08-05 Thread Szymon Janc
Hi Chris, Yes! I'm also for option 3. Lets deprecate for next (1.8) release (make those print proper warning info when used) and just remove for 1.9. On Mon, 5 Aug 2019 at 18:47, Christopher Collins wrote: > Hello all, > > The newt tool supports three "project commands": > > * install > *

[CANCEL][VOTE] Release Apache Mynewt 1.7.0-rc1 and Apache NimBLE 1.2.0-rc1

2019-07-23 Thread Szymon Janc
-nimble/issues/532 and once fixed rc2 will be released Thanks all for your patience. You will be seeing a new [VOTE] thread soon. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.7.0-rc1 and Apache NimBLE 1.2.0-rc1

2019-07-19 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.7.0 and Apache NimBLE 1.2.0. All feedback is welcome. -- pozdrawiam Szymon Janc

[VOTE] Release Apache Mynewt 1.7.0-rc1 and Apache NimBLE 1.2.0-rc1

2019-07-19 Thread Szymon Janc
and voting, not just committers, please feel free to try out the release candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

packed structs for HCI

2019-10-01 Thread Szymon Janc
for HCI handling etc. This will be work on later on. PR implementing this is pending review at https://github.com/apache/mynewt-nimble/pull/507 Comments are welcome. -- pozdrawiam Szymon Janc

Re: getting rid of ble_hs_dbg.c

2019-09-24 Thread Szymon Janc
Hi, On Monday, 23 September 2019 15:52:45 CEST Łukasz Rymanowski wrote: > Hi > > On Mon, 23 Sep 2019 at 15:34, Andrzej Kaczmarek < > > andrzej.kaczma...@codecoup.pl> wrote: > > Hi, > > > > On Wed, Sep 11, 2019 at 3:40 PM Szymon Janc > > &g

Re: mynewt create-image no work at windows

2019-11-18 Thread Szymon Janc
to be present but was inadvertently removed at some point. On Mon, 18 Nov 2019 at 10:21, Szymon Janc wrote: > Hi Jezus, > > Yes, I've been able to reproduce this and this indeed looks like false > error message. > > > On Fri, 15 Nov 2019 at 23:13, J. Ipanienko > wrote: >

Re: mynewt create-image no work at windows

2019-11-18 Thread Szymon Janc
Hi Jezus, Yes, I've been able to reproduce this and this indeed looks like false error message. On Fri, 15 Nov 2019 at 23:13, J. Ipanienko wrote: > Hi there, > > good new > > create-image does image, error printing but image creating > > command which no work is: > MYNEWT

Re: Board report is due

2019-12-12 Thread Szymon Janc
Hi Justin, Yes, I'm on it, it should be sent shortly. On Thu, 12 Dec 2019 at 00:08, Justin Mclean wrote: > Hi, > > It’s report time again. Is anyone working on it? > > Thanks, > Justin -- pozdrawiam Szymon K. Janc

newt upgrade (install, sync) fails on mcuboot repo

2019-10-16 Thread Szymon Janc
) in next few days to address this issue. -- pozdrawiam Szymon Janc

Re: Simplifying Mynewt repo dependencies

2020-01-22 Thread Szymon Janc
Hi, Great! And yes, I've read the whole email:-) On Wed, 22 Jan 2020 at 16:04, Christopher Collins wrote: > Hi Szymon, > > On Wed, Jan 22, 2020 at 12:33:21PM +0100, Szymon Janc wrote: > > Hi Chris, > > > > Yes! Let's simplify this as much as possible. > > Do I

[ANNOUNCE] Apache Mynewt 1.8.0 and Apache NimBLE 1.3.0 released

2020-04-09 Thread Szymon Janc
Hello all, The Apache Mynewt team is pleased to announce the release of Apache Mynewt 1.8.0 and Apache NimBLE 1.3.0. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support

[RESULT][VOTE] Release Apache Mynewt 1.8.0-rc2 and Apache NimBLE 1.3.0-rc2

2020-04-07 Thread Szymon Janc
Miguel Azevedo Total: +4 binding and +1 non-binding Thank you to all who voted. -- pozdrawiam Szymon Janc

[VOTE] Release Apache Mynewt 1.8.0-rc2 and Apache NimBLE 1.3.0-rc2

2020-03-26 Thread Szymon Janc
ot release this package because... Anyone can participate in testing and voting, not just committers, please feel free to try out the release candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.8.0-rc2 and Apache NimBLE 1.3.0-rc2

2020-03-26 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.8.0 and Apache NimBLE 1.3.0. All feedback is welcome. -- pozdrawiam Szymon Janc

Re: [VOTE] Release Apache Mynewt 1.8.0-rc1 and Apache NimBLE 1.3.0-rc1

2020-03-25 Thread Szymon Janc
ed. PR is updated and I'll merge once CI is finished. -- pozdrawiam Szymon Janc

Re: Error: 2 mynewt 1.7.0

2020-05-18 Thread Szymon Janc
Hi Alessandro, You can confirm only the running image, so you need to reboot your board after upload, and then confirm if it works ok. If you reboot again without confirming the image, it will be reverted back to the old one. For a disconnection error at the end, could you try getting btmon logs

[VOTE] Release Apache Mynewt 1.8.0-rc1 and Apache NimBLE 1.3.0-rc1

2020-03-18 Thread Szymon Janc
and voting, not just committers, please feel free to try out the release candidate and provide your votes. A separate [DISCUSS] thread will be opened to talk about this release candidate. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.8.0-rc1 and Apache NimBLE 1.3.0-rc1

2020-03-18 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.8.0 and Apache NimBLE 1.3.0. All feedback is welcome. -- pozdrawiam Szymon Janc

Re: Issues with MSYS2 and pacman for newt on Windows

2020-03-18 Thread Szymon Janc
be? I'm using 64bit version from https://www.msys2.org/ and it seems to work just fine under Windows 10. -- pozdrawiam Szymon Janc

Re: [VOTE] Release Apache Mynewt 1.8.0-rc1 and Apache NimBLE 1.3.0-rc1

2020-03-23 Thread Szymon Janc
plates/gcc/linker/stm32wb55xx_flash_cm4.ld 17 > ./hw/drivers/sensors/icp101xx/License.txt > 18 ./apps/coremark/include/core_portme.h [20] https://github.com/apache/mynewt-core/pull/1819 -- pozdrawiam Szymon Janc

[CANCEL][VOTE] Release Apache Mynewt 1.8.0-rc1 and Apache NimBLE 1.3.0-rc1

2020-03-24 Thread Szymon Janc
Hello all, This vote for Apache Mynewt 1.8.0-rc1 and Apache NimBLE 1.3.0-rc1 is being canceled due to license headers, LICENSE and NOTICE files issues. Thanks all for your patience. You will be seeing a new [VOTE] thread soon. -- pozdrawiam Szymon Janc

Re: [VOTE] Release Apache Mynewt 1.8.0-rc1 and Apache NimBLE 1.3.0-rc1

2020-03-24 Thread Szymon Janc
ALv2 project and it has a NOTICE > file you need to look at it’s NOTICE and include the relevant parts in > yours. If it doesn’t have a NOTICE file then nothing needs to be done. Understood. I did some more reading on ASF pages and I think I have good understanding now on how this should look. -- pozdrawiam Szymon Janc

Re: RAM overflow for nrf51-16Kb target

2020-09-22 Thread Szymon Janc
Hi, You probably need to fine tune some of the syscfg values. I suggest starting with OS_MAIN_STACK_SIZE, by default it is 1024 (4096 bytes) and probably you don't need such a big stack. newt size (-R) should help you to do further fine tuning if needed. On Mon, 21 Sep 2020 at 15:41, Sherlock

Re: Using the LE Coded phy on an nRF52840 HCI mode with a Linux host

2020-09-25 Thread Szymon Janc
Hi Valens, Yes, Coded PHY and advertising extensions are fully supported by nimble. You need to enable and tune them in your project syscfg.yml file. This is a sample config I use for testing with most features enabled BLE_EXT_ADV: 1 BLE_EXT_ADV_MAX_SIZE: 1650 BLE_HCI_EVT_LO_BUF_COUNT:

Upcoming Apache Mynewt 1.9

2021-01-25 Thread Szymon Janc
Dear Apache Mynewt Community, It has been almost a year since last Apache Mynewt release. This email is to give you a heads up that we are going to make next release (1.9) in early February (tentative rc1 date is ~10th February). If there are any features or bug fixes you are working on (and

travis issues on github

2021-02-02 Thread Szymon Janc
Hello, Just a heads up that CI on github is having some issues now. This is due to planned shutdown of travis-ci.org and migration to travis-ci.com https://issues.apache.org/jira/browse/INFRA-21358 -- pozdrawiam Szymon K. Janc

Re: Support for csi data and iq samples

2021-06-11 Thread Szymon Janc
d reception of CTE (which gives basically IQ data of packet extension) via HCI interface. However, if you're willing to work on that we would gladly do code/arch review :-) -- pozdrawiam Szymon Janc

[RESULT][VOTE] Release Apache Mynewt 1.9.0-rc1 and Apache NimBLE 1.4.0-rc1

2021-04-07 Thread Szymon Janc
and +1 non-binding Thank you to all who voted. -- pozdrawiam Szymon Janc

[DISCUSS] Release Apache Mynewt 1.9.0-rc1 and Apache NimBLE 1.4.0-rc1

2021-03-24 Thread Szymon Janc
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.9.0 and Apache NimBLE 1.4.0. All feedback is welcome. -- pozdrawiam Szymon Janc

[ANNOUNCE] Apache Mynewt 1.9.0 and Apache NimBLE 1.4.0 released

2021-04-07 Thread Szymon Janc
Hello all, The Apache Mynewt team is pleased to announce the release of Apache Mynewt 1.9.0 and Apache NimBLE 1.4.0. Apache Mynewt is a community-driven module OS for constrained, embedded applications. Mynewt provides a real-time operating system, flash file system, network stacks, and support

Re: Crash due to concurrent access

2021-08-30 Thread Szymon Janc
tex (different). > > Our code is calling "ble_gap_conn_rssi" and "ble_gap_adv_rsp_set_fields" on > different tasks / threads, which ultimately call "ble_hs_hci_cmd_tx". > > So, it looks like it's NOT SAFE to call these functions on another thread. > This looks like a bug, otherwise how would these functions be used? > For the record, this will be handled by https://github.com/apache/mynewt-nimble/pull/1012 -- pozdrawiam Szymon Janc

Re: subscribe

2021-10-05 Thread Szymon Janc
Hi, NimBLE supports multiple operating systems and is build differently (in OS-specific way) depending on selected OS. newt is tool for building Apache Mynewt OS (and thus also NimBLE on Mynewt). You need to setup development environment. To do so please check

Re: Confusion about BLE_LL Files

2021-11-04 Thread Szymon Janc
Hello Armin, ble_ll_* files are BLE controller implementation, AFAIK idf is using only host part On Sun, 24 Oct 2021 at 23:31, Hamar Armin wrote: > Morning Everyone, > > Just a question the ble_ll_conn.c files are the controller or not? As I > work currently on a idf project and that seems to

Re: programming the net core on the nrf5340 dk

2022-03-15 Thread Szymon Janc
Hello Manish, You can check wiki https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=177047756 Note that support for nRF5340 improved a lot on master branch, I'll update wiki before release but current version should give you some hints anyway on how things work. On Sat, 12 Mar

Upcoming Apache Mynewt 1.10

2022-03-04 Thread Szymon Janc
Dear Apache Mynewt Community, It has been a year since last Apache Mynewt release. This email is to give you a heads up that we are going to make next release (1.10) soon. Tentative 1.10-rc1 release date is 28th March. If there are any features or bug fixes you are working on (and want them to

  1   2   >