|
Re: Zephyr secure connection example - samples/bluetooth/peripheral_sc_only
#bluetooth
When I enter incorrect password, a callback called 'pairing_failed' is triggered, but when I only cancel the pairing dialog, no 'pairing_failed' is triggered, therefore I cannot disconnect explicitly
When I enter incorrect password, a callback called 'pairing_failed' is triggered, but when I only cancel the pairing dialog, no 'pairing_failed' is triggered, therefore I cannot disconnect explicitly
|
By
Ivo
·
#3037
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Luca,
By
Jaxson Han <Jaxson.Han@...>
·
#3036
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi all,
I think this was my mistake, I refactored the pl011 code to use the new driver model and I missed that change!
So you can send a patch to fix it or I can send it, does GitHub has tags like
Hi all,
I think this was my mistake, I refactored the pl011 code to use the new driver model and I missed that change!
So you can send a patch to fix it or I can send it, does GitHub has tags like
|
By
Luca Fancellu <Luca.Fancellu@...>
·
#3035
·
|
|
Zephyr secure connection example - samples/bluetooth/peripheral_sc_only
#bluetooth
Dear all,
I am trying to develop an application on Nordic nrf52840_dongle utilizing bluetooth and Nordic Led Button Service. The application running on the dongle is supposed to notify button click on
Dear all,
I am trying to develop an application on Nordic nrf52840_dongle utilizing bluetooth and Nordic Led Button Service. The application running on the dongle is supposed to notify button click on
|
By
Ivo
·
#3034
·
|
|
Zephyr Support for Genesys2 FPGA Board
#driver
#api
My official project needs to have Zephyr on the Genesys2 Board. Kindly access the support.
I want to run this flow.
https://gitlab.com/incoresemi/os_ports/zephyr
Please help with Board Support
My official project needs to have Zephyr on the Genesys2 Board. Kindly access the support.
I want to run this flow.
https://gitlab.com/incoresemi/os_ports/zephyr
Please help with Board Support
|
By
marmiksoni007@...
·
#3033
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Ayan,
By
Jaxson Han <Jaxson.Han@...>
·
#3032
·
|
|
Process a module overlay file in addition to the ones in the regular places
#devicetree
#defconfig
Is there a way to get Zephyr to process an overlay file in a module directory (in my case an "extra module") in addition to the standard places it looks?
That is, without having to explicitly point to
Is there a way to get Zephyr to process an overlay file in a module directory (in my case an "extra module") in addition to the standard places it looks?
That is, without having to explicitly point to
|
By
yshragai.firmware@...
·
#3031
·
|
|
Re: Zephyr python netifaces install failure
Hi,
Please see https://github.com/zephyrproject-rtos/zephyr/issues/48584
For now, unless you need to work with the "Intel CAVS" platform, which
actually requires this dependency, my suggestion
Hi,
Please see https://github.com/zephyrproject-rtos/zephyr/issues/48584
For now, unless you need to work with the "Intel CAVS" platform, which
actually requires this dependency, my suggestion
|
By
Stephanos Ioannidis
·
#3030
·
|
|
Zephyr python netifaces install failure
I’m following the Zephyr getting started guide here:
https://docs.zephyrproject.org/latest/develop/getting_started/index.html
In the section “Get Zephyr and install Python dependencies”
I’m following the Zephyr getting started guide here:
https://docs.zephyrproject.org/latest/develop/getting_started/index.html
In the section “Get Zephyr and install Python dependencies”
|
By
W Kicinski
·
#3029
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Jaxson,
Many thanks for this. It worked. :-)
Will you send a patch for this fix ?
- Ayan
Hi Jaxson,
Many thanks for this. It worked. :-)
Will you send a patch for this fix ?
- Ayan
|
By
Ayan Kumar Halder <ayankuma@...>
·
#3028
·
|
|
Re: Does uart_pl011.c support non interrupt mode
Hi Ayan,
By
Jaxson Han <Jaxson.Han@...>
·
#3027
·
|
|
Does uart_pl011.c support non interrupt mode
Hi Zephyr Users,
When I try to compile with fvp_baser_armv8r_aarch32_defconfig and CONFIG_UART_INTERRUPT_DRIVEN=n, I get the following compilation
Hi Zephyr Users,
When I try to compile with fvp_baser_armv8r_aarch32_defconfig and CONFIG_UART_INTERRUPT_DRIVEN=n, I get the following compilation
|
By
Ayan Kumar Halder <ayankuma@...>
·
#3026
·
|
|
Re: Labels removed from Device Tree
For a node:
foo: my-node... {
label = "bar";
...
};
You may use device_get_binding("bar") or
DEVICE_DT_GET(DT_NODELABEL(foo)).
The DT_NODELABEL(foo) part may be changed
For a node:
foo: my-node... {
label = "bar";
...
};
You may use device_get_binding("bar") or
DEVICE_DT_GET(DT_NODELABEL(foo)).
The DT_NODELABEL(foo) part may be changed
|
By
Bolivar, Marti
·
#3025
·
|
|
Labels removed from Device Tree
Hello,
the commit dts: arm: st: Remove label property from devicetrees
has broken my code.
I used device_get_binding() with the string to the device label in the dts file.
What is the correct
Hello,
the commit dts: arm: st: Remove label property from devicetrees
has broken my code.
I used device_get_binding() with the string to the device label in the dts file.
What is the correct
|
By
Weiberg, Bernd
·
#3024
·
|
|
Re: Porting Host-only build with HCI SPI to another RTOS
#stm32
#nrf52840
#hci
#spi
If ST Micro uses custom HCI commands to create services then it means they are running both Host and Controller.
For a platform-neutral Host that can work with any standard HCI device (including
If ST Micro uses custom HCI commands to create services then it means they are running both Host and Controller.
For a platform-neutral Host that can work with any standard HCI device (including
|
By
Carles Cufi
·
#3023
·
|
|
Bluetooth Classic Audio A2DP
Hi,
We are developing a product that will transmit audio mixed between 2 tracks via Bluetooth.
We will use a Bluetooth module like this Lyra Series Bluetooth 5.3 Modules | Laird Connectivity or
Hi,
We are developing a product that will transmit audio mixed between 2 tracks via Bluetooth.
We will use a Bluetooth module like this Lyra Series Bluetooth 5.3 Modules | Laird Connectivity or
|
By
Daniel Felkar <daniel.felkar@...>
·
#3022
·
|
|
Re: Porting Host-only build with HCI SPI to another RTOS
#stm32
#nrf52840
#hci
#spi
Hi Carles,
I should be hitting Group Reply so the thread is captured. Apologies :)
it seems ST Micro (for their BlueNRG chipsets) uses custom HCI Vendor commands (ogf 0x3F) to create services so they
Hi Carles,
I should be hitting Group Reply so the thread is captured. Apologies :)
it seems ST Micro (for their BlueNRG chipsets) uses custom HCI Vendor commands (ogf 0x3F) to create services so they
|
By
valens.dsilva@...
·
#3021
·
|
|
Re: re-assembling large notification data
#ble
#bluetooth
Hi there,
BLE is fully reliable for GATT, and notifications are guaranteed to be delivered in sequence.
But what you really want is to configure your GATT MTU to the size of the data you want to
Hi there,
BLE is fully reliable for GATT, and notifications are guaranteed to be delivered in sequence.
But what you really want is to configure your GATT MTU to the size of the data you want to
|
By
Carles Cufi
·
#3020
·
|
|
Re: Porting Host-only build with HCI SPI to another RTOS
#stm32
#nrf52840
#hci
#spi
Hi there,
I am unclear as to what you are asking exactly, but I’ll give it a go.
If your question is whether porting Zephyr code to another RTOS is easy, the answer is: generally it is not,
Hi there,
I am unclear as to what you are asking exactly, but I’ll give it a go.
If your question is whether porting Zephyr code to another RTOS is easy, the answer is: generally it is not,
|
By
Carles Cufi
·
#3019
·
|
|
Re: re-assembling large notification data
#ble
#bluetooth
Hello Jeremy,
Thanks for the detailed information. I will have a look at the packet encoding library.
Regarding reordering of notifications, for the time being i think just ignore the scenario n maybe
Hello Jeremy,
Thanks for the detailed information. I will have a look at the packet encoding library.
Regarding reordering of notifications, for the time being i think just ignore the scenario n maybe
|
By
Alok Sethi <alok.sethi1@...>
·
#3018
·
|