|
Re: Bluetooth mesh - error when proxy connected
Hi Jehudi,
You could try e.g. the attached patch. It should change the error into a
warning when the connection limit is reached.
Johan
Hi Jehudi,
You could try e.g. the attached patch. It should change the error into a
warning when the connection limit is reached.
Johan
|
By
Johan Hedberg
·
#911
·
|
|
how to conditionally link a static library in Zephyr?
Hi there,
I’m trying to build my zephyr app with a static library which is not provided with its source code. I can achieve the goal by adding the following two lines in my project’s Makefile:
Hi there,
I’m trying to build my zephyr app with a static library which is not provided with its source code. I can achieve the goal by adding the following two lines in my project’s Makefile:
|
By
Li, Jun R
·
#910
·
|
|
Re: Bluetooth mesh - error when proxy connected
Hi Jehudi,
I think those errors are mostly harmless. What's happening is that the
code tries to re-enable connectable advertising, however since the
controller only supports one connection it results
Hi Jehudi,
I think those errors are mostly harmless. What's happening is that the
code tries to re-enable connectable advertising, however since the
controller only supports one connection it results
|
By
Johan Hedberg
·
#909
·
|
|
Bluetooth mesh - error when proxy connected
Hi,
I am using bluetooth mesh on zephyr. As soon as I make a proxy
connection to a node I am getting errors:
[bt] [ERR] node_id_adv: Failed to advertise using Node ID (err -5)
and after some time
Hi,
I am using bluetooth mesh on zephyr. As soon as I make a proxy
connection to a node I am getting errors:
[bt] [ERR] node_id_adv: Failed to advertise using Node ID (err -5)
and after some time
|
By
laczenJMS
·
#908
·
|
|
Re: Counter API ambiguity.
Hi,
Baohong can correct me. I believe this is the number of counter ticks for the counter to send a notification. User would not need to know what current counter value is; when the API is called,
Hi,
Baohong can correct me. I believe this is the number of counter ticks for the counter to send a notification. User would not need to know what current counter value is; when the API is called,
|
By
Tseng, Kuo-Lang <kuo-lang.tseng@...>
·
#907
·
|
|
Re: Counter API ambiguity.
Baohong,
I see you contributed these APIs to Zephyr, can you help us understand the intention with the "count" parameter to count_set_alarm()?
Baohong,
I see you contributed these APIs to Zephyr, can you help us understand the intention with the "count" parameter to count_set_alarm()?
|
By
Boie, Andrew P
·
#906
·
|
|
Re: Zephyr DFU protocol
Hi David,
By
Carles Cufi
·
#905
·
|
|
Re: Bluetooth mesh - provisioning with static OOB
Hi Johan,
The patch solves the issue.
Kind regards,
Jehudi
2017-09-01 12:18 GMT+02:00 Johan Hedberg <johan.hedberg@...>:
Hi Johan,
The patch solves the issue.
Kind regards,
Jehudi
2017-09-01 12:18 GMT+02:00 Johan Hedberg <johan.hedberg@...>:
|
By
laczenJMS
·
#904
·
|
|
Re: Bluetooth mesh - provisioning with static OOB
Hi,
After cross-checking with the Mesh spec this does look like a clear bug
to me, so I've opened a PR for it:
https://github.com/zephyrproject-rtos/zephyr/pull/1325
If things still don't work
Hi,
After cross-checking with the Mesh spec this does look like a clear bug
to me, so I've opened a PR for it:
https://github.com/zephyrproject-rtos/zephyr/pull/1325
If things still don't work
|
By
Johan Hedberg
·
#903
·
|
|
Re: Bluetooth mesh - provisioning with static OOB
Hi Jehudi,
I took a look at the Zephyr prov.c code, and it looks like there's a
possible off-by-one error in setting the Static OOB type value in the
Provisioning Capabilities PDU. Does the attached
Hi Jehudi,
I took a look at the Zephyr prov.c code, and it looks like there's a
possible off-by-one error in setting the Static OOB type value in the
Provisioning Capabilities PDU. Does the attached
|
By
Johan Hedberg
·
#902
·
|
|
Bluetooth mesh - provisioning with static OOB
Hi,
I would like to create a zephyr bluetooth mesh node with a public key
using static OOB provisioning. I tried using
static uint8_t static_key[16] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab,
0xcd,
Hi,
I would like to create a zephyr bluetooth mesh node with a public key
using static OOB provisioning. I tried using
static uint8_t static_key[16] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab,
0xcd,
|
By
laczenJMS
·
#901
·
|
|
Re: Counter API ambiguity.
Hi Tomasz, Andrew
Do you have any feedback for Michal regarding the issue below?
Thanks!
Carles
Hi Tomasz, Andrew
Do you have any feedback for Michal regarding the issue below?
Thanks!
Carles
|
By
Carles Cufi
·
#900
·
|
|
Re: Zephyr DFU protocol
I think we should go ahead and start the conversation with them, on
mailing lists.
Unfortunately, the Mynewt mailing lists add a Reply-to header, which
causes that list to "steal" replies that are
I think we should go ahead and start the conversation with them, on
mailing lists.
Unfortunately, the Mynewt mailing lists add a Reply-to header, which
causes that list to "steal" replies that are
|
By
David Brown
·
#899
·
|
|
Re: Zephyr DFU protocol
I'm not sure it was written down, or just verbal or IRC chat. I
didn't find any logs about it.
Currently, the bootloader doesn't really "load" anything, since it is
only being used on
I'm not sure it was written down, or just verbal or IRC chat. I
didn't find any logs about it.
Currently, the bootloader doesn't really "load" anything, since it is
only being used on
|
By
David Brown
·
#898
·
|
|
Re: request of help
Perhttps://www.zephyrproject.org/doc/getting_started/installation_linux.html
You need to install python 3 dependencies with pip:
$ pip3 install --user -r scripts/requirements.txt
I wonder if
Perhttps://www.zephyrproject.org/doc/getting_started/installation_linux.html
You need to install python 3 dependencies with pip:
$ pip3 install --user -r scripts/requirements.txt
I wonder if
|
By
Boie, Andrew P
·
#897
·
|
|
Re: bitfields
I wondering when we try and support compilers beyond gcc & clang if we will run into issues with bitfields. I think we should stay away from them unless we can figure out an assert or something to
I wondering when we try and support compilers beyond gcc & clang if we will run into issues with bitfields. I think we should stay away from them unless we can figure out an assert or something to
|
By
Kumar Gala
·
#896
·
|
|
Re: request of help
Hello Novello,
there was this informative e-mail on zephyr-devel group on 24th of July, which might help you:
also, be sure you did all the steps correctly from zephyr
Hello Novello,
there was this informative e-mail on zephyr-devel group on 24th of July, which might help you:
also, be sure you did all the steps correctly from zephyr
|
By
Maciej Dębski <maciej.debski@...>
·
#895
·
|
|
Re: Direct flash access from filesystem
Sorry to chime in later here. It isn't just that there is no reason
to have intermediate layers, NFFS _needs_ to be talking directly to
the flash in order for it to be robust. NFFS has an
Sorry to chime in later here. It isn't just that there is no reason
to have intermediate layers, NFFS _needs_ to be talking directly to
the flash in order for it to be robust. NFFS has an
|
By
David Brown
·
#894
·
|
|
Zephyr SDK 0.9.2-rc1
Hi,
We have a new SDK release candidate available @ https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc1:
Following changes since 0.9.1:
* openocd 0.10.0
*
Hi,
We have a new SDK release candidate available @ https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc1:
Following changes since 0.9.1:
* openocd 0.10.0
*
|
By
Nashif, Anas
·
#892
·
|
|
request of help
I try to compile samples/hello_word
following the instruction on the web.
I'm using an ubuntu 16.04 64bit.
I find a mistake ...
It never find this tools ==> elftools.elf.elffile import ELFFile
I
I try to compile samples/hello_word
following the instruction on the web.
I'm using an ubuntu 16.04 64bit.
I find a mistake ...
It never find this tools ==> elftools.elf.elffile import ELFFile
I
|
By
novello
·
#893
·
|