|
Re: Read connection RSSI always return -127
Hi there,
I just tried this today with the current master, and it seems to work as expected.
I did the following:
Add the following to samples/bluetooth/hci_uart/nrf5.conf:
Hi there,
I just tried this today with the current master, and it seems to work as expected.
I did the following:
Add the following to samples/bluetooth/hci_uart/nrf5.conf:
|
By
Carles Cufi
·
#2196
·
|
|
OT Shell
Hi Jukka and Robert,
Thank you to both of you for your help.
Robert, I am currently using the latest Zephyr release, and the nrf52840 pca10056 platform. However, I have troubles using the shells for
Hi Jukka and Robert,
Thank you to both of you for your help.
Robert, I am currently using the latest Zephyr release, and the nrf52840 pca10056 platform. However, I have troubles using the shells for
|
By
Diana Rivera
·
#2195
·
|
|
Re: about newly introduced #BluetoothMesh persistent storage feature
#bluetoothmesh
Hi Johan,
As per nrf52840_pca10056.dts file last 16KB is used for persistent data storage.
To calculate FLASH life time, I have to understand what is going on at background (at #FCB layer).
This
Hi Johan,
As per nrf52840_pca10056.dts file last 16KB is used for persistent data storage.
To calculate FLASH life time, I have to understand what is going on at background (at #FCB layer).
This
|
By
vikrant8051 <vikrant8051@...>
·
#2194
·
|
|
Re: Using SPI_SLAVE on STM32
I see.
OK, for the moment I will work at 1Mhz speed which seems to work fine
(before was 10MHz). Then I will evaluate how to proceed here.
The code owner is superna9999 (Neil Armstrong on
I see.
OK, for the moment I will work at 1Mhz speed which seems to work fine
(before was 10MHz). Then I will evaluate how to proceed here.
The code owner is superna9999 (Neil Armstrong on
|
By
Armando Visconti
·
#2193
·
|
|
Re: 64 bit time stamp in microseconds (us)
Hi there,
I think we should keep the discussion in the existing GitHub issue:
https://github.com/zephyrproject-rtos/zephyr/issues/6498
Regards,
Carles
Hi there,
I think we should keep the discussion in the existing GitHub issue:
https://github.com/zephyrproject-rtos/zephyr/issues/6498
Regards,
Carles
|
By
Carles Cufi
·
#2192
·
|
|
Re: 64 bit time stamp in microseconds (us)
Hi.
Could you please be a bit more precise? What reliability problem do you have in mind?
Best Regards,
Piotr Zięcik
Hi.
Could you please be a bit more precise? What reliability problem do you have in mind?
Best Regards,
Piotr Zięcik
|
By
Zięcik, Piotr <piotr.ziecik@...>
·
#2191
·
|
|
Re: Usage of generated dts *_GPIO_FLAGS
Erwan,
I submitted a PR to apply these modifications:
https://github.com/zephyrproject-rtos/zephyr/pull/7493
--
*dS
Diego Sueiro
sent from mobile
Erwan,
I submitted a PR to apply these modifications:
https://github.com/zephyrproject-rtos/zephyr/pull/7493
--
*dS
Diego Sueiro
sent from mobile
|
By
Diego Sueiro
·
#2190
·
|
|
Re: about newly introduced #BluetoothMesh persistent storage feature
#bluetoothmesh
Hi Vikrant,
The currently implementation is purely based on settings, so you can
just register your own settings subpath to store app-specific
information. I'd advise to use something else than "bt/"
Hi Vikrant,
The currently implementation is purely based on settings, so you can
just register your own settings subpath to store app-specific
information. I'd advise to use something else than "bt/"
|
By
Johan Hedberg
·
#2189
·
|
|
Re: Usage of generated dts *_GPIO_FLAGS
That's it!
By
Erwan Gouriou
·
#2188
·
|
|
Re: IPv6 addresses
Hi Diana,
Regarding OpenThread shell, it should be enabled by default if you use OpenThread. Of course, setting CONFIG_OPENTHREAD_SHELL=y explicitly is fine as well. Just note, that when OT shell
Hi Diana,
Regarding OpenThread shell, it should be enabled by default if you use OpenThread. Of course, setting CONFIG_OPENTHREAD_SHELL=y explicitly is fine as well. Just note, that when OT shell
|
By
Lubos, Robert
·
#2187
·
|
|
Re: Using SPI_SLAVE on STM32
Hi Armando,
I am not maintaining stm32 driver, I won't much of any help about it.
Get in touch with PR 5200 owner or one of the guys that created the
driver (git blame).
Br,
Tomasz
Hi Armando,
I am not maintaining stm32 driver, I won't much of any help about it.
Get in touch with PR 5200 owner or one of the guys that created the
driver (git blame).
Br,
Tomasz
|
By
Tomasz Bursztyka
·
#2186
·
|
|
Re: IPv6 addresses
Hi Diana,
if your device is using auto address then you need to enable for
example mDNS responder support (for Linux clients) or LLMNR responder
(for windows clients) to use names instead of IP
Hi Diana,
if your device is using auto address then you need to enable for
example mDNS responder support (for Linux clients) or LLMNR responder
(for windows clients) to use names instead of IP
|
By
Jukka Rissanen
·
#2185
·
|
|
about newly introduced #BluetoothMesh persistent storage feature
#bluetoothmesh
Hi,
How to save (SIG or Vendor) Model states on SoC flash ? Is it going to be depend upon setting layer which is newly introduce concept or gonna completely independent as part of App layer
Hi,
How to save (SIG or Vendor) Model states on SoC flash ? Is it going to be depend upon setting layer which is newly introduce concept or gonna completely independent as part of App layer
|
By
vikrant8051 <vikrant8051@...>
·
#2184
·
|
|
Re: #BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Hi Kai,
The idea is to avoid excessive flash writes (or worse, flash erases).
There's a variable that's set with CONFIG_BT_MESH_SEQ_STORE_RATE. It
controls that only the Nth sequence number increment
Hi Kai,
The idea is to avoid excessive flash writes (or worse, flash erases).
There's a variable that's set with CONFIG_BT_MESH_SEQ_STORE_RATE. It
controls that only the Nth sequence number increment
|
By
Johan Hedberg
·
#2183
·
|
|
Re: #BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Hi Johan,
Following your suggestion, I just did a test on it after git fetch 7428.
After compiling and running "mesh_demo", at least, sequence number store and restore work well on my side. I use
Hi Johan,
Following your suggestion, I just did a test on it after git fetch 7428.
After compiling and running "mesh_demo", at least, sequence number store and restore work well on my side. I use
|
By
Kai Ren
·
#2182
·
|
|
Re: Read connection RSSI always return -127
Hi Carles,
Thank you for your reply.
Yes, I enable COFIG_BT_CTRL_CONN in prj.conf file.
HCI command was successfully executed but I got always -127 for rssi value.
(Please
Hi Carles,
Thank you for your reply.
Yes, I enable COFIG_BT_CTRL_CONN in prj.conf file.
HCI command was successfully executed but I got always -127 for rssi value.
(Please
|
By
전형욱
·
#2181
·
|
|
64 bit time stamp in microseconds (us)
Hi All,
Does anybody know how to reliably implement a 64 bit (int64_t) time stamp in microseconds?
Thanks and have a great WE.
Abderrezak
Hi All,
Does anybody know how to reliably implement a 64 bit (int64_t) time stamp in microseconds?
Thanks and have a great WE.
Abderrezak
|
By
Abderrezak Mekkaoui
·
#2180
·
|
|
Re: Using SPI_SLAVE on STM32
Hello Thomasz,
Quick update before leaving for the week.
I took the patches suggested by you and I prepared
a very simple test environment. I have an issue
though: it seems that I'm not able to
Hello Thomasz,
Quick update before leaving for the week.
I took the patches suggested by you and I prepared
a very simple test environment. I have an issue
though: it seems that I'm not able to
|
By
Armando Visconti
·
#2179
·
|
|
Re: IPv6 addresses
Hi Jukka,
Thanks for your answer. If SLAAC is enabled by default, how are you then able to know the device's IPv6 address so that so that it can be set as the PEER_ADDR of another device?
I've been
Hi Jukka,
Thanks for your answer. If SLAAC is enabled by default, how are you then able to know the device's IPv6 address so that so that it can be set as the PEER_ADDR of another device?
I've been
|
By
Diana Rivera
·
#2178
·
|
|
Re: problems building a BME680 app: zephyr_prebuilt.elf uses VFP register arguments ....
Hi All,
Just in case this is helpful. To build and correctly run my app, I needed to add the following configuration variables to my prj.conf:
CONFIG_FLOAT=y
CONFIG_NEWLIB_LIBC=y
Nothing else is
Hi All,
Just in case this is helpful. To build and correctly run my app, I needed to add the following configuration variables to my prj.conf:
CONFIG_FLOAT=y
CONFIG_NEWLIB_LIBC=y
Nothing else is
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#2177
·
|