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...
Hi everyone,
I'm using SDK 12.2 on nRF51822. Trying to get the buttonless dfu app example to work.
Here's what I do:
Compile buttonless dfu app.
Generate settings...
Hi,
I'm new to python and also the NRF51 dongle. I need to build a python script to connect my NRF51 dongle to a BLE device without using Master Control Panel. I tried using...
Hello,
i a have a problem debugging application with bootloader installed. I work with GCC for the application.
What is happening is the following:
If i program application...
Hi,
i used the SPIM example to create a connection with my ads1256. on my breadboard it worked properly. now i switched to a layouted board and every SPI pin is working...
Hi all,
I am using a J link to program a NRF52 via keil. It is successful but, every second program it fails with a Flash timeout error.
I am programming the application...
Hi,
I am trying to secure DFU on SDK 11 (NRF52). Would you please suggest if there is a way to secure firmware on old sdk, without upgrading to sdk 12+?
Thanks.
Hi All,
At the moment, I have three nodes and would like to configure one node as an end-device and the other two as routers. Using CoAP, the simple_coap_server is used...
I am migrating from nrf51 to nrf52. Using SDK12.1
On NRF51, I used the PWM Library to use 2 buttons on the DK to dim up or down onboard LED1 (called OUTPUT_LED).
It worked...
We are attempting to perform an OTA and as such want to transfer a large amount of data as quickly as possible.
When I attempt to transfer the data with connection intervals...
Dear Nordic team,
We have been working with SDK 8 and Softdevice S110 so far. We would now like to have the DFU using OTA for our product. I am looking for SDK versions...
Hallo Community,
I am new with Nordic chips, now Im trying to develop a BLE central, then i took the BLE_CENTRAL BLE_APP_UART example to start doing it, the SDK is the...
hello,i am using nrf52 DK.I was testing ADC example code .I am giving acq time is 3microsec .I want to find the total time is taken to sample adc for one sec.In data sheet...
I used S130 peripheral nrf51822 - nRF5_SDK_12.1.0_0d23e2a
Master Console Panel connection ok, and bond click error - >
BTLE_CONNECTION_TIMEOUT
I debug in my application...
Hello,
I'm having trouble with my nRF52. The power consumption is around 2.17 mA when sleeping. I'm using the softdevice 4.0.2 enabled and using the sd_app_evt_wait and...
Hi,
I am testing the current comsumption of nRF52832 using the original code of "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\ble_app_beacon ".
The peak TX current I...