I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...