|
Using device's HW crypto module with zephyr OS
#nrf52-pca10040
#crypto
Hi, I tried figuring out how to use the HW AES module on my device (nrf52 dk) with zephyr OS, but I didn't find any example and didn't manage to understand the crypto API and how to use it. I would li
Hi, I tried figuring out how to use the HW AES module on my device (nrf52 dk) with zephyr OS, but I didn't find any example and didn't manage to understand the crypto API and how to use it. I would li
|
By
mdl.mailme@...
· #1977
·
|
|
NRF52 and timing - actual state and what functions to use?
#nrf52-pca10040
Hi Martin, Nrf52832 has 3 RTC's. RTC0 is used for Bluetooth, RTC1 for system clock and RTC2 is usually available for application. You can use RTC2 with counter driver API (see counter.h). Then you can
Hi Martin, Nrf52832 has 3 RTC's. RTC0 is used for Bluetooth, RTC1 for system clock and RTC2 is usually available for application. You can use RTC2 with counter driver API (see counter.h). Then you can
|
By
Chruściński, Krzysztof
· #1841
·
|
|
NRF52 and timing - actual state and what functions to use?
#nrf52-pca10040
Dne 06.01.2020 v 18:31 Andy Ross napsal(a): is it 1000ms timeout = 33 cycles, or 1ms timeout = 33 cycles? This is acceptable for short-term timeouts. When this gets into 2.2, can I use "k_uptime_ticks
Dne 06.01.2020 v 18:31 Andy Ross napsal(a): is it 1000ms timeout = 33 cycles, or 1ms timeout = 33 cycles? This is acceptable for short-term timeouts. When this gets into 2.2, can I use "k_uptime_ticks
|
By
Martin Kozusky
· #1837
·
|
|
NRF52 and timing - actual state and what functions to use?
#nrf52-pca10040
Periodic k_timer's do not work in fractional ticks, no. If you schedule a 1000ms timeout it will be rounded up internally to exactly 33 hardware cycles, and that process will repeat each cycle. So you
Periodic k_timer's do not work in fractional ticks, no. If you schedule a 1000ms timeout it will be rounded up internally to exactly 33 hardware cycles, and that process will repeat each cycle. So you
|
By
Andy Ross
· #1836
·
|
|
NRF52 and timing - actual state and what functions to use?
#nrf52-pca10040
Hi, I understand that there are some problems because of 32768Hz RTC (I am now using NRF52-DK and want to use NRF52832 in my new HW) as referenced here: https://github.com/zephyrproject-rtos/zephyr/is
Hi, I understand that there are some problems because of 32768Hz RTC (I am now using NRF52-DK and want to use NRF52832 in my new HW) as referenced here: https://github.com/zephyrproject-rtos/zephyr/is
|
By
Martin Kozusky
· #1835
·
|
|
NRF52 and timing - actual state and what functions to use?
#nrf52-pca10040
Hi, I understand that there are some problems because of 32768Hz RTC with NRF52832 as referenced here: https://github.com/zephyrproject-rtos/zephyr/issues/9904 , there are some already merged PRs (lik
Hi, I understand that there are some problems because of 32768Hz RTC with NRF52832 as referenced here: https://github.com/zephyrproject-rtos/zephyr/issues/9904 , there are some already merged PRs (lik
|
By
Martin Kozusky
· #1834
·
|
|
Retrieve Mesh Proxy Data Out
#bluetoothmesh
#zephyrbluetoothmesh
#nrf52-pca10040
Hi Paul, You need to configure proxy filtering to tell the proxy what addresses your proxy client is interested in. See section 6, and 6.4 in particular in the Mesh Profile Specification. There are ma
Hi Paul, You need to configure proxy filtering to tell the proxy what addresses your proxy client is interested in. See section 6, and 6.4 in particular in the Mesh Profile Specification. There are ma
|
By
Johan Hedberg
· #1634
·
|
|
Retrieve Mesh Proxy Data Out
#bluetoothmesh
#zephyrbluetoothmesh
#nrf52-pca10040
Hi, I'm putting this message up, if by any chance someone have an idea or may help me. I also tried to implement a GATT service to see if I was able to receive notifications on nrfConnect, but had no
Hi, I'm putting this message up, if by any chance someone have an idea or may help me. I also tried to implement a GATT service to see if I was able to receive notifications on nrfConnect, but had no
|
By
paul.leguennec@...
· #1632
·
|
|
Retrieve Mesh Proxy Data Out
#bluetoothmesh
#zephyrbluetoothmesh
#nrf52-pca10040
Hi, I have a proxy node that receives messages from my mesh network, and I'm trying to retrieve the Mesh Proxy Data Out, in order to read mesh messages and in the future use them in an application. I
Hi, I have a proxy node that receives messages from my mesh network, and I'm trying to retrieve the Mesh Proxy Data Out, in order to read mesh messages and in the future use them in an application. I
|
By
paul.leguennec@...
· #1569
·
|
|
COAP Client and server examples over BLE
#nrf52-pca10040
#ble
Hello, I have been trying to use COAP server and client examples over BLE for the last few days but not able to communicate between server and client. I will be grateful if I get help me with the foll
Hello, I have been trying to use COAP server and client examples over BLE for the last few days but not able to communicate between server and client. I will be grateful if I get help me with the foll
|
By
...
· #1204
·
|
|
SPI slave support for nRF52-PCA10040
#nrf52-pca10040
#spi
I am not an expert on SPI, but shouldn’t you enable this: https://github.com/zephyrproject-rtos/zephyr/blob/master/drivers/spi/Kconfig#L25 In your .conf: CONFIG_SPI_SLAVE=y
I am not an expert on SPI, but shouldn’t you enable this: https://github.com/zephyrproject-rtos/zephyr/blob/master/drivers/spi/Kconfig#L25 In your .conf: CONFIG_SPI_SLAVE=y
|
By
Carles Cufi
· #1062
·
|
|
SPI slave support for nRF52-PCA10040
#nrf52-pca10040
#spi
Hello at all, i am trying to configure a nrf52-PCA10040 board to act as Slave for SPI but i am running into an issue. When i try to setup the spi device as slave as shown at the end of the post, the s
Hello at all, i am trying to configure a nrf52-PCA10040 board to act as Slave for SPI but i am running into an issue. When i try to setup the spi device as slave as shown at the end of the post, the s
|
By
...
· #1061
·
|