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,
I'm new in segger studio and nordic nrfSDK.
I have a nrf52832 and I use nrfSDK with segger embedded studio.
When I open a solution, for example ble_app_blinky_pca10040_s132...
Everyone in the PCB hardware space has heard of the great capacitor shortage, especially on ceramic caps that are 0603 and larger. All of the caps I'm using around the chip...
Dear Nordic,
I want to assign P0.16 for Analog input!
I refer to SDK_15\examples\peripheral\saadc, I review saadc_init function, but I stil don't know how to assign P0...
Hi,
I have to do a wireless accelerometer. This means that I will have an MPU9250, an Arduino (for testing) and I need a way to transmit the values from the accelerometer...
Hi!
I have ~80 mesh nodes that are flashed with my customized version of the light switch server (I have added some I2C sensor stuff too). I've now been wrestling with trying...
Hello,
I'm right now facing the issue in dumping the code to NRF51422. As before the code was getting dumped but now I'm facing some errors in dumping the code.
development...
Hi.
I want to implement the following functions.
Voice -> Microphone -> Bluetooth -> Speaker
I do not know anything about this field.
1) Can I implement the above...
I am developing a product that would benefit greatly from the use of NFC but is currently limited by the fact that NFC scanners are only available from iPhone 7 onwards. If...
Hi,
I was wondering if it is possible to create a program that can control mouse movement as well as perform some keyboard button functionality at the same time?
Hi,
I'm developing an Android App. I want to measure and display advertising interval of any scanned peripherals like NRF Connect does.
I researched Android BLE Scanner...
I am working on the multi peripheral example and added the uart services uart working fine but how i can see the data without enabling the nrf_log.if i am enabling the nrf_log...
Hello all,
I am currently in the process of adding BLE support to our project. I have been as careful as possible when copying over source files and SDK_config settings...