Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello, we are creating a nordic peripheral using an nrf52832 and SoftdDevice S112 and SDK 16.0. We need to store quite a bit of data non-volatilely, at a fairly fast rate...
hi
im use nrf52840 as a gazell device which run the demo \nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_desktop_emulator\pca10056 ,and use nrf24lu1p
(\nrfready_desktop_2_v3...
I am porting a peripheral project from nRF51822 on SDK 11 to nRF52832 on SDK 15. Currently I'm using15.0, with S132 6.0.0. I used the template project for an initial pattern...
Haii i'm using Nordic nrf52840 with SDK 15.0.0 and soft device of s140
now my issues is i want to connect a four device to the central and there should be Bidirectional...
To establish a connection to a nRF51 Dongle I have recently following problem:
A J-Link Window “J-Link Window_Device Selection.png” appears and in the following Window ...
Hello everyone,
I'm developing a custom software with SDK 15.3, SD 132 6.1.1 following the ble_app_hrs example for supporting Peer_Manager and Encrypted Link.
This is...
Hello!
I am trying to get the old window application for the Power Profiler Kit v1.1 at https://www.nordicsemi.com/Products/Power-Profiler-Kit but the page is not available...
SDK Version : Mesh 4.0 & SDK_16.0 Software : Segger Embedded Studio
Hardware : 2 PCA10040 devices as a client and a server
System : Windows 7 Hi,
I want to send a string...
I am starting to get up to speed on nrf_crypto, but trying to understand under what scenarios would one choose between Oberon or micro-ECC backend ?
HW = nRF52832, SDK 16...
Hi all,
I am testing the OpenThread connection with 3 nodes at the present,
One is working as End-device with MTD (Minimal Thread Device) firmware others are FTD (Full...
Hi Support Team,
In reading this white paper,Section 3.5 Testing RF performance,
a colleague informed me that a test UICC which is provided by the LTE tester vendor say...
Hi All,
I'm using hci interface to scan the ble based beacons.
While scanning hci interface's Rx bytes keep on increasing because beacons are being scanned.
I'm using...