|
Re: Bluetooth Mesh: Bad values for continuous scan
Hi Paul,
I have some related fixes here, hope you can re-run your tests.
https://github.com/zephyrproject-rtos/zephyr/pull/6149
Summary, the improvement to continuous scan had regression, introducing
Hi Paul,
I have some related fixes here, hope you can re-run your tests.
https://github.com/zephyrproject-rtos/zephyr/pull/6149
Summary, the improvement to continuous scan had regression, introducing
|
By
Chettimada, Vinayak Kariappa
·
#1778
·
|
|
Re: Which cloud service zephyr already supported?
Aaron,
While not a cloud provider itself, there are HTTP, CoAP, LWM2M, SNTP, NATS and JSON libraries in Zephyr. Some of these are available as libraries bundled with the project, some of these are
Aaron,
While not a cloud provider itself, there are HTTP, CoAP, LWM2M, SNTP, NATS and JSON libraries in Zephyr. Some of these are available as libraries bundled with the project, some of these are
|
By
Leandro Pereira
·
#1777
·
|
|
Re: Which cloud service zephyr already supported?
Hi Aaron,
Sorry for the delay in responding.
They're not upstream, but we (Open Source Foundries) have two reference systems, which support end to end sensor data upstreaming to the cloud, via LWM2M
Hi Aaron,
Sorry for the delay in responding.
They're not upstream, but we (Open Source Foundries) have two reference systems, which support end to end sensor data upstreaming to the cloud, via LWM2M
|
By
Marti Bolivar
·
#1776
·
|
|
Re: Bluetooth Mesh Advertisement issues
Upon checking with a TI sniffer, I have discovered that this seems to be caused by ADV_IND / AND_NON_CONN_IND that are being sent with MSD. However I do not trigger these advertisements … any clue
Upon checking with a TI sniffer, I have discovered that this seems to be caused by ADV_IND / AND_NON_CONN_IND that are being sent with MSD. However I do not trigger these advertisements … any clue
|
By
Gavrikov Paul <Paul.Gavrikov@...>
·
#1775
·
|
|
sensor driver access
Hi,
i am making an custom Android App for smartwatch. i need to access the drivers of heart rate, gyroscope etc sensors . could you please help me in this regard?
ThanksAnand
Hi,
i am making an custom Android App for smartwatch. i need to access the drivers of heart rate, gyroscope etc sensors . could you please help me in this regard?
ThanksAnand
|
By
Anand Panchal <anandpanchal91@...>
·
#1774
·
|
|
Re: Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Thank you, Johan. It started to work following your suggestion. 😊
Regards,
Kai
Thank you, Johan. It started to work following your suggestion. 😊
Regards,
Kai
|
By
Kai Ren
·
#1773
·
|
|
Re: How to make Zephyr Based BLE device'd MAC address static ?
Hi Johan,
Thanks for clarification.
But what to add or modify so that, we can avoid pairing of Device after every reset ?
How to take control of (6 digits ) pairing key, instead of generating random
Hi Johan,
Thanks for clarification.
But what to add or modify so that, we can avoid pairing of Device after every reset ?
How to take control of (6 digits ) pairing key, instead of generating random
|
By
Vikrant More <vikrant8051@...>
·
#1772
·
|
|
Re: Bluetooth Mesh Advertisement issues
Hi Vinayak,
I’ve uploaded the code snippet for your convenience: https://pasteio.com/xfZOuK2Z6HzW
Please note I am NOT start / stopping advertising. Just starting it and doing nothing else.
Hi Vinayak,
I’ve uploaded the code snippet for your convenience: https://pasteio.com/xfZOuK2Z6HzW
Please note I am NOT start / stopping advertising. Just starting it and doing nothing else.
|
By
Gavrikov Paul <Paul.Gavrikov@...>
·
#1771
·
|
|
Re: How to make Zephyr Based BLE device'd MAC address static ?
Hi Vikrant,
All nRF boards *should* be using a static random identity address that's
read out from the FICR, i.e. you should then see the same address
printed out to the console every time Bluetooth
Hi Vikrant,
All nRF boards *should* be using a static random identity address that's
read out from the FICR, i.e. you should then see the same address
printed out to the console every time Bluetooth
|
By
Johan Hedberg
·
#1770
·
|
|
Zephyr BLE Device pairing
Hello,
https://youtu.be/9EjPKQ4ahg0
I wanna do pairing of my nrf52840-PDK based BLE device (with nRF Blinky Service) with smartphone using method describe in above video link.
How to achieve it, so
Hello,
https://youtu.be/9EjPKQ4ahg0
I wanna do pairing of my nrf52840-PDK based BLE device (with nRF Blinky Service) with smartphone using method describe in above video link.
How to achieve it, so
|
By
Vikrant More <vikrant8051@...>
·
#1769
·
|
|
How to make Zephyr Based BLE device'd MAC address static ?
Hello,
Using available Zephyr Bluetooth APIs, I've develop BLE Device which is compatible with Nordic Blinky App. I'm doing testing on nrf52840-PDK board.
But after every reset, it's MAC address gets
Hello,
Using available Zephyr Bluetooth APIs, I've develop BLE Device which is compatible with Nordic Blinky App. I'm doing testing on nrf52840-PDK board.
But after every reset, it's MAC address gets
|
By
Vikrant More <vikrant8051@...>
·
#1768
·
|
|
Installing matrix library in c in zephyr
Hi everyone,
I've to work with matrix operations, It's difficult to write my own functions correctly.
Can someone suggest some workaround for the same?
Is it possible to compile python code along
Hi everyone,
I've to work with matrix operations, It's difficult to write my own functions correctly.
Can someone suggest some workaround for the same?
Is it possible to compile python code along
|
By
ashish.shukla@corvi.com <ashish.shukla@...>
·
#1767
·
|
|
Re: Which cloud service zephyr already supported?
Hi Aaron,
I recommend talking to Open Source Foundries, who have integrated cloud services with Zephyr.
I have copied Martí from OSF.
Regards,
Carles
Hi Aaron,
I recommend talking to Open Source Foundries, who have integrated cloud services with Zephyr.
I have copied Martí from OSF.
Regards,
Carles
|
By
Carles Cufi
·
#1766
·
|
|
Re: [Zephyr-users] Securing BLE device Services & Characteristics from unauthorized user
Hi Vikrant,
You will have to add a service containing the characteristic which
probably comes from a different application than the 'normal' mode,
now regarding the AES key exchange I don't think
Hi Vikrant,
You will have to add a service containing the characteristic which
probably comes from a different application than the 'normal' mode,
now regarding the AES key exchange I don't think
|
By
Luiz Augusto von Dentz
·
#1765
·
|
|
Which cloud service zephyr already supported?
Hi,
I want to upload some sensors data, like temperature/humidity/pressure and so on, upstream to cloud.
I am wonder that is there any example to show how to do it?
Regards,
Aaron
Hi,
I want to upload some sensors data, like temperature/humidity/pressure and so on, upstream to cloud.
I am wonder that is there any example to show how to do it?
Regards,
Aaron
|
By
Aaron Xu
·
#1764
·
|
|
[ #BluetoothMesh ] possible Bug .. without assigning subscription address to Model, it is reacting to subscription address assign to other Model
#bluetoothmesh
Hello World !!
This is observation based on following configuration done by #meshctl.
Two nRF52840-PDK boards has been used for it.
For Board 1. after provisioning, I used following commands to
Hello World !!
This is observation based on following configuration done by #meshctl.
Two nRF52840-PDK boards has been used for it.
For Board 1. after provisioning, I used following commands to
|
By
Vikrant More <vikrant8051@...>
·
#1763
·
|
|
[ #BluetoothMesh ] possible Bug .. without assigning subscription address to Model, it is reacting to subscription address assign to other Model
#bluetoothmesh
This is observation based on following configuration done by #meshctl.
Two nRF52840-PDK boards has been used for it.
For Board 1. after provisioning, I used following commands to configure
This is observation based on following configuration done by #meshctl.
Two nRF52840-PDK boards has been used for it.
For Board 1. after provisioning, I used following commands to configure
|
By
Vikrant More <vikrant8051@...>
·
#1762
·
|
|
Securing BLE device Services & Characteristics from unauthorized user
Hello World !!
Suppose there is BLE device with following custom characteristics -
1. main
2. enc_text
3. plain_text
4. aes_key
"enc_text" characteristic receives 16 bytes of encrypted
Hello World !!
Suppose there is BLE device with following custom characteristics -
1. main
2. enc_text
3. plain_text
4. aes_key
"enc_text" characteristic receives 16 bytes of encrypted
|
By
Vikrant More <vikrant8051@...>
·
#1761
·
|
|
Re: Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Hi Kai,
Note that button B cycles the destination address from 0x0001 to
0x0009, then jumps to the group address and then back to 0x0001 again,
so nodes with 0x0b.. addresses will only be able to
Hi Kai,
Note that button B cycles the destination address from 0x0001 to
0x0009, then jumps to the group address and then back to 0x0001 again,
so nodes with 0x0b.. addresses will only be able to
|
By
Johan Hedberg
·
#1760
·
|
|
Re: Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Hi Johan,
Thanks for your answers!
I have two micro:bit boards, I built the firmware, ./sample/bluetooth/mesh_demo/ and flashed it on these two boards. After completing it, I could see that:
1. one
Hi Johan,
Thanks for your answers!
I have two micro:bit boards, I built the firmware, ./sample/bluetooth/mesh_demo/ and flashed it on these two boards. After completing it, I could see that:
1. one
|
By
Kai Ren
·
#1759
·
|