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...
In your "Configuring build types" guide you specify "ZDebug" and "ZRelease" build types, but do not explain why these are used instead of the standard CMake "Debug" and "Release...
I'm trying to better understand application of %XUSIMLCK. Can we use this to prescribe a list of preferred carriers, for instance through the PN facility - network personalization...
Having trouble calling ble_stack_init in SDK 17.0.2 with s140 7.2.
The application compiles but hangs up on the error check after nrf_sdh_enable_request and outputs garbage...
I am referring to this documentation on Message Sequence charts . I am working on the sample example of BLE secure DFU bootloader , on the SDK v17.0.2 , softdevice S132
...
I have the NRF5340-DK development kit to calculate AOA. However, I need an antenna to do this. Do I have this antenna in Nordic or can I find a compatible antenna. How can...
Dear Members,
I want to use libuarte with ANT and softdevice,
When I initialize libuarte,
The app keeps restarting by itself.
I commented out
//err_code=nrf_drv_clock_init...
I have seen that some other ppl had a similar problem, but I couldn't figure out in the posts how to resolve the error in the title.
The issue is following: I have to use...
How can I display the beacon signals receiving from nordic thingy 52 at my device? Please suggest if I can display the same using UART data and if yes then how to display...
I am attempting to install the nRF Connect SDK on my CentOS 8 machine. It looked like it installed correctly, but when I attempt to load the zephyr sample "Hello World" in...
Hi,
I'm trying to build the bluetooth/peripheral_uart sample in NCS (version 1.5.0-rc1) and was surprised to see that it requires more than the 24K SRAM available on the...
I'm evaluating the nRF5340 for a small-scale initial project at first. We want to use Bluetooth LE (long range). We don't want the hassle and expense of Bluetooth certification...
Note: I am currently using version 2.4.2 of the BLE Desktop application and the NRF52832.
I'm working a peripheral device that has about 800 uC of energy that can be stored...