|
Re: License question regarding Silicon Labs EFR32 port
Hello Carles,
Am Mittwoch, den 14.03.2018, 15:43 +0000 schrieb Cufi, Carles:
The attached license has to be accepted when installing the SDK (Flex
SDK 2.2.1 into Simplicity Studio 4). The Flex SDK is
Hello Carles,
Am Mittwoch, den 14.03.2018, 15:43 +0000 schrieb Cufi, Carles:
The attached license has to be accepted when installing the SDK (Flex
SDK 2.2.1 into Simplicity Studio 4). The Flex SDK is
|
By
Christian Taedcke <hacking@...>
·
#1909
·
|
|
removing/replace BLE device service/characteristic after its purpose is over
Hello,
How to remove removing/replace BLE device service/characteristic after its purpose is over without device reboot as well as after device reboot ?
Thank You !!
Hello,
How to remove removing/replace BLE device service/characteristic after its purpose is over without device reboot as well as after device reboot ?
Thank You !!
|
By
Vikrant More <vikrant8051@...>
·
#1908
·
|
|
how to increase RX buffer of characteristic for BLE device
Hello,
static ssize_t ABCD_write(struct bt_conn *conn, const struct bt_gatt_attr *attr, const void *buf, u16_t len, u16_t offset, u8_t flags)
{
u8_t *value = attr->user_data;
if (offset + len
Hello,
static ssize_t ABCD_write(struct bt_conn *conn, const struct bt_gatt_attr *attr, const void *buf, u16_t len, u16_t offset, u8_t flags)
{
u8_t *value = attr->user_data;
if (offset + len
|
By
Vikrant More <vikrant8051@...>
·
#1907
·
|
|
Re: IDE / Debugging
Hi,
As the zephyr 1.11.0 is released, and it support a native Microsoft Windows development environment.
Any documentation for coding and debugging with Segger Embedded Studio (SES) on
Hi,
As the zephyr 1.11.0 is released, and it support a native Microsoft Windows development environment.
Any documentation for coding and debugging with Segger Embedded Studio (SES) on
|
By
Aaron Xu
·
#1906
·
|
|
(No subject)
Hi,
LE Advertising Extensions is not supported yet in the Zephyr BLE controller for nRF52840, hence long range broadcasting is not available.
Regards,
Vinayak
Hi,
LE Advertising Extensions is not supported yet in the Zephyr BLE controller for nRF52840, hence long range broadcasting is not available.
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#1905
·
|
|
(No subject)
Hello
I am using 2 NRF53840 boards, central_hr and peripheral_hr
as I would like to get maximal range I set both to compile with coded PHY
does it mean that the broadcast is automatically done for
Hello
I am using 2 NRF53840 boards, central_hr and peripheral_hr
as I would like to get maximal range I set both to compile with coded PHY
does it mean that the broadcast is automatically done for
|
By
deadpool code <deadpoolcode@...>
·
#1904
·
|
|
Re: DevDocs support for zephyr docs?
I came across this looking for a tool for offline doc usage. Looks interesting and will see how it works for cmake docs. Thought it might be useful for other developers in offline usage cases.
-
I came across this looking for a tool for offline doc usage. Looks interesting and will see how it works for cmake docs. Thought it might be useful for other developers in offline usage cases.
-
|
By
Kumar Gala
·
#1903
·
|
|
Re: DevDocs support for zephyr docs?
No I haven't heard of DevDocs.
What does the Zephyr community think about such a tool (or others such as dash) that present project API documentation to developers?
What would make the Zephyr
No I haven't heard of DevDocs.
What does the Zephyr community think about such a tool (or others such as dash) that present project API documentation to developers?
What would make the Zephyr
|
By
Kinder, David B <david.b.kinder@...>
·
#1902
·
|
|
DevDocs support for zephyr docs?
David,
I was wondering if you’ve ever come across the DevDocs project https://github.com/Thibaut/devdocs. I wonder what it might take to get Zephyr docs supported.
- k
David,
I was wondering if you’ve ever come across the DevDocs project https://github.com/Thibaut/devdocs. I wonder what it might take to get Zephyr docs supported.
- k
|
By
Kumar Gala
·
#1901
·
|
|
Re: BLE read RSSI of connected device
Hi Deadpool_code ;-)
The following Kconfig options enable the connection RSSI measurement:
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_CONN_RSSI=y
But these only will print the RSSI
Hi Deadpool_code ;-)
The following Kconfig options enable the connection RSSI measurement:
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_CONN_RSSI=y
But these only will print the RSSI
|
By
Chettimada, Vinayak Kariappa
·
#1900
·
|
|
Re: Bluetooth BLE device not get discount
Hi Vikrant,
If you are using android devices, their connection management will not disconnect an ACL link within a 30 second (my experience, not verified their implementation) window of the
Hi Vikrant,
If you are using android devices, their connection management will not disconnect an ACL link within a 30 second (my experience, not verified their implementation) window of the
|
By
Chettimada, Vinayak Kariappa
·
#1899
·
|
|
BLE read RSSI of connected device
I am using two nrf52840, one as central_hr and the other as peripheral_hr
on sample cental_hr I can get RSSI readings of devices using
bt_le_scan_start
but this only gives RSSI values of devices that
I am using two nrf52840, one as central_hr and the other as peripheral_hr
on sample cental_hr I can get RSSI readings of devices using
bt_le_scan_start
but this only gives RSSI values of devices that
|
By
deadpool code <deadpoolcode@...>
·
#1898
·
|
|
Re: How to use BOARD_ROOT to define out-of-tree boards?
I found the following definition can work through:
```
set(BOARD_ROOT ${CMAKE_SOURCE_DIR})
```
Regards,
Jun
I found the following definition can work through:
```
set(BOARD_ROOT ${CMAKE_SOURCE_DIR})
```
Regards,
Jun
|
By
Li, Jun R
·
#1897
·
|
|
Re: How to use BOARD_ROOT to define out-of-tree boards?
No, the typo came from one of build errors I had made before. I corrected the typo but still didn’t work. However, if the BOARD_ROOT is specified with the absolute directory name, by
No, the typo came from one of build errors I had made before. I corrected the typo but still didn’t work. However, if the BOARD_ROOT is specified with the absolute directory name, by
|
By
Li, Jun R
·
#1896
·
|
|
Re: How to use BOARD_ROOT to define out-of-tree boards?
Hi,
Was the typo intentional (“disoc” vs. “disco)? Otherwise, that may explain why your board definition was not picked up.
Regards,
Brix
--
Henrik Brix Andersen
Hi,
Was the typo intentional (“disoc” vs. “disco)? Otherwise, that may explain why your board definition was not picked up.
Regards,
Brix
--
Henrik Brix Andersen
|
By
Henrik Brix Andersen
·
#1895
·
|
|
Re: License question regarding Silicon Labs EFR32 port
Hi Christian,
By
Carles Cufi
·
#1894
·
|
|
Re: Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Hi Kai,
Yes, it’s possible. Eg that’s what you’ll get with
samples/bluetooth/mesh. It gets quite close to the 16k limit however,
so not much room for anything else.
Johan
Hi Kai,
Yes, it’s possible. Eg that’s what you’ll get with
samples/bluetooth/mesh. It gets quite close to the 16k limit however,
so not much room for anything else.
Johan
|
By
Johan Hedberg
·
#1893
·
|
|
How to use BOARD_ROOT to define out-of-tree boards?
Hi,
I’m trying to use the new feature implemented byPR #6150 to define my private boards. I just copied samples/hello_word to an out-of-tree directory and copied boards/arm/stm32f4_disco to the
Hi,
I’m trying to use the new feature implemented byPR #6150 to define my private boards. I just copied samples/hello_word to an out-of-tree directory and copied boards/arm/stm32f4_disco to the
|
By
Li, Jun R
·
#1892
·
|
|
Re: Bluetooth BLE device not get discount
Hi,
ATT/GATT is tied with the ACL connection which is maintained by the
controller, so there is very little the host stack can do about it but
perhaps if you are running with combined controller +
Hi,
ATT/GATT is tied with the ACL connection which is maintained by the
controller, so there is very little the host stack can do about it but
perhaps if you are running with combined controller +
|
By
Luiz Augusto von Dentz
·
#1891
·
|
|
Re: Introduction of Youtube video, "Bluetooth Mesh Demo at ELCE Prague 2017"
Hi Johan,
I just have one more question about this mesh_demo source code.
As I know, this demo running on micro:bit don't need provisioning process because the provisioning data is preconfigure at
Hi Johan,
I just have one more question about this mesh_demo source code.
As I know, this demo running on micro:bit don't need provisioning process because the provisioning data is preconfigure at
|
By
Kai Ren
·
#1890
·
|