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 all,
the sensor is selected and so far powered via an external power supply, while the nrf52dk is powered via the USB, however, I am not sure how to properly organize...
Dear ,
I am using the nRF52833-DK development board with the NCS1.7.0 SDK.
Recently I just found that when clicking the flash option in the vscode, the IDE only builds...
Hi,
I'm using the saadc and I notice that the max value that saadc can convert is 3,3V. If I try to convert an higher value, the result has no sense. For my project, I need...
Currently I am working on a open thread project.
Right now I am facing an issue in which my board/code is getting reset every time after I have done some changes in my previous...
Hello,
Currently In customized PCB board, nRF52832 is connected to both HFCLK(32MHz) and LFCLK(32MHz).
It takes up too much space. So HW engineer asked me to consider...
Hello. I have a device that connects to desktop app through usbuart-to-ble converter and I'm trying to simulate it using nrf52832. I've started from ble_blinky example using...
Dear,
Based on the material ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf5340%2Fqspi.html ), Encryption should be enabled independently for XIP and EasyDMA...
I want to use mcuboot together with LittleFS/NVS and a custom partition foo with my own flash storage routines. It works as long CONFIG_BOOTLOADER_MCUBOOT= n.
But with CONFIG_BOOTLOADER_MCUBOOT...
Hello,
I just received an nRF21540 EK, I am trying to use it on my current hardware which is only for scanning beacons (won't transmit) so need use it as LNA in the received...
Hi everyone. I have to turn off the bluetooth module to save battery. I am using the SDK example "ble_app_template_pca10056_s140". To start the advertisement I use the "ble_advertising_start...
project set up: Development board used nrf52832 ,SDK 15.0 ,SEGGER 5.10
actually i want to read data string from ESP32 using nrf52832 via UART (RX,TX) and send it to nrf...
Hello All,
We are using Power Profilier Kit 2 for measuring the current consumption of our device.
We Start the measurement at 14:16 PM. after 1 hour and 39 minutes (at...
HI,
we are working with
nRF5 SDK v15.2.0 ------------------------ Release Date: Week 37, 2018
Our use-case has a central device, which has 7 to 10 peripheral connected...