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...
Is there a way to increase the size of the random number pool, and does the pool refresh periodically, or is there a way to manually trigger a refresh of the pool.
Our application...
Hello Nordic Semiconductor team,
I read about the new softdevice S132 v4.0.2, it says that "Concurrent central, observer, peripheral, and broadcaster roles with up to twenty...
I connected a Classic Bluetooth Device on my PC through by Bluetooth.
1-)I saw this message:
That means "Bluetooth Services Configuring"
2-)I saw this in device...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1.
I made boot secure and application as below.
boot.hex, application.hex
Then I made setting file as below.
nrfutil...
Hi. I'm using nRF51822AC, SDK12.2.0.
I just started trying priphral function which provides multi link(Max. 8 links).
Which example code can I refer?
I hope your...
I have a scenario in which hundreds of beacons are advertising. I want to know whether an observer can observe all the beacons or not. I have done a lot of search on this...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello!
I'm having trouble adding vendor specific UUID and configuring the memory. My service will require 3 vendor specific 128 bit UUID. One for the service and two for...
Hello,
I would like to make use of an Adafruit sensor Adafruit_TSL2591 connected to my nrf52 through the TWI interface. I have seen the example TWI master device, in that...
Hi,
My apology if this question has been answered. I wonder if >2mA current draw for an APP with the following design considered normal consumption?
Custom GATT profile...
Hi,
I'm using the UART to talk to a radio module with sdk 12.1 on nrf52.
I'm seeing frequent UART errors, where the event handler is called with event type APP_UART_COMMUNICATION_ERROR...
Some of you may be using the ARM compiler that Nordic provides with SDK 13.0. I was not able to install it on my PC as it does not want to install since it sees another other...
SDK 13.0.0
nrf_soc_nosd/nrf_nvic.h has this header guard:
#ifndef NRF_SOC_H__
#define NRF_SOC_H__
This means you couldn't include nrf_soc.h after including nrf_nvic...