|
Re: Different BLE pairing behaviors on iPhone 6 and iPhone 7
Yes, that is exactly it.
In that case I am not sure about the issue. Perhaps Johan can bring some light into it.
Carles
From:"Li, Jun R" <jun.r.li@...>
Date: Thursday, 14 June 2018 at
Yes, that is exactly it.
In that case I am not sure about the issue. Perhaps Johan can bring some light into it.
Carles
From:"Li, Jun R" <jun.r.li@...>
Date: Thursday, 14 June 2018 at
|
By
Carles Cufi
·
#4774
·
|
|
Re: Different BLE pairing behaviors on iPhone 6 and iPhone 7
Yes, every time when I did the tests, I let iPhone “forget the device”, which I suppose to erase the bond info, right?
Regards,
Jun
From: "Cufi, Carles" <Carles.Cufi@...>
Date:
Yes, every time when I did the tests, I let iPhone “forget the device”, which I suppose to erase the bond info, right?
Regards,
Jun
From: "Cufi, Carles" <Carles.Cufi@...>
Date:
|
By
Li, Jun R
·
#4773
·
|
|
Re: Different BLE pairing behaviors on iPhone 6 and iPhone 7
Hi there,
Have you tried erasing the bond from iOS settings? I find that sometimes bonding fails if the device is already bonded, for whatever reason.
Regards,
Carles
Hi there,
Have you tried erasing the bond from iOS settings? I find that sometimes bonding fails if the device is already bonded, for whatever reason.
Regards,
Carles
|
By
Carles Cufi
·
#4772
·
|
|
Different BLE pairing behaviors on iPhone 6 and iPhone 7
Hi everyone,
I’m trying to test the secured pairing with a NRF51 device by using an iPhone 6 and 7, and noticed different behaviors on different phones:
iPhone 7: secured pairing is always
Hi everyone,
I’m trying to test the secured pairing with a NRF51 device by using an iPhone 6 and 7, and noticed different behaviors on different phones:
iPhone 7: secured pairing is always
|
By
Li, Jun R
·
#4771
·
|
|
BLE slave pair/bond flow
Hi,
I am currently trying to map our current BLE GAP API to Zephyr BT API, but I find it a little bit unclear how the pairing/bonding flow is supposed to work on the slave side.
From the
Hi,
I am currently trying to map our current BLE GAP API to Zephyr BT API, but I find it a little bit unclear how the pairing/bonding flow is supposed to work on the slave side.
From the
|
By
Theis Orthmann Blickfeldt Jørgensen (TTJO)
·
#4770
·
|
|
Re: Documentation on bt_conn_auth_cb(...)
Thank you,
however it is not ideal that one should read/understand the SMP to understand when a given CB is expected to occour.
I have submitted the issue on GitHub.
\Theis
Thank you,
however it is not ideal that one should read/understand the SMP to understand when a given CB is expected to occour.
I have submitted the issue on GitHub.
\Theis
|
By
Theis Orthmann Blickfeldt Jørgensen (TTJO)
·
#4769
·
|
|
Re: Documentation on bt_conn_auth_cb(...)
Hi Theis,
They map directly to the authentication methods from the Security
Manager protocol.
The lack of documentation for these is indeed an oversight. Could you
open a github issue so we can
Hi Theis,
They map directly to the authentication methods from the Security
Manager protocol.
The lack of documentation for these is indeed an oversight. Could you
open a github issue so we can
|
By
Johan Hedberg
·
#4768
·
|
|
Documentation on bt_conn_auth_cb(...)
Hi,
I am trying to understand the GAP API for Zephyr Bluetooth Stack, and came across bt_conn_auth_cb(…). This callback function seems to be completely undocumented.
Anyone who know what the
Hi,
I am trying to understand the GAP API for Zephyr Bluetooth Stack, and came across bt_conn_auth_cb(…). This callback function seems to be completely undocumented.
Anyone who know what the
|
By
Theis Orthmann Blickfeldt Jørgensen (TTJO)
·
#4767
·
|
|
Re: Adding own Library to project
As far as I am able to understand your description, this is expected to work.
Perhaps you could share a minimal patch to an existing sample to demonstrate
when the linker error
As far as I am able to understand your description, this is expected to work.
Perhaps you could share a minimal patch to an existing sample to demonstrate
when the linker error
|
By
Sebastian Boe
·
#4766
·
|
|
Re: Adding own Library to project
Thanks a lot for your help. I have tried your suggested solution with the CMakeList. Unfortunately, this did not work for me. I got the linker errors as described in my initial mail.
Let me try to
Thanks a lot for your help. I have tried your suggested solution with the CMakeList. Unfortunately, this did not work for me. I got the linker errors as described in my initial mail.
Let me try to
|
By
König Patrick <Patrick.Koenig@...>
·
#4765
·
|
|
Re: [Zephyr-users] What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone)
#bluetoothmesh
#nrf52832
#ble
Hi Rajat,
This could be helpful
https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto
You've to make changes as per your Board design.
regards,
vikrant
Hi Rajat,
This could be helpful
https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto
You've to make changes as per your Board design.
regards,
vikrant
|
By
vikrant8051 <vikrant8051@...>
·
#4764
·
|
|
Re: How does the app get notified if authentication failed?
Hi Jun,
The second one is a bit ambiguous, since it'll also be called for
subsequent connections when the connection gets encrypted, even though
pairing is not in progress (it already happened over
Hi Jun,
The second one is a bit ambiguous, since it'll also be called for
subsequent connections when the connection gets encrypted, even though
pairing is not in progress (it already happened over
|
By
Johan Hedberg
·
#4763
·
|
|
compiling issue for nRF52840_PDK
Hi,
I am getting this error.
-- Selected BOARD nrf52840_pca10056
Zephyr version: 1.12.99
Parsing Kconfig tree in /home/vikrant/projects/zephyr/zephyr/Kconfig
Using
Hi,
I am getting this error.
-- Selected BOARD nrf52840_pca10056
Zephyr version: 1.12.99
Parsing Kconfig tree in /home/vikrant/projects/zephyr/zephyr/Kconfig
Using
|
By
vikrant8051 <vikrant8051@...>
·
#4762
·
|
|
How does the app get notified if authentication failed?
Hi,
In my BLE project, a passkey is required to access the NRF51 device; thus the callback functions of “struct bt_conn_auth_cb” were implemented to achieve secured paring. What I observed is
Hi,
In my BLE project, a passkey is required to access the NRF51 device; thus the callback functions of “struct bt_conn_auth_cb” were implemented to achieve secured paring. What I observed is
|
By
Li, Jun R
·
#4761
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan,
Which app you used for testing ?
Is it samples/boards/nrf52/mesh/onoff-app by adding persistent storage support ?
Could you please test it for PR:8296 by removing NVS from it ?
Thanks!!
Hi Johan,
Which app you used for testing ?
Is it samples/boards/nrf52/mesh/onoff-app by adding persistent storage support ?
Could you please test it for PR:8296 by removing NVS from it ?
Thanks!!
|
By
vikrant8051 <vikrant8051@...>
·
#4760
·
|
|
Re: Adding own Library to project
That is true, this way doesn't support adding a driver module into the application since the app doesn't directly call anything from the driver. I'm wondering why driver modules in zephyr directory
That is true, this way doesn't support adding a driver module into the application since the app doesn't directly call anything from the driver. I'm wondering why driver modules in zephyr directory
|
By
Li, Jun R
·
#4759
·
|
|
Re: Adding own Library to project
"Li, Jun R" <jun.r.li@...> wrote:
Well, this way of doing bears a whole of problems in some conditions.
While it works in probably most cases, including drivers in such a
library won't work.
"Li, Jun R" <jun.r.li@...> wrote:
Well, this way of doing bears a whole of problems in some conditions.
While it works in probably most cases, including drivers in such a
library won't work.
|
By
Patrick Boettcher <patrick.boettcher@...>
·
#4758
·
|
|
Re: Adding own Library to project
Hi Patrick,
If you still want to keep your library (module), another way you can do is to add your library as the link dependency for the application library (app) by the
Hi Patrick,
If you still want to keep your library (module), another way you can do is to add your library as the link dependency for the application library (app) by the
|
By
Li, Jun R
·
#4757
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Vikrant,
I understood what you meant. And those are the steps I followed. I used
Nordic's new iOS mesh app and used its "node reset" feature. Then I
reprovisioned and after that did a power-cycle.
Hi Vikrant,
I understood what you meant. And those are the steps I followed. I used
Nordic's new iOS mesh app and used its "node reset" feature. Then I
reprovisioned and after that did a power-cycle.
|
By
Johan Hedberg
·
#4756
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan,
I've completely removed NVS from my local project.
Even after that facing same issue.
If you provision & configure -> reset the board -> then it work as expected.
But I'm not talking
Hi Johan,
I've completely removed NVS from my local project.
Even after that facing same issue.
If you provision & configure -> reset the board -> then it work as expected.
But I'm not talking
|
By
vikrant8051 <vikrant8051@...>
·
#4755
·
|