Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
I recently added bonding and authentication to my application. I have two characteristics with CCCDs and they are both broken. One characteristic is "protected" (requires...
Is there a standard/spec for the UUID used for provisionee devices?
I don't see anything in the mesh examples that indicates a standard UUID format is used.
It allows...
I am using an nRF52 DK with Soft Device 6.1.0 on a Windows platform.
I am trying to add a new BLE Service and calling function sd_ble_uuid_vs_add() but get NO_MEM error...
I am developing three different projects for the nRF51822 using SDK 12.3 and the app_uart_fifo code module. Details of the projects are as follows:
Project 1 - implemented...
I am attempting to run the mesh Light Switch example with a provisioner, client and a server in debug mode using the Segger SES. I am attempting to debug the server code on...
Hello everyone, the sdk version that I use is 15.0.
I'm trying to connect my nRF52832 (master) to an external SPI slave memory (N25Q) to write and read data. The problem...
Hi Everyone,
RFX2411N is used to extend signal coverage of NRF51822. Here are the configuration below:
Use radio notification to generate an interrupt
Use this interrupt...
Sir,
System notifications where enabled On my mobile but still I did not get any kind of notification from Eddyston Beacon-URL.I am using nRF52840. Is there anything such...
Hello!
My project programmed on the nRF52dk board.
Using the twi protocol for communication with other driver IC.
Below code is twi_init source.
---------------...
Hi,
I am trying to transition from nRF51822 to nRF52840. I have the PCA10056 board to help me with the transition. I was able to make the BLE work with the nRF51822 by flashing...
Hi
I would like to read values from three AD channels where I use different sampling frequencies and different number of samples are captured at each sampling frequency...
Hi all
Recently, I have been developing a BT module using nRF52810. However, the module couldn't communicate normally with STM32 via UART as the MCU keep rebooting. And...
I am using the BMD-350 in a new device that reads off of a sensor and changes the alert level in the IAS based on the value. Implementing the client on this peripheral, I...