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 am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
I am inquiring about the range of the nRF52840 USB dongle. I see a meandering antenna on the PCB. This is different from the DK's and am wondering if the meandering antenna...
Hello,
I'm trying to quickly prototype a BLE radio tester and was thinking of trying to use the nRF52840 Dongle as the BLE central to simply pair and read a couple of basic...
Hello,
I have two nrf52832 own boards. First is BLE_central receiver, second is BLE_peripheral transmiter.
SDK 15, SD-140.
I need to pair specyfic transmiter with specyfic...
Hi Sirs:
I am trying to change a characteristic property from "notify" to "indicate".
And the example I used was SDK15-> ble_app_uart .
I have ref these document:
...
Hi,
I'm trying to implement the buttonless DFU service example for SDK 12.3.0 into my own project, but when I call ble_dfu_init my compiled .hex file becomes 10 kb larger...
Hi,
I am working on SDK-14.2 and after execution of code i get this two error mention below.
sd_ble_cfg_set() returned : Unknown issue when attempting to set BLE_CONN_CFG_GAP...
Hi I have implemented a controller device using nRF52832. The controller device is installed in an industrial control box where it is used to control relays that subsequently...
Hi,
This question might be a little bit off, but not to far off for this forum I hope.
I am considering the nRF52840 Dongle to gain a better understanding of a issue...
Hi guys,
I need to get MAC address of my device and put it into characteristic? Is it possible? And maybe someone can tell how to implement this?
Regards,
Konstant...
Hi:
I use heart_rate_collector project in pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/heart_rate_collector/main.c )to connect...
Hello,
we are studying component base for development Wireless Hearing Aid device.
trying to understand limitations and capabilities of your nRF51822 SoC.
1. Can...
When test the current in the WFE state.
If not use the DMA, the current is not exceed 0.1mA. And when have used the DMA, the comsumption is very high , the current is about...