I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Hello,
We found that the nrf52840 cannot properly pull the CS pin high to get the MX25R64 into DPD. The SDK version is nrf connect SDK V2.0.0. The macro CONFIG_PM_DEVICE...
Hi,
We have an application where we need to broadcast data at a high throughput from a central (e.g. iPad) to multiple peripherals (e.g. nRF52833).
We believe that broadcast...
Our project requires the use of the ARM PSA interfaces. However, we are only using a limited set of functionality listed below
AEAD Chacha20-Poly1305 encryption
SHA512...
We are trying to improve code coverage and do more unit tests but run into slowdowns due to always building zephyr for the tests. What is the recommended way (from Nordic...
Hi, We are trying out some configurations for building and implementing Immutable Bootloader with Second stage upgradeable bootloader MCUboot. We are building the bootloader...
Hi Nordic
How to find match case of a keyword or sentence in whole solution at VS code?
Before ncs v2.0.0, we had option to select SES IDE to find match case.
However...
Hi,
I'm using one board with nrf52832 and sdk 15.3.0,and alter the ble_app_mult_uart_c example as ble center ,there is another ble device(ble addr 4C :42 :44 :49 :43 :4A...
I would like to start advertising after BLE connection disconnected. But ble_advertising_start() return errCode 0x8.
static void ble_evt_handler(ble_evt_t const* pBleEvt...
Hi all. I am fairly new to zephyr so I apologize for any "noob" errors i seem to present. I have been working with nrf52 dk board and have been able to accomplish many things...
Hi guys,
I am trying to interface nrf52832 with PMIC(BQ25121). I have earlier interfaced PMIC with nrf52832 successfully, and I am using the same code. However this time...
Hi,
During some FW testing, a colleague of mine managed to break the NVS filesystem. I am using the MX25 Flash device with NVS library. I have no idea what exactly happened...
I have moved to the latest version of Segger Embedded Studio, and am now getting a runtime error, returning error code 0x4033 from the following line:
It works in debug...
Connection issues from iOS and Android mobile apps.
When our nRF52833 devices are in connectable mode, sometimes iOS app and Android apps face issues in establishing connection...