Re: access_cb callback not called for long (> MTU-3 bytes) characteristics

2016-12-05 Thread Gilles Boccon-Gibod
I'm at apache-mynewt-core,0.9.9. So that's the latest. I'll try to modify bletiny as suggested earlier and see if I can reproduce the issue in that context. Thanks. On Mon, Dec 5, 2016 at 4:44 PM, Sterling Hughes wrote: > Hi Gilles, > > What does your project.state file

access_cb callback not called for long (> MTU-3 bytes) characteristics

2016-12-05 Thread Gilles Boccon-Gibod
I am running a simple BLE app on an nRF52 DK board. In it simplest mode, the app advertises a GATT server with a WriteNoResponse characteristic. When I write to this characteristic from a GATT client (a mac in my case), my access callback is properly invoked, and I can get the characteristic value

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

2016-12-05 Thread Christopher Collins
(The email I'm responding is from general@. I'm replying in dev@, as all my comments concern Mynewt specifically. For those who don't follow general@, in the original email, Justin voted +1 on 1.0.0-b1-rc2, but he raised a few issues that I believe warrant a closer look.) Hi Justin, Thanks for

Re: MBEDTLS Error after 'newt install -v'

2016-12-05 Thread Kevin Townsend
Updating the project.yml file to point to 0.0.1 resolved this, and a clean setup now pulls master instead of develop. I agree minimum version checks would be extremely useful, though, since the newt/newtmgr tools and apache-mynewt-core are quite tightly coupled. On 05/12/16 18:29, Kevin

Re: MBEDTLS Error after 'newt install -v'

2016-12-05 Thread Kevin Townsend
Hi Chris, Thanks for the reply. I usually pull the tools and mynewt core at the same time. We're running the latest version of both repos from master, or at least that's what I thought ... it seems when I did a 'newt install -v' we ended up in 'develop' in repos/apache-mynewt-core This is

Re: MBEDTLS Error after 'newt install -v'

2016-12-05 Thread Christopher Collins
Hi Kevin, This issue tends to happen if you are using a version of newt that is incompatible with your core repo. You mentioned you are using the master branch of core; is it possible that you are using develop of the newt repo? Specifically, I think this issue is caused by this commit from

Re: MBEDTLS Error after 'newt install -v'

2016-12-05 Thread Kevin Townsend
Just as a follow up, for some reason a clean install set me to 'develop' not 'master', though it isn't clear to me why yet ... but this resolves the issue with the missing config file: * cd repos * cd apache-mynewt-core * git branch # To show that I'm on develop not master which is what I

Re: Newbie & running into an error during setup

2016-12-05 Thread Fabio Utzig
On Sun, Dec 4, 2016, at 10:55 PM, Mohammad Afaneh wrote: > Thanks, Chris. > > I'm running: > - OS X 10.12.1 (macOS Sierra) Hi Mohammad, Not sure you are aware but you can build newt/mynewt on OS X too. I'm myself using Sierra for development. You just need to install some dependencies like go