|
distance provisioning & configuration of #BluetoothMesh DEVICEs using single GATT-Proxy NODE
#bluetoothmesh
Hello,
Currently I have been doing provisioning of #BluetoothMesh DEVICEs using #meshctl utility. But I've to individually makes connection with each device over PB-GATT for provisining &
Hello,
Currently I have been doing provisioning of #BluetoothMesh DEVICEs using #meshctl utility. But I've to individually makes connection with each device over PB-GATT for provisining &
|
By
Vikrant More <vikrant8051@...>
·
#450
·
|
|
Zephyr Project seeking Project Evangelist/Developer Advocate
Members of the Zephyr Community,
The Zephyr Project is seeking a project evangelist and developer advocate to help grow and support the global Zephyr developer community.
The full job description,
Members of the Zephyr Community,
The Zephyr Project is seeking a project evangelist and developer advocate to help grow and support the global Zephyr developer community.
The full job description,
|
By
Brett Preston
·
#449
·
|
|
Re: [Zephyr-devel] Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Glad to hear it!
By
Vikrant More <vikrant8051@...>
·
#448
·
|
|
Re: [Zephyr-devel] Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Hi Vikrant,
Good news, meshctl starts to work.
Thank you!
Regards,
Kai
Hi Vikrant,
Good news, meshctl starts to work.
Thank you!
Regards,
Kai
|
By
Kai Ren <kren@...>
·
#447
·
|
|
[Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
FYI.
- k
Begin forwarded message:
From: Brett Preston <bpreston@...>
Subject: Re: [Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
Date: January 3, 2018 at 10:33:29 AM
FYI.
- k
Begin forwarded message:
From: Brett Preston <bpreston@...>
Subject: Re: [Zephyr-tsc] OpenIoT Summit / ELCE - CFP Opportunity (closes January 7, 2018)
Date: January 3, 2018 at 10:33:29 AM
|
By
Kumar Gala
·
#446
·
|
|
Re: [Zephyr-devel] Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Great!
I’ve already found the json file on github, one is local_node.json, the other is prov_db.json, but there may be still an issue,Crypto API on Raspberry Pi, detail is this,
Great!
I’ve already found the json file on github, one is local_node.json, the other is prov_db.json, but there may be still an issue,Crypto API on Raspberry Pi, detail is this,
|
By
Kai Ren <kren@...>
·
#445
·
|
|
Re: [Zephyr-devel] Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
1) Download this --> https://git.kernel.org/pub/scm/bluetooth/bluez.git/snapshot/bluez-5.48.tar.gz
2) tar -xvf bluez-5.48.tar.gz
3) mv bluez-5.48 bluez
4)cd bluez
5)./bootstrap-configure
6)make
1) Download this --> https://git.kernel.org/pub/scm/bluetooth/bluez.git/snapshot/bluez-5.48.tar.gz
2) tar -xvf bluez-5.48.tar.gz
3) mv bluez-5.48 bluez
4)cd bluez
5)./bootstrap-configure
6)make
|
By
Vikrant More <vikrant8051@...>
·
#444
·
|
|
Re: Zephyr way of handling large data transfer over BLE
Hi Dhananjay,
Take look at this video demonstrating the large data transfer between two nRF52840 PDK boards. The video is old, but not much has changed on the BT API front.
Everything from KConfig to
Hi Dhananjay,
Take look at this video demonstrating the large data transfer between two nRF52840 PDK boards. The video is old, but not much has changed on the BT API front.
Everything from KConfig to
|
By
Vinayak Kariappa
·
#443
·
|
|
Re: Working with mesh shell
Hi Ashish,
Obviously that's not possible. What you could try to do, is to take the
mesh_shell code as a starting point and extend it from there with the
models that you need.
Johan
Hi Ashish,
Obviously that's not possible. What you could try to do, is to take the
mesh_shell code as a starting point and extend it from there with the
models that you need.
Johan
|
By
Johan Hedberg
·
#442
·
|
|
Re: Working with mesh shell
Hi Johan,
Here is brief bout what I'm doing :
I'm integrating the code available at tests/bluetooth/mesh_shell and /samples/bluetooth/mesh and then running the code on a controller which is
Hi Johan,
Here is brief bout what I'm doing :
I'm integrating the code available at tests/bluetooth/mesh_shell and /samples/bluetooth/mesh and then running the code on a controller which is
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#441
·
|
|
Re: Working with mesh shell
Hi Ashish,
Which application are you using? An unmodified tests/bluetooth/mesh_shell
should work directly. If you're using something else you might at least
want to take a look at the configuration
Hi Ashish,
Which application are you using? An unmodified tests/bluetooth/mesh_shell
should work directly. If you're using something else you might at least
want to take a look at the configuration
|
By
Johan Hedberg
·
#440
·
|
|
Re: Working with mesh shell
hi Johan,
can you share a working code that's compatible with mesh shell? Otherwise I've learn by trial and error. For now, I'm stuck at "init" command, it seemed to me that health client isn't
hi Johan,
can you share a working code that's compatible with mesh shell? Otherwise I've learn by trial and error. For now, I'm stuck at "init" command, it seemed to me that health client isn't
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#439
·
|
|
Re: Zephyr way of handling large data transfer over BLE
Hello Carles,
Many thanks for the reply. One final question, Is there an example in zephyr samples that handles transmitting large data?
or any profile supported in zephyr that i can use
Hello Carles,
Many thanks for the reply. One final question, Is there an example in zephyr samples that handles transmitting large data?
or any profile supported in zephyr that i can use
|
By
dhguja@gmail.com
·
#438
·
|
|
Re: Zephyr way of handling large data transfer over BLE
Hi there,
Yes, should be applicable to all those since they all call bt_att_create_pdu() which will block if there’s no buffers available.
Regards,
Carles
Hi there,
Yes, should be applicable to all those since they all call bt_att_create_pdu() which will block if there’s no buffers available.
Regards,
Carles
|
By
Carles Cufi
·
#437
·
|
|
Re: Zephyr way of handling large data transfer over BLE
Hello Carles,
Many thanks for the information. Is this information is applicable to GATT indicate, write, read too?
Regards,
Dhananjay GJ
Hello Carles,
Many thanks for the information. Is this information is applicable to GATT indicate, write, read too?
Regards,
Dhananjay GJ
|
By
dhguja@gmail.com
·
#436
·
|
|
Re: Zephyr way of handling large data transfer over BLE
Hi there,
Provided the peer does not initiate a GATT MTU Exchange, which would be handled automatically by the Zephyr BLE stack, you can simply call bt_gatt_notify() in a loop and from a thread
Hi there,
Provided the peer does not initiate a GATT MTU Exchange, which would be handled automatically by the Zephyr BLE stack, you can simply call bt_gatt_notify() in a loop and from a thread
|
By
Carles Cufi
·
#435
·
|
|
Re: Working with mesh shell
Hi Ashish,
The first thing the shell prints is that it asks you to run "init"
before any other command. Since you haven't done that the "provision"
command doesn't do anything, and then you get
Hi Ashish,
The first thing the shell prints is that it asks you to run "init"
before any other command. Since you haven't done that the "provision"
command doesn't do anything, and then you get
|
By
Johan Hedberg
·
#434
·
|
|
Re: [Zephyr-devel] Working with mesh shell
Hi to all,
Need proper sequence of all commands to start working with #mesh_shell [ to activate Model 1000 (which subscribe to 0xC000) as well as 1001 (which publish to 0xC000) ]
#meshctl take care of
Hi to all,
Need proper sequence of all commands to start working with #mesh_shell [ to activate Model 1000 (which subscribe to 0xC000) as well as 1001 (which publish to 0xC000) ]
#meshctl take care of
|
By
Vikrant More <vikrant8051@...>
·
#433
·
|
|
Zephyr way of handling large data transfer over BLE
Hello All,
I have a question related to the one i asked last week. (https://lists.zephyrproject.org/pipermail/zephyr-users/2017-December/000915.html). But i will rephrase it and be more
Hello All,
I have a question related to the one i asked last week. (https://lists.zephyrproject.org/pipermail/zephyr-users/2017-December/000915.html). But i will rephrase it and be more
|
By
dhguja@gmail.com
·
#432
·
|
|
Re: Working with mesh shell
Hi Johan,
I understand basics on configuration model. However, I'm trying to add app key, it results in following error
unable to send App Key add (error -11).
I face same issue trying to add net
Hi Johan,
I understand basics on configuration model. However, I'm trying to add app key, it results in following error
unable to send App Key add (error -11).
I face same issue trying to add net
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#431
·
|