|
Re: Bluetooth Multiple Central Connections
Hi Carles,
It doesn't solve the second issue. I am doing more investigation on that issue right now.
Cheers,
Daniel
Hi Carles,
It doesn't solve the second issue. I am doing more investigation on that issue right now.
Cheers,
Daniel
|
By
Daniel Widmann
·
#4723
·
|
|
Re: Bluetooth Multiple Central Connections
Hi Daniel,
Can you confirm that this fixes both issues you described in your original email_
Thanks,
Carles
Hi Daniel,
Can you confirm that this fixes both issues you described in your original email_
Thanks,
Carles
|
By
Carles Cufi
·
#4722
·
|
|
Re: Bluetooth Multiple Central Connections
Hi Luiz,
Thanks for pointing me to the bt_att_req. I used the same bt_gatt_write_params for both connections, which caused the issue. I use exactly the same GATT parameters for both connections so I
Hi Luiz,
Thanks for pointing me to the bt_att_req. I used the same bt_gatt_write_params for both connections, which caused the issue. I use exactly the same GATT parameters for both connections so I
|
By
Daniel Widmann
·
#4721
·
|
|
Re: [Zephyr-users] is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#bluetoothmesh
#ble
Hi Vikrant,
Advertising on Coded PHY needs the implementation of Extended Advertising feature of BT V5.0. This feature has not been implementation, only a initial effort was attempted.
That said, any
Hi Vikrant,
Advertising on Coded PHY needs the implementation of Extended Advertising feature of BT V5.0. This feature has not been implementation, only a initial effort was attempted.
That said, any
|
By
Chettimada, Vinayak Kariappa
·
#4720
·
|
|
is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#bluetoothmesh
#ble
Hi,
http://blog.bluetooth.com/exploring-bluetooth-5-going-the-distance
Is concept of, LE Codded PHY present in current Zephyr implementation to increase range
between two #BluetoothMesh Nodes ?
What
Hi,
http://blog.bluetooth.com/exploring-bluetooth-5-going-the-distance
Is concept of, LE Codded PHY present in current Zephyr implementation to increase range
between two #BluetoothMesh Nodes ?
What
|
By
vikrant8051 <vikrant8051@...>
·
#4719
·
|
|
Re: build zephyr samples/hello_world on WSL reporting error
Hi there,
This is a bug introduced to WSL recently, so there’s nothing we can do on the Zephyr side except wait for Microsoft to fix it. You can downgrade your WSL in the meantime. For more
Hi there,
This is a bug introduced to WSL recently, so there’s nothing we can do on the Zephyr side except wait for Microsoft to fix it. You can downgrade your WSL in the meantime. For more
|
By
Carles Cufi
·
#4718
·
|
|
build zephyr samples/hello_world on WSL reporting error
I'm using WSL (Ubuntu on Windows)
I setup build environment as "Getting Started Guide" said, and build samples/hello_world demo app,but cmake reporting error, the error message
I'm using WSL (Ubuntu on Windows)
I setup build environment as "Getting Started Guide" said, and build samples/hello_world demo app,but cmake reporting error, the error message
|
By
XIVN1987@...
·
#4717
·
|
|
Re: Bluetooth Multiple Central Connections
Hi Daniel,
+ Luiz, Johan, Vinayak
Yes, multiple peripherals is supported and what you describe sounds like a bug.
Can you let us know what board you are using and also which Zephyr version?
Hi Daniel,
+ Luiz, Johan, Vinayak
Yes, multiple peripherals is supported and what you describe sounds like a bug.
Can you let us know what board you are using and also which Zephyr version?
|
By
Carles Cufi
·
#4716
·
|
|
Bluetooth Multiple Central Connections
Hi,
I am trying to build a BLE device that connects to multiple peripherals at the same time. Is this currently supported? Has anybody tried this recently?
I tried but it's not very stable:
* When I
Hi,
I am trying to build a BLE device that connects to multiple peripherals at the same time. Is this currently supported? Has anybody tried this recently?
I tried but it's not very stable:
* When I
|
By
Daniel Widmann
·
#4715
·
|
|
Re: Mbedtls_pk_verify error
I’m not sure exactly what is wrong, but I can spot numerous buffer overflows just by looking through the code. For example, in verify_signature, you’re calling:
snprintk(b1, sizeof(1),
I’m not sure exactly what is wrong, but I can spot numerous buffer overflows just by looking through the code. For example, in verify_signature, you’re calling:
snprintk(b1, sizeof(1),
|
By
David Brown
·
#4714
·
|
|
Mbedtls_pk_verify error
I developed a http_client app and that app receives a signature (BASE64), that signature is made with a hash(sha256) of the string data and the private key. At my app, I catch my public key and call
I developed a http_client app and that app receives a signature (BASE64), that signature is made with a hash(sha256) of the string data and the private key. At my app, I catch my public key and call
|
By
christian tavares
·
#4713
·
|
|
Re: [Zephyr-users] Segger RTT support
Hi Marcio,
Can you try adding:
CONFIG_UART_CONSOLE=n
to your prj.conf?
More info here:
http://docs.zephyrproject.org/tools/nordic_segger.html#rtt-console
Regards,
Carles
Hi Marcio,
Can you try adding:
CONFIG_UART_CONSOLE=n
to your prj.conf?
More info here:
http://docs.zephyrproject.org/tools/nordic_segger.html#rtt-console
Regards,
Carles
|
By
Carles Cufi
·
#4712
·
|
|
Segger RTT support
Hi all,
I am trying to setup my nrf51 project to use Segger RTT console.I am compiling last version of Zephyr but any previous version can be used.
My nrf51 hardware is ok and I can use RTT on Keil
Hi all,
I am trying to setup my nrf51 project to use Segger RTT console.I am compiling last version of Zephyr but any previous version can be used.
My nrf51 hardware is ok and I can use RTT on Keil
|
By
Marcio Montenegro
·
#4711
·
|
|
Re: Bluetooth Mesh Provisioning with Zephyr
Hi Johan,
Ok.
By
vikrant8051 <vikrant8051@...>
·
#4710
·
|
|
Re: Bluetooth Mesh Provisioning with Zephyr
Hi Vikrant,
Wouldn't it be simple to add BT_SETTINGS support to mesh/onoff-app as
well? Could you send a PR for that?
Johan
Hi Vikrant,
Wouldn't it be simple to add BT_SETTINGS support to mesh/onoff-app as
well? Could you send a PR for that?
Johan
|
By
Johan Hedberg
·
#4709
·
|
|
Re: Bluetooth Mesh Provisioning with Zephyr
HI Ryan,
zephyr/samples/boards/nrf52/mesh/onoff-app
do not save provisioning & configuration on SoC flash. Since persistent storage not yet enable in it.
You may be reseting device after
HI Ryan,
zephyr/samples/boards/nrf52/mesh/onoff-app
do not save provisioning & configuration on SoC flash. Since persistent storage not yet enable in it.
You may be reseting device after
|
By
vikrant8051 <vikrant8051@...>
·
#4708
·
|
|
Re: Bluetooth Mesh Provisioning with Zephyr
Hi again Ryan
I checked again the behavior of NordicnRF Mesh Android version. The provisioner support “Numeric OOB authentication and static authentication”. The Zephyr onoff-app uses Output
Hi again Ryan
I checked again the behavior of NordicnRF Mesh Android version. The provisioner support “Numeric OOB authentication and static authentication”. The Zephyr onoff-app uses Output
|
By
Zou, Jun Qing
·
#4707
·
|
|
Re: Bluetooth Mesh Provisioning with Zephyr
Hi Ryan,
At the moment, you can use the Silicon Labs app in Google Play to provision the node.
Nordic has nRF Mesh app in AppStore and Google Play, but both need some further work for Zephyr Mesh
Hi Ryan,
At the moment, you can use the Silicon Labs app in Google Play to provision the node.
Nordic has nRF Mesh app in AppStore and Google Play, but both need some further work for Zephyr Mesh
|
By
Zou, Jun Qing
·
#4706
·
|
|
Re: Cellular Modem support
Hello Ryan (and Paul),
I updated the WCN-M14A2A LTE-M modem driver PR today:
https://github.com/zephyrproject-rtos/zephyr/pull/6344
There are quite a few "things-to-do", but it's nice as a
Hello Ryan (and Paul),
I updated the WCN-M14A2A LTE-M modem driver PR today:
https://github.com/zephyrproject-rtos/zephyr/pull/6344
There are quite a few "things-to-do", but it's nice as a
|
By
Michael Scott
·
#4705
·
|
|
Re: Bluetooth Mesh Provisioning with Zephyr
Thanks for the recommendation for the Silicon Labs application. I downloaded it about 15 minutes ago and gave it a shot.
I provisioned one board (an NRF52832) as the switch, and another board (an
Thanks for the recommendation for the Silicon Labs application. I downloaded it about 15 minutes ago and gave it a shot.
I provisioned one board (an NRF52832) as the switch, and another board (an
|
By
Ryan Moeller <ryan.moeller@...>
·
#4704
·
|