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...
Hi,
I would like to know which is the difference between using a Softdevice or not.
Looking at the blinky example, the two versions are provided. The "main.c" file is...
I am looking into learning how to program the nrf52 with the nrf52-dk. I have been programming AVR and ARM-M0 for a couple of years now. I am familiar embedded programing...
I am trying to take the ble_uart code and encapsulate it , so I took all the code and put it into another C file I made.
Then from the main.c program I call a function...
I am trying to add the example in examples\peripheral\pwm_library to another project to get pwm working. In the other project I have included all necessary stuff but I get...
Hi guys. I am struggling to get buttonless DFU to work in my owm application. I am using SDK12.2 with gcc on a pca10040 board with S132.
I have successfully followed this...
hello,i am using nrf52 dk, & am working on bluetooth uart & looking for data is send from mobile to nrf52 dk board. i am having examples of data is sending from board to mobile...
Hello, I am using nrf52DK and programming it using keil 5 trail version. It has memory limitation, if the code exceeds the size it shows error. Can you please suggest me any...
It is very inconvenient to modify the makefile and the project explorer at the same time each time I add a new module(~.c) in the eclipse.
So I want to use eclipse managed...
Hate to ask this question here, and I have seen the other threads , but I am hoping to buy a small quantity of nRF52840-QIAA engineering samples (just the chip - not the PDK...
I've been using the nRF connect app to evaluate and test custom services that I'm building on the nRF52832 (Raytech module). Everything has been working great and the manufacturer...
Hello,
I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0, and trying to create an interrupt event on wake up from system off by pressing BSP_BUTTON_0...
Hello,
I want to generate different UUID for service and for characteristics with different base address for both.
I am updating base address in characteristics_add...
8Q BTLE issue.pcapng BTLE connection failure.log
Hi guys,
We have an issue with some iOS devices that are disconnecting with reason 0x08, the connection timed out. The...
I have used NRF52840 and SDK 13.0.0. Module SPIM.
Nrf driver does not support frequency more then 8 MHz(enum does not have constants for 16MHz and for 32MHz).
But I have...
Hi,
I tried to use fstorage to store some data in flash.
From now, I was able to read and write data before advertising starts, but when I try to write data to flash after...