BLE Mesh message acknowledgement

2018-09-10 Thread Aditya Xavier
, Aditya Xavier.

Re: Mynewt crash when releasing semaphore

2018-08-31 Thread Aditya Xavier
: 0x0001c38d 000486 0x2000af74: 0x0001c509 000486 0x2000af88: 0x0001c54d 000486 0x2000af9c: 0x0001c38d 000486 0x2000afb0: 0x0001c509 > On 31-Aug-2018, at 5:21 PM, marko kiiskila wrote: > > Some suggestions (inline). > >> On Aug 31, 2018, at 2:32 PM, Aditya Xavier >

Re: Mynewt crash when releasing semaphore

2018-08-31 Thread Aditya Xavier
previous frame identical to this frame (corrupt stack?) > On 31-Aug-2018, at 4:30 PM, marko kiiskila wrote: > > > >> On Aug 31, 2018, at 1:47 PM, Aditya Xavier >> wrote: >> >> Hi ! >> >> Am having an issue with Sending and Receiving a M

CBOR Decoding problem

2018-08-10 Thread Aditya Xavier
rray.c <https://github.com/apache/mynewt-core/blob/master/encoding/cborattr/test/src/testcases/cborattr_decode_object_array.c> Has a similar implementation for Text String instead of Int Array. Thanks, Aditya Xavier.

Apache Mynewt Passkey Authentication

2018-06-07 Thread Aditya Xavier
not figure out the direction. Thanks, Aditya Xavier.

Re: [RFC] Mesh uses multi advertising instances.

2018-05-23 Thread Aditya Xavier
Hi Łukasz, Just saw a PR which you raised, does this fix the problem we were discussing ? Also, the example I gave you has Device Address being generated Randomly. Is it possible to use Mesh with a Public BLE Address ? Thanks, Aditya Xavier. > On 19-May-2018, at 7:41 PM, Aditya Xav

Re: [RFC] Mesh uses multi advertising instances.

2018-05-19 Thread Aditya Xavier
Hi Łukasz, Thanks for looking into it. Have raised an issue in Github for the same. Thanks, Aditya Xavier. > On 19-May-2018, at 6:05 PM, Łukasz Rymanowski <lukasz.rymanow...@codecoup.pl> > wrote: > > Hi, > > > On Sat, May 19, 2018, 14:21 Aditya Xavier <aditya

Re: [RFC] Mesh uses multi advertising instances.

2018-05-19 Thread Aditya Xavier
Description: MS-Excel 2007 spreadsheet Thanks, Aditya Xavier. > On 18-May-2018, at 6:27 PM, Michał Narajowski <michal.narajow...@codecoup.pl> > wrote: > > Hi Aditya, > > BLE_ROLE_BROADCASTER should not have an impact on this. There is only one > place in

Re: [RFC] Mesh uses multi advertising instances.

2018-05-18 Thread Aditya Xavier
e A ( button Pressed )-> Device B should say in the Log Received. Device B ( button Pressed )-> Device A will not receive any message. Thanks, Aditya Xavier. > On 18-May-2018, at 3:23 PM, Michał Narajowski <michal.narajow...@codecoup.pl> > wrote: > > H

Re: [RFC] Mesh uses multi advertising instances.

2018-05-18 Thread Aditya Xavier
enabling all three of them, does not allow the device to send / receive mesh messages. It is quite possible its a mistake on my end. Would be grateful if you let me know what am I doing wrong :) Thanks, Aditya Xavier. > On 18-May-2018, at 2:59 PM, Aditya Xavier <adityaxav...@me.com> wrote

Re: [RFC] Mesh uses multi advertising instances.

2018-05-18 Thread Aditya Xavier
h_msg_send is correctly because it works correctly when I switch off the following flags. BLE_ROLE_BROADCASTER: 1 BLE_ROLE_PERIPHERAL: 1 BLE_EXT_ADV: 1 Please do correct me if am wrong. Thanks, Aditya Xavier. > On 18-May-2018, at 2:53 PM, Łukasz Rymanowski <lukasz.rymano

Re: [RFC] Mesh uses multi advertising instances.

2018-05-12 Thread Aditya Xavier
BLE_MULTI_ADV_INSTANCES to 2 to have MESH and BLE coexist. Thanks, Aditya Xavier. > On 10-May-2018, at 1:16 PM, Łukasz Rymanowski <lukasz.rymanow...@codecoup.pl> > wrote: > > Hi, > > We found the issue which was related to latest controller changes. > Basically co

MESH and BLE co-existence

