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...
Hi ...
i want to change the device name dynamically, i read my questions related to it , still not working . Here , gap_param_init i have set the flag to change the device...
To the kind attention of Nordic support team,
I have got a
1. PCA10040 board, with ble secured bootloader installed
2. PCA10056 that I usually work with every day, these...
Hi,
I'm using direct advertising in order to connect to mobile devices which were already connected to my nrf device. After the first connection, I save the mobile address...
Could it possible to reduce INIT and ADVERISE times ?
What is normal startup time for nrf52832 init peripheral for advertising?
What is the minimum possible advertising...
In the OPS register description, as well as in the files modules/hal/nordic/nrfx/mdk/nrf5340_application.h and nrf5340_network.h the HFCLKAUDIOALWAYSRUN register is incorrectly...
Hi Guys,
I'm looking for some information on how to get data from the secure side to the non-secure side of the firmware. We are building an NB-IoT GPS tracker which is...
Hi,
Is it possible to change the security option of characteristic read or write?
For example , we initial the characteristic as JUST_WORK? Then change it to SEC_OPEN...
I have adapted the " nrf52-mpu-easydma-using-timers-and-drivers " project from Github that I saw referenced in another post and have successfully modified it to work with...
Hi, We are using the heart rate example for developing our firmware, where we plan to send data out every 15 mins. But when we try to increase the advertisement interval beyond...
Hello Nordic Team,
Currently i'm trying to join my custom HID (a joystick) with the ble_app_hrs_rscs_relay example (SDK 16) for a personal project which consist in: a nrf52832...
Dear Nordic,
I am trying to create a simple interface between my PC with Windows and using PyUSB (since it is a simple wrapper, using libUSB as backend) and the nRF52840...
Hello,
We have an old working product which is developed in nRF5 SDK v11.0.0. We want to add nfc type 4 tag part in our product.
In SDK 11 there is only support for nfc...
I am looking to understand the state of a pin after calling nrfx_saadc_channel_uninit(channel);
Does it simply return to the last configuration state of the GPIO or something...
Hello, I am using a nRF51822 chip to communicate with a sensor. The sensor continuously outputs its reading via UART every couple of seconds. This is what I am currently doing...