|
Pairing/bonding Zephyr API? Pairing info?
Hi Johan, thanks for the feedback. - conn.h and missing function void set_bondable(): Not sure what went wrong but in my git checkout I see after executing the command git branch in the zephyr/include
Hi Johan, thanks for the feedback. - conn.h and missing function void set_bondable(): Not sure what went wrong but in my git checkout I see after executing the command git branch in the zephyr/include
|
By
frv
· #5661
·
Edited
|
|
Pairing/bonding Zephyr API? Pairing info?
Hi, Bonding: If the pairing process has succeeded is bonding automatically done? I don't really understand the comment in the Bluetooth API for the function call: "For the vast majority of application
Hi, Bonding: If the pairing process has succeeded is bonding automatically done? I don't really understand the comment in the Bluetooth API for the function call: "For the vast majority of application
|
By
frv
· #5659
·
|
|
BLE encryption : Which AES 128 decryptor to be used?
Hi Johan, Indeed when using the Big Endian I'm getting the same result. I was mislead as I thought I had to use the little endian as my BLE central applic that needs to decode runs on a BBB, that is l
Hi Johan, Indeed when using the Big Endian I'm getting the same result. I was mislead as I thought I had to use the little endian as my BLE central applic that needs to decode runs on a BBB, that is l
|
By
frv
· #5650
·
|
|
BLE Advertising raw data via scan response - bt_le_adv_start
Hi Johan, Thanks, yup, I succeeded just before reading your answer. Indeed I wrongly set my array size, and that after 25 years of 'professional' programming, shame on me... :(. Anyhow, I'm getting pr
Hi Johan, Thanks, yup, I succeeded just before reading your answer. Indeed I wrongly set my array size, and that after 25 years of 'professional' programming, shame on me... :(. Anyhow, I'm getting pr
|
By
frv
· #5649
·
|
|
BLE encryption : Which AES 128 decryptor to be used?
Hi, If I want to use "bt_encrypt_le", what should be the specification to find the right AES decryptor? I thought I could use the AES_ECB_decrypt from the tiny-AES-C library see : https://github.com/b
Hi, If I want to use "bt_encrypt_le", what should be the specification to find the right AES decryptor? I thought I could use the AES_ECB_decrypt from the tiny-AES-C library see : https://github.com/b
|
By
frv
· #5646
·
|
|
NFC support Zephyr voor LE OOB secured pairing...
Hi Joakim, Thanks for your feedback on the topic. Indeed currently I'm using "passkey authorization" during the pairing process. Although I don't have a keyboard or display on my BLE devices I have cr
Hi Joakim, Thanks for your feedback on the topic. Indeed currently I'm using "passkey authorization" during the pairing process. Although I don't have a keyboard or display on my BLE devices I have cr
|
By
frv
· #5645
·
|
|
BLE Advertising raw data via scan response - bt_le_adv_start
Hi, I don't know what I'm doing wrong when trying to advertise raw data via the scan_response function parameter in bt_le_adv_start, probably overlooking something stupid, but I don't get this to work
Hi, I don't know what I'm doing wrong when trying to advertise raw data via the scan_response function parameter in bt_le_adv_start, probably overlooking something stupid, but I don't get this to work
|
By
frv
· #5644
·
|
|
NFC support Zephyr voor LE OOB secured pairing...
Hi Johan, I was already aware this part was missing... :(. Unfortunately for the moment we are on a very strict time schedule to come up with a BLE architecture for our near future wireless HealthCare
Hi Johan, I was already aware this part was missing... :(. Unfortunately for the moment we are on a very strict time schedule to come up with a BLE architecture for our near future wireless HealthCare
|
By
frv
· #5617
·
|
|
NFC support Zephyr voor LE OOB secured pairing...
Hi Rodrigo, Thanks for your valuable feedback. I will have a look at it and see how far I can get. Best regards, Frank
Hi Rodrigo, Thanks for your valuable feedback. I will have a look at it and see how far I can get. Best regards, Frank
|
By
frv
· #5615
·
|
|
NFC support Zephyr voor LE OOB secured pairing...
Hi Rodrigo, No not yet... So far I'm still in the process of trying to understand how the NFC message (as described by the Bluetooth SIG) gets into the Bluetooth SW stack for the OOB pairing process.
Hi Rodrigo, No not yet... So far I'm still in the process of trying to understand how the NFC message (as described by the Bluetooth SIG) gets into the Bluetooth SW stack for the OOB pairing process.
|
By
frv
· #5613
·
|
|
NFC support Zephyr voor LE OOB secured pairing...
Hi all, As far as I can see there is no real support for NFC in Zephyr. Correct? I'm really getting stuck in the LE OOB pairing process... I would really feel a pity I will need to fallback to the Nor
Hi all, As far as I can see there is no real support for NFC in Zephyr. Correct? I'm really getting stuck in the LE OOB pairing process... I would really feel a pity I will need to fallback to the Nor
|
By
frv
· #5611
·
|
|
BLE OOB - pairing/bonding - local-oob - HCI UART Zephyr issue?
Hi Johan, Thanks for clarifying this one out, that is already a great relief. Honestly I'm a little bit stuck with what I want to do about security in my BLE architecture. So far I was able to combine
Hi Johan, Thanks for clarifying this one out, that is already a great relief. Honestly I'm a little bit stuck with what I want to do about security in my BLE architecture. So far I was able to combine
|
By
frv
· #5610
·
|
|
BLE OOB - pairing/bonding - local-oob - HCI UART Zephyr issue?
Hi all, Carles, It seems when trying to set the SSP (Secure Simple Pairing) via the btmgmt tool I also get the error message the SSP is not supported for this adapter. So it seems when setting up a BL
Hi all, Carles, It seems when trying to set the SSP (Secure Simple Pairing) via the btmgmt tool I also get the error message the SSP is not supported for this adapter. So it seems when setting up a BL
|
By
frv
· #5606
·
|
|
BLE OOB - pairing/bonding - local-oob - HCI UART Zephyr issue?
Hi all, Carles, During the last months I have been doing a lot of research in BLE technologies. Finally for implementing our use case we came up with the following BLE architecture: - a Linux embedded
Hi all, Carles, During the last months I have been doing a lot of research in BLE technologies. Finally for implementing our use case we came up with the following BLE architecture: - a Linux embedded
|
By
frv
· #5605
·
|
|
How to configure BLE Mesh FN and LPN?
Hi Johan, Thanks for the fast reply and the clear explanation. I was hoping it would be simple :), thx! The Zephyr track for implementing the use cases we want to implement looks very promising. Keep
Hi Johan, Thanks for the fast reply and the clear explanation. I was hoping it would be simple :), thx! The Zephyr track for implementing the use cases we want to implement looks very promising. Keep
|
By
frv
· #5520
·
|
|
How to configure BLE Mesh FN and LPN?
Hallo Zephyr Community, Johan, So far I'm very impressed with the possibilities Zephyr and its BT Mesh framework already offers. I recently played around successfully with the Generic On/Off sample ap
Hallo Zephyr Community, Johan, So far I'm very impressed with the possibilities Zephyr and its BT Mesh framework already offers. I recently played around successfully with the Generic On/Off sample ap
|
By
frv
· #5513
·
|
|
Is bluetooth sample "peripheral" still working well?
Hi Johan, Thanks for this useful feedback, clarifying a few things more, much appreciated! Best regards, Frank
Hi Johan, Thanks for this useful feedback, clarifying a few things more, much appreciated! Best regards, Frank
|
By
frv
· #5508
·
|
|
Duplicate messages when using bt_mesh_model_publish() and groups
Hi Martin, How is the provisioning done? Probably via the meshctl tool. On the client node, only one element bound to a Generic OnOff Server model is subscribed to the group address? Because I'm also
Hi Martin, How is the provisioning done? Probably via the meshctl tool. On the client node, only one element bound to a Generic OnOff Server model is subscribed to the group address? Because I'm also
|
By
frv
· #5507
·
Edited
|
|
Is bluetooth sample "peripheral" still working well?
Hi Johan, Is it correct to say that no public address is set by Nordic for BT HW? Thus probably it is normal this warning "No ID address" is shown. Sometime ago this topic was published: https://lists
Hi Johan, Is it correct to say that no public address is set by Nordic for BT HW? Thus probably it is normal this warning "No ID address" is shown. Sometime ago this topic was published: https://lists
|
By
frv
· #5504
·
|
|
Running rpl border and rpl node on bluetooth
Hi Akash, I think you better have a look at these links (as well): https://www.zephyrproject.org/zephyr-project-announces-openthread-first-thread-protocol-implementation-integrate-zephyr-rtos/ https:/
Hi Akash, I think you better have a look at these links (as well): https://www.zephyrproject.org/zephyr-project-announces-openthread-first-thread-protocol-implementation-integrate-zephyr-rtos/ https:/
|
By
frv
· #5502
·
Edited
|