Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
Hi,
What all the parameters should store in non volatile memory for BLE operations?. Does specification mandates some parameters should load in controller?. What are different...
Based on documentation included in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades I am attempting to get DFU working on the following...
I've got several problems but they are all linked more or less with the power profiler.
All devices I have are nRF52840 dk. The code is written with Zephyr but I doubt it...
Hi Everyone We are using nrf52840 for our custom PCB along with QSPI memory. We are using W25Q128FV as our qspi memory chip.
This function mentioned below is used to initlaize...
Hi,
I want to read and write the data from IS25LP064A NOR flash with QSPI. I am using the QSPI example from SDK v16. Please let me know how to get started with QSPI in order...
Hi,
I am wanting some information about any guarantees on the ordering of queued notifications and indications. According to https://devzone.nordicsemi.com/f/nordic-q-a...
SoC nrf52840, nrf connect SDK v1.4.2
we have a board with 3 sensors connected with independent SPI interfaces. after porting the code to ncs v1.4.2 from v1.2.0 the SPI communication...
Hi ...
I am getting the occasional error NRFX_TWI_EVT_BUS_ERROR being reported from the twi_irq_handler()
You can see in the following code snippet from this function...
I am using SDK17, nRF52840 based custom board and SoftDevice 7.2.0 with SES.
I want to use SDK's secure bootloader (pca10056_s140_ble) with my own keys.
To enter to...
Hi,
I have used a Custom board using nrf52832. It follows some procedures. After that, it needs to get into sleep mode for a time which was sent from the app
I use the SEGGER Embedded Studio for ARM IDE to build a clean build directory. From the IDE I can build the project and it completes successfully.
So I then take the same...
We have a product that uses a module containing NR52832 and also both 32kHz and 32MHz crystals. This has been operating correctly and is in full scale production.
On our...
Hi,
I'm having some difficulty debugging an issue with the mqtt library on the nrf9160dk.
I have written my own Cmqtt library class that wraps the Zephyr mqtt library...
Dear ,
On Windows 10 Bluetooth add a device,
Why SDK_17_0_2 Example does Bluetooth be disconnect immediately after pairing
(Use about \nRF5_SDK_17_0_2\examples\ble_peripheral...