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 want to set up a SPI transfer so the transfer itself is triggered by PPI. The PPI is set up working, the chain of events is
Timer CC0 -> Set CS low
Timer CC1 -> Start...
In implementing the --application-version-string with nrfutil I found the help was inconsistent with the application.
The help for this option is:
In the example 2.7...
Hi guys.
I'm trying to merge two projects ble_app_beacon and nrf_crypto_aes_cbc_with_padding.
I used nrf_crypto_aes_cbc_with_padding as base, copied it to another folder...
hi
i want to develop a keyboard that can communicate whith pc by ble and 2.4g . now,the 2.4g's communicate between nrf52840 and nrf24lu1p is achieved by project gzp_desktop_emulator...
I am based in Hong Kong. I purchased NB-IoT sim card with "Three".
When using LTE Link Monitor, (with at_client) I can connect to the NB_IoT network, as Three support told...
Hi! I would like to power the DK through a external power bank. This leads to led5 blinking rapidly for a while and then turning off. I assume this is because of the debugger...
Hi Team,
We are trying to compile the code with my changes, that changes are normal changes only.
But we are getting below errors in "nrf52840.h" . But we didn't do...
I have a nrf51-DK, SDK 9.0, S110, dual-bank bootloader that supports both serial and ble protocols, developed using GCC/Eclipse. I'm able to flash my app/bootloader/softdevice...
We are building a sollution using nRF52832. Using the UART over BLE application example as a base we managed to add DFU capabilities to the application etc.
Right now I...
Dear NRF community and support This is a followup question to the DevZone post https://devzone.nordicsemi.com/f/nordic-q-a/2860/flashing-bootloader-and-application-via-j-link...
From everything I know and understand of the system architecture, this shouldn't be possible, but one of our early production units out in the fields has twice now apparently...
I'm designing a two-part computer input device: Part A will communicate with the computer over BLE, but it must also be able to forward along messages from Part B. Here's...
Hi,
I am trying to update the MTU between the central and peripheral to the maximum MTU.
at the connection interrupt from the central side I added
but I got error...
For nRF52832 I see in the datasheet:
I OFF_RAMOFF_GPIO System OFF, No RAM retention, Wake on GPIO,
While for nRF52840 only “System OFF, no RAM retention, wake on reset...