2018-05-05 Thread Aditya Xavier
, Aditya Xavier.

Re: [RFC] Mesh uses multi advertising instances.

2018-04-27 Thread Aditya Xavier
Hi Łukasz, Any update on it? Were you able to check this ? Bt_mesh_model_send does not work after enabling BLE_EXT_ADV.. Or, can you give me a sample code where it works so that I can check if there is something am doing wrong. Thanks, Aditya Xavier. > On 20-Apr-2018, at 3:56 PM, Adi

Re: Console Read Issue

2018-04-21 Thread Aditya Xavier
Xavier. > On 21-Apr-2018, at 8:44 PM, Aditya Xavier <adityaxav...@me.com> wrote: > > Could you specifically point how to use the uart driver interface? > > I’ll look at how to base64 encode as well.. > > Sent from my iPhone > >> On 21-Apr-2018, at 8:17 PM, mar

Re: [RFC] Mesh uses multi advertising instances.

2018-04-20 Thread Aditya Xavier
a message to another device over mesh on a press of a button. When I disable BLE_EXT_ADV and BLE_MULTI_ADV_INSTANCES, it works. Can you try and confirm it works ? Thanks, Aditya Xavier > On 19-Apr-2018, at 2:00 PM, Łukasz Rymanowski <lukasz.rymanow...@codecoup.pl> > wrote: > >

Re: [RFC] Mesh uses multi advertising instances.

2018-04-18 Thread Aditya Xavier
Hi Łukasz, Am using nrf52832, hence the problem of flash overflow. Would create a test app, using btshell + blemesh + the flags which you recommended, and test again. Thanks, Aditya Xavier. > On 18-Apr-2018, at 12:29 PM, Łukasz Rymanowski > <lukasz.rymanow...@codecoup.pl> wr

Re: Problem with starting up nRF Custom Board

2018-04-17 Thread Aditya Xavier
had problems like these that were caused by that. > > Cheers, > > Alvaro > >> On Tue, Apr 17, 2018 at 7:09 AM, Aditya Xavier <adityaxav...@me.com> wrote: >> >> Sorry for spamming you all. >> >> However found one curious issue. >> >

Re: Problem with starting up nRF Custom Board

2018-04-17 Thread Aditya Xavier
Sorry for spamming you all. However found one curious issue. Apache is able to boot and start Blinky, if I do Connect (Target -> Connect) from Segger. The moment I disconnect from Segger i.e (Target -> Disconnect ), apache doesn’t work anymore. Thanks, Aditya Xavier. > On 17

Re: Problem with starting up nRF Custom Board

2018-04-17 Thread Aditya Xavier
Some more information for sake of clarity. I used the nrf52dk in apache, nrf52_pca10040 in zephyr and pca10040 in Nordic SDK. Hardware wise its very similar to nrf52dk without the Programmer part. Thanks, Aditya Xavier. > On 17-Apr-2018, at 4:05 PM, Aditya Xavier <adityaxav...@me.com&

Re: Problem with starting up nRF Custom Board

2018-04-17 Thread Aditya Xavier
Just tested Zephyr SDK Blinky too. It works similar to the Nordic SDK, so now its only Mynewt SDK which is not booting. Do I need to make any changes to BSP ? How do I figure out where the problem is ? Thanks, Aditya Xavier. > On 17-Apr-2018, at 1:18 PM, Aditya Xavier <adityaxav...@

Problem with starting up nRF Custom Board

2018-04-17 Thread Aditya Xavier
. nRF starts blinking the LED. Am I missing something? Thanks, Aditya Xavier.

Re: MBUF behaviour

2018-04-06 Thread Aditya Xavier
if am not able to explain it properly however I would appreciate it if you can test the app once. Thanks, Aditya Xavier > On 07-Apr-2018, at 7:32 AM, Christopher Collins <ch...@runtime.io> wrote: > > Hi Aditya, > >> On Fri, Apr 06, 2018 at 07:36:41PM +0530, Aditya Xa

Re: [RFC] Mesh uses multi advertising instances.

2018-04-06 Thread Aditya Xavier
/ understood after going through the code is that blemesh_shell basically allows various functions to be triggered through shell commands. Thanks, Aditya Xavier. > On 03-Apr-2018, at 3:54 PM, Michał Narajowski <michal.narajow...@codecoup.pl> > wrote: > > Hi Aditya, > >

Re: CBOR encoding problems.

