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

2016-11-28 Thread Justin Mclean
Hi, Sorry but I just voted -1 on that release as it has a number of IMO significant issues. Given teh great work done on LICENSE/NOTICE initially I had assumed these were being kept upto date but that doesn’t seem to be the case. Apologies for not catching these issues sooner but with

Re: BLE Questions

2016-11-28 Thread Christopher Collins
Argh... I messed up the call to ble_gatts_chr_updated(). I forgot to pass the characteristic handle to this function. The corrected code is below: /* Update characteristic value. */ gatt_svr_new_alert_val[0] = 10; gatt_svr_new_alert_val[1] = 20; gatt_svr_new_alert_val[2] = 30;

Re: BLE Questions

2016-11-28 Thread Christopher Collins
On Mon, Nov 28, 2016 at 04:33:23PM -0500, David G. Simmons wrote: > Thanks to both of you for hugely helpful answers! > > Now, the last bit ... > > Where is the value -- or the variable, more accurately -- associated > with a characteristic defined? So that I know which one to update. :-)

Re: BLE Questions

2016-11-28 Thread David G. Simmons
Thanks to both of you for hugely helpful answers! Now, the last bit ... Where is the value -- or the variable, more accurately -- associated with a characteristic defined? So that I know which one to update. :-) dg > On Nov 28, 2016, at 4:30 PM, Christopher Collins

Re: BLE Questions

2016-11-28 Thread Christopher Collins
Hi David, Mike wrote a good reply, but a few things that were said are based on an older version of the nimble stack. Thankfully, some parts have improved since 0.9.0. My response is below. On Mon, Nov 28, 2016 at 03:42:01PM -0500, David G. Simmons wrote: [...] > GATT_SVR_CHR_NEW_ALERT is a

Re: BLE Questions

2016-11-28 Thread Mike Ryan
On Mon, Nov 28, 2016 at 03:42:01PM -0500, David G. Simmons wrote: > It's my understanding from that code that the callback function for all the > characteristics is registered in the gatt_srv table, and that in e example > they all have the same callback function, namely

BLE Questions

2016-11-28 Thread David G. Simmons
Hi All, Hope all my American cohorts had a great Thanksgiving! I'm working on a BLE app for MyNewt, and have been going through the code and docs trying to figure out how a subscribed characteristic gets updated. I'm looking through the bleprph app code for hints. It's my understanding

Re: Interested in contributing to the Apache Mynewt OS project

2016-11-28 Thread Nges B
Hello Agobin and welcome to the Mynewt team . it will be a pleasure working with you. As Madam Aditi rightly said don't hesitate to reach out to anyone (me) for help at least we can meet even physically for some work . thanks On Nov 28, 2016 2:18 AM, "aditi hilbert" wrote: > Hi