Replacing sysinit

2016-12-16 Thread Christopher Collins
Hello all, Sysinit is the process Mynewt uses to initialize all the packages in a project. Typically, sysinit gets invoked at the very start of main(). There are a few aspects of sysinit that I really dislike, and I think we can replace it with something better. In this email, I will (1)

Re: MyNewt NRF52 enhanced shockburst

2016-12-16 Thread David G. Simmons
At a first glance of the ESB, you'd have to do a fair amount of work to replace the nimBLE stack with the ESB stack, but it looks like at least soe of the work might be done via the micro-esb library at https://github.com/NordicSemiconductor/nrf51-micro-esb

Re: MyNewt BLE App for Mac OS X

2016-12-16 Thread Jim Jagielski
Cool beans... Will try this out for sure. > On Dec 12, 2016, at 5:03 PM, David G. Simmons wrote: > > All, > > I've created a MyNewt BLE Application for Mac OS X that will allow you to > connect to sensor-enabled MyNewt devices. > > It's customizable to some degree. > >