2018-04-03 Thread Aditya Xavier
to do this ? Thanks, Aditya Xavier. > On 03-Apr-2018, at 1:19 PM, Aditya Xavier <adityaxav...@me.com> wrote: > > Hi Andrzej, > > I have implemented the changes you suggested, however cbor_read_mbuf_attrs > causes a crash. > > Side note, I don’t think, the proble

Re: [RFC] Mesh uses multi advertising instances.

2018-04-02 Thread Aditya Xavier
Hi Łukasz, Any pointers, as to what needs to be implemented from the blemesh_shell app ? Thanks, Aditya Xavier. > On 02-Apr-2018, at 11:34 PM, Łukasz Rymanowski > <lukasz.rymanow...@codecoup.pl> wrote: > > Second thought > > Aditya, > Since I did not test it

Re: [RFC] Mesh uses multi advertising instances.

2018-04-02 Thread Aditya Xavier
this was not accepted yet ? Thanks, Aditya Xavier. > On 20-Mar-2018, at 12:57 AM, Sterling Hughes > <sterling.hughes.pub...@gmail.com> wrote: > > +1 - this is great, thanks Lukasz! > > On 19 Mar 2018, at 6:36, Łukasz Rymanowski wrote: > >> Hi All, >> >>

Re: CBOR encoding problems.

2018-03-30 Thread Aditya Xavier
her Collins <ch...@runtime.io> wrote: > >> On Thu, Mar 29, 2018 at 10:27:36PM +0530, Aditya Xavier wrote: >> Thanks for the tip. Would try that too.. >> >> However, I have tried few variations to check the BLE side ( whether it was >> responsible for truncat

Re: Multicast messaging and group messaging

2018-03-08 Thread Aditya Xavier
Thanks Łukasz ! That helped. Would try that and would ping back incase of problems. Thanks, Aditya Xavier. > On 08-Mar-2018, at 6:18 PM, Łukasz Rymanowski <lukasz.rymanow...@codecoup.pl> > wrote: > > Hi Aditiya, > > Alright, there is no really documentation but y

Multicast messaging and group messaging

2018-03-08 Thread Aditya Xavier
Hello Mynewt Team, Is it possible to send a broadcast message by one of the devices present in the mesh ? For e.g. to broadcast a event which happened ? Something like push notification instead of continuously polling for it by a client. Thanks, Aditya Xavier.

Re: JSON Encoding and Decoding

2018-02-28 Thread Aditya Xavier
3 PRN = 10, elevation = 45, azimuth = 196 04 PRN = 0, elevation = 0, azimuth = 0 Completed Which means its not populating the count value in the array as it should. It is also quite possible am completely wrong about it :) Thanks, Aditya Xavier. > On 28-Feb-2018, at 10:49 PM, Aditya

Re: JSON Encoding and Decoding

2018-02-28 Thread Aditya Xavier
: > > Hi Aditya, > > On Wed, Feb 28, 2018 at 06:35:04PM +0530, Aditya Xavier wrote: >> Thanks got Encoding working for the required JSON. >> >> Any pointers on how to get the decoding working ? >> >> From the example >> https://github.com/apache

Re: JSON Encoding and Decoding

2018-02-28 Thread Aditya Xavier
.count = _count, }, .nodefault = true, .len = sizeof(intarr) }, [6] = { .attribute = NULL } }; > On 28-Feb-2018, at 2:05 PM, marko kiiskila <ma...@runtime.io> wrote: > > > >> On Feb 28, 2018, at 10:10 AM

Re: JSON Encoding and Decoding

2018-02-28 Thread Aditya Xavier
ject_entry(module, “name5", ); json_encode_object_finish(module); } json_encode_array_finish(encoder); json_encode_object_finish(encoder); > On 28-Feb-2018, at 1:18 PM, marko kiiskila <ma...@runtime.io> wrote: > > Hi Aditya, > >>

Re: BLEMESH PB GATT

2018-02-23 Thread Aditya Xavier
t; > Hi Aditya, > > On Fri, Feb 23, 2018 at 12:50 PM, Aditya Xavier <adityaxav...@me.com> wrote: >> Hi Mynewt Team, >> >> >>I have been going through and testing the BLEMESH sample app. >> >>Turning on only one device, which does not

BLEMESH PB GATT

2018-02-23 Thread Aditya Xavier
f am wrong, but I thought only those devices with BLE_MESH_PB_GATT should be scannable / connectable by the Silicon Labs app. Am I missing something ? For reference am using the master branch. Thanks and Regards, Aditya Xavier

Information regarding blemesh implementation

2017-12-28 Thread Aditya Xavier
. Please do point me in the right direction if I missed something. Thanks, Aditya Xavier.