|
[bt_le]Does Zephyr have APIs to get ConnInterval, DataLengthExtension and PHY?
Hi Johan, Thanks for the prompt reply, this is useful for me. I think it's good idea to become a contributor of Zephyr project. Regards, Kai On 2019/4/5, 11:09 PM, "Hedberg, Johan" <johan.hedberg@int
Hi Johan, Thanks for the prompt reply, this is useful for me. I think it's good idea to become a contributor of Zephyr project. Regards, Kai On 2019/4/5, 11:09 PM, "Hedberg, Johan" <johan.hedberg@int
|
By
Kai Ren
· #5895
·
|
|
[bt_le]Does Zephyr have APIs to get ConnInterval, DataLengthExtension and PHY?
Hello, I’m trying to find the APIs on Zephyr, https://docs.zephyrproject.org/latest/reference/bluetooth/index.html , using these APIs can get ConnInterval, whether Data Length Extension is enable or n
Hello, I’m trying to find the APIs on Zephyr, https://docs.zephyrproject.org/latest/reference/bluetooth/index.html , using these APIs can get ConnInterval, whether Data Length Extension is enable or n
|
By
Kai Ren
· #5891
·
|
|
Error Msg whey type "west --version" on the guide of v1.14-rc3
Hi Aaron, I'm using Windows. After type "pip --version", the output is: pip3 --version pip 19.0.3 from c:\python37\lib\site-packages\pip (python 3.7) Best Regards, Kai Sent: Wednesday, April 3, 2019 9
Hi Aaron, I'm using Windows. After type "pip --version", the output is: pip3 --version pip 19.0.3 from c:\python37\lib\site-packages\pip (python 3.7) Best Regards, Kai Sent: Wednesday, April 3, 2019 9
|
By
Kai Ren
· #5880
·
|
|
Error Msg whey type "west --version" on the guide of v1.14-rc3
Hello, I follow this link, https://docs.zephyrproject.org/latest/getting_started/index.html#get-the-source-code , to install west, but after type *west --version*, below message pop-up, it looks abnor
Hello, I follow this link, https://docs.zephyrproject.org/latest/getting_started/index.html#get-the-source-code , to install west, but after type *west --version*, below message pop-up, it looks abnor
|
By
Kai Ren
· #5878
·
|
|
[Bluetooth mesh]How can I change device name at runtime in ./sample/bluetooth/mesh/?
Thanks Johan, it's handy to use. Best Regards, Kai
Thanks Johan, it's handy to use. Best Regards, Kai
|
By
Kai Ren
· #5806
·
|
|
[Bluetooth mesh]How can I change device name at runtime in ./sample/bluetooth/mesh/?
Hello, I’m using Zephyr v1.12.0 release, the sample code I used is ./sample/bluetooth/mesh/. In this project, I know the device name (used at provisioning phase over PB-GATT) is predefined in *.prj fi
Hello, I’m using Zephyr v1.12.0 release, the sample code I used is ./sample/bluetooth/mesh/. In this project, I know the device name (used at provisioning phase over PB-GATT) is predefined in *.prj fi
|
By
Kai Ren
· #5801
·
|
|
[Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Johan, Thanks for the prompt reply. I think you're expert of Zephyr Bluetooth, I have two questions before getting into the detail for optimization: 1. compiling same sample code, like sample/bluet
Hi Johan, Thanks for the prompt reply. I think you're expert of Zephyr Bluetooth, I have two questions before getting into the detail for optimization: 1. compiling same sample code, like sample/bluet
|
By
Kai Ren
· #5791
·
|
|
[Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Johan, I had done it, the micro:bit can be: 1. provisioned by nRF Mesh and meshctl through PB-GATT 2. don't support provisioningdata persistent storage; 3. model configuration, just two models here
Hi Johan, I had done it, the micro:bit can be: 1. provisioned by nRF Mesh and meshctl through PB-GATT 2. don't support provisioningdata persistent storage; 3. model configuration, just two models here
|
By
Kai Ren
· #5789
·
|
|
[Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Johan, Thank so the reply! I got the point and I built *mesh* application basing on microbit_gatt.conf, but the compiling console told me that RAM is oversize, 104.03%. Memory region Used Size Regi
Hi Johan, Thank so the reply! I got the point and I built *mesh* application basing on microbit_gatt.conf, but the compiling console told me that RAM is oversize, 104.03%. Memory region Used Size Regi
|
By
Kai Ren
· #5782
·
|
|
[Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
This is the commit I used: 3aa8443ab41202f978258810961dbc5a74ad2727 I tried to build ./samples/Bluetooth/mesh/ product in Zephyr master following this guide and target device is micro:bit, https://doc
This is the commit I used: 3aa8443ab41202f978258810961dbc5a74ad2727 I tried to build ./samples/Bluetooth/mesh/ product in Zephyr master following this guide and target device is micro:bit, https://doc
|
By
Kai Ren
· #5777
·
|
|
How can I configure optimization_level for my project?
Hello, I'm using gcc-arm-none-eabi as the compiler, as I know, this compiler can be configured for optimization_level, like no-optimization, optimizing size or optimizing speed. I'm curious that how c
Hello, I'm using gcc-arm-none-eabi as the compiler, as I know, this compiler can be configured for optimization_level, like no-optimization, optimizing size or optimizing speed. I'm curious that how c
|
By
Kai Ren
· #5756
·
|
|
Can't perform "cmake -GNinja -DBOARD=bbc_microbit .."
Hello Carles, This sample is just created by myself, I git clone from my private repo, not Zephyr public repo. Just solved this problem that: Install gnu arm embedded to c:\gnuarmemb · set ZEPHYR_TOOL
Hello Carles, This sample is just created by myself, I git clone from my private repo, not Zephyr public repo. Just solved this problem that: Install gnu arm embedded to c:\gnuarmemb · set ZEPHYR_TOOL
|
By
Kai Ren
· #4942
·
|
|
Can't perform "cmake -GNinja -DBOARD=bbc_microbit .."
Hello, I had set the dev environment up on my Windows computer by “Option 1: Windows Command Prompt”, but suddenly, it can NOT work, below is the error log, when I type cmake -GNinja -DBOARD=bbc_micro
Hello, I had set the dev environment up on my Windows computer by “Option 1: Windows Command Prompt”, but suddenly, it can NOT work, below is the error log, when I type cmake -GNinja -DBOARD=bbc_micro
|
By
Kai Ren
· #4938
·
|
|
Memory Optimization for Nordic Boards
Hi Ryan, As I know, Thingy uses nrf52832, the RAM is 32/64KB and the flash is 256 or 512KB. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.rds%2Fdita%2Frds%2Fdesigns%2Fthin
Hi Ryan, As I know, Thingy uses nrf52832, the RAM is 32/64KB and the flash is 256 or 512KB. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.rds%2Fdita%2Frds%2Fdesigns%2Fthin
|
By
Kai Ren
· #4790
·
|
|
#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 micr
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 micr
|
By
Kai Ren
· #2182
·
|
|
#BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Thanks for the reply! The problem I suffered is that: when I run mesh_demo on microbit, I can't restore SEQ after a reset, when means that if a GenericOnOff client reset unexpected, I need to make thi
Thanks for the reply! The problem I suffered is that: when I run mesh_demo on microbit, I can't restore SEQ after a reset, when means that if a GenericOnOff client reset unexpected, I need to make thi
|
By
Kai Ren
· #2172
·
|
|
#BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Hello, I noticed that zephyr start to support persistent storage for provisioning data like: { "Net", net_set }, { "IV", iv_set }, { "Seq", seq_set }, { "RPL", rpl_set }, { "NetKey", net_key_set }, {
Hello, I noticed that zephyr start to support persistent storage for provisioning data like: { "Net", net_set }, { "IV", iv_set }, { "Seq", seq_set }, { "RPL", rpl_set }, { "NetKey", net_key_set }, {
|
By
Kai Ren
· #2170
·
|
|
[ #BluetoothMesh ] Can I use bt_mesh_model_publish() in ./samples/bluetooth/mesh_demo?
#bluetoothmesh
Hello, I'm trying to know the difference between two APIs, they are: * int bt_mesh_model_publish(struct bt_mesh_model *model) * int bt_mesh_model_send(struct bt_mesh_model *model, struct bt_mesh_msg_c
Hello, I'm trying to know the difference between two APIs, they are: * int bt_mesh_model_publish(struct bt_mesh_model *model) * int bt_mesh_model_send(struct bt_mesh_model *model, struct bt_mesh_msg_c
|
By
Kai Ren
· #2138
·
|
|
not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49)
#bluetoothmesh
#meshctl
Hi Vikrant, I just did two tests today, the detail is: 1st test. I built “onoff-app” example basing on latest Zephyr project, the commit is 9968cda453ac7a91d513b6a50817c926c3fe5cc6 of today, you can s
Hi Vikrant, I just did two tests today, the detail is: 1st test. I built “onoff-app” example basing on latest Zephyr project, the commit is 9968cda453ac7a91d513b6a50817c926c3fe5cc6 of today, you can s
|
By
Kai Ren
· #2082
·
|
|
[ #BluetoothMesh ] possible Bug .. without assigning subscription address to Model, it is reacting to subscription address assign to other Model
#bluetoothmesh
Hi vikrant8051, Could you please share the following definitions? static struct bt_mesh_model root_models[] = {}; static struct bt_mesh_elem elements[] = { }; Thanks! Kai
Hi vikrant8051, Could you please share the following definitions? static struct bt_mesh_model root_models[] = {}; static struct bt_mesh_elem elements[] = { }; Thanks! Kai
|
By
Kai Ren
· #2074
·
|