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...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi, Nordic
I know when I program one BLE app, softdevice should be needed.
If I program esb/gazell app, softdevice is not needed.
I want to know, when I program one...
Hi, Nordic
I want to add BLE DFU service in my own app, so that the nRF52 can operate BLE DFU.
I only modify 2 places:
static void services_init(void) --> init ble_dfu_init_t...
Hi,Nordic
I am working for BLE_DFU, on SDK 12.1 and SoftDevice s132.
I checked, I should add below code in ble_dfu.c
char_md.char_props.write = 1;
Then I added...
Hi, Nordic
I check SDK13.0 bootloader_secure sample, it do not work
nrfjprog download bootloader_secure
use nRF Connect app in Android mobile phone to...
Howdy!
I have to admit that after about 2 weekes of fight i finally made some progress with NRF51. Afterall i can upload my own program to chip so it changes leds on NRF51...
I get an error when trying to pair to a peripheral in nRF connect v1.0 on Linux.
I have two nRF-DK v1.1.0 (pca10040), one is the adapter that is connected to nRF Connect...
After flashing softdevice, the ble_advertising_evt_handler_t doesn't get called, only after flashing the program for the 4th time.
/**@brief Function for initializing advertising...
When I connect the nordic ID stix to my android tablet using the micro-USB to USB cable, the nordic ID stix doesn't appear green light on it. Is it need to install any driver...
I would like to dynamically change bluetooth LE advertising interval. I am using nRF51 and nRF52, with SDK's 8 and 12. Is that possible and how to do it?
Our application...
Good day everyone,
I would like to utilise the nRF52832 BLE chip in an application that requires radio communication between a master and slave. The slave needs to be powered...
Hi everyone,
I am using LPCOMP in rFF58122.
When coosing the reference voltage, I have to fill the structure nrf_drv_lpcomp_config_t with the hal nrf_lpcomp_config_t that...
Hello, I try to add TWI function in my project (uVision5) so I add this modules with 'Manage Run-time Environement':
nrf_drv_twi
nrf_twi
app_twi
and I get...
hi
I have a problem in integrating a 1.8V GSM modem with nRF52832 through UART. nRF52832 supplied with 3.3V and there is a voltage divider that covert 3.3V to 1.8V in the...
hello....
Nrf 52832 does not work.
With a newly developed board,
Programming with nrfgo studio and J-link is not possible.
It feels like it does not have a good reset...
I'm looking for an example code of central role which can run on nRF52 DK.
I want to check if it is possible for nRF52 DK to send a LL_CONNECTION_UPDATE_REQ PDU to slave...