Re: segger jlink

2017-05-30 Thread Justin Mclean
Hi, > Well, I’m on mynewt.slack.com - if you care to be a guinea pig! :-) > > Invite link here: > https://join.slack.com/mynewt/shared_invite/MTkwMTg1ODM1NTg5LTE0OTYxNzQ4NzQtZTU1YmNhYjhkMg You might want to consider adding a room to https://the-asf.slack.com/ ? Thanks, Justin

[NOTICE] Managing Podling Rosters

2017-05-30 Thread John D. Ament
Podlings, I wanted to raise a point to all, hence the direct emails. The Whimsy PMC has put together a roster tool for managing the committers in a podling. Rather than managing the committer list in your status file, this will keep track and make sure we list out everyone's valid IDs. If you

Re: [VOTE] Graduation of podling Apache Mynewt to Top Level Project

2017-05-30 Thread Brian Giori
+1 On Tue, May 30, 2017 at 2:08 AM, Julian Ingram wrote: > +1 > > -Original Message- > From: Andrzej Kaczmarek [mailto:andrzej.kaczma...@codecoup.pl] > Sent: 29 May 2017 14:57 > To: dev@mynewt.incubator.apache.org > Subject: Re: [VOTE] Graduation of podling

Re: segger jlink

2017-05-30 Thread Sterling Hughes
Well, I’m on mynewt.slack.com - if you care to be a guinea pig! :-) Invite link here: https://join.slack.com/mynewt/shared_invite/MTkwMTg1ODM1NTg5LTE0OTYxNzQ4NzQtZTU1YmNhYjhkMg Sterling On 30 May 2017, at 13:22, Pierre Kircher wrote: i dont mind using slack .. a quick chat is just way

Re: segger jlink

2017-05-30 Thread Pierre Kircher
i dont mind using slack .. a quick chat is just way faster to communicate and has a better flow then a mailing list thats why i asked in the first place pierre > On 30 May 2017, at 21:19, Sterling Hughes > wrote: > > Hi Jacob, > > I agree. Some of the

Re: segger jlink

2017-05-30 Thread Sterling Hughes
Hi Jacob, I agree. Some of the Mynewt core devs have an IRC culture, but most use less open, more ..friendly.. communications tools like Slack. I’m looking up to see if there is a Slack->IRC gateway, which might make it easier. Alternatively, what do folks think of just pointing people to

Re: OTA NRF52

2017-05-30 Thread Pierre Kircher
aditi pointent your node lib out already .. great work ! .. yup works fine on mac thanks > On 30 May 2017, at 20:06, Jacob Rosenthal wrote: > > My node library works on mac, thats why I built it actually. > https://github.com/jacobrosenthal/node-newtmgr > > I also

Re: OTA NRF52

2017-05-30 Thread Pierre Kircher
thank you - probably worth mentioning that somewhere in the doc - i try with a linux box next > On 30 May 2017, at 19:15, Vipul Rahane wrote: > > Hello Pierre, > > You are right. The Go gatt library does not work on Mac OSX. It does work on > linux. > > Regards, > Vipul

Re: nrf52 uicr

2017-05-30 Thread will sanfilippo
Pierre: Accessing the UICR is pretty simple. There is a structure defined in nrf52.h that can be used to read the customer variables. You just do this: NRF_UICR->CUSTOMER[0] Note that Aditi has pointed out that we decided to use some of the customer registers by default. You can change this

Re: segger jlink

2017-05-30 Thread Christopher Collins
Hi Pierre, First, don't worry about asking a lot of questions. There are probably others with the same questions who will benefit from your asking them! On Tue, May 30, 2017 at 04:32:20PM +0100, Pierre Kircher wrote: [...] > the breakpoint points on main.c 129 > apps/bleprph/src > > Reading

Re: nrf52 uicr

2017-05-30 Thread aditi hilbert
Hi Pierre, Yes, there is a “ble_hw_get_public_addr" function that does the following: * If the user has overridden the default public address (the syscfg variable) with a non-zero public address, that address will be returned by this function. * If the default public address in the syscfg is

nrf52 uicr

2017-05-30 Thread Pierre Kircher
the nrf52 has a user config memory so called UICR starts at 0x10001080 and stores 32 bytes .. id like to use those for internal 1 time settings like device id .. or offsets for sensors wiriting isnt the issue i just need to be able to access them in the softdevice they are usualy applied like