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'd like to update firmware on my nRF52832 panel with my update flow (only the application; the bootloader and softdevice will be unchanged). I can load the new firmware...
I cannot step through source c code, only disassembly. This only applies to custom source, such as main, that appear not in the SDK file folder but the code that resides in...
Hi,
We are developing an android application using nRF51422 to connect the BLE device, discovering characteristics and sending commands to the device. Here we are facing...
Hi, im working with the Arduino Example called pingpair ack. Sometimes I get this "Blank payload". ¿What does it means? The message was correctly recieved?
Sometimes I get...
Hi!
I'm not good at C and microcontrollers programming. Could somebody clarify, if nrf_rtc_counter_get interrupt safe? It just reads value from rtc register->COUNTER (24bit...
Hi,
When I enabled NRF_BL_DFU_ENTER_METHOD_PINRESET.
The 52840 Dongle into the DFU mode every time hardware power reset.
Use other DFU enters method does not have this...
There are so many references to this, and so many versions for each DeviceFamilyPack, but literally not one mention of how or where to install this.
Can someone help me...
Hi,
I'm using two nrf52 dev kits and the ble_app_uart & ble_app_uart_c examples to test a BLE link that would ideally be able to hit a 1Mbps throughput. I am, however, very...
I am scanning beacons data in ble central profile with gap scan parameter
static ble_gap_scan_params_t const m_scan_params = { .extended = 1, .active = 1, .interval = 0x640...
Hi,
I am using modified MQTT simple code on a DK board. I am wanting to "capture" URC's. For testing I have enabled CEREG and CESQ URC's and disabled the AT host library...
Hi,
nRF9160 DK I have a simple question regarding processing at command responses. I was hoping to extract the individual values from a at command response using the at...
Hi,
We are designing our custom board with NRF52840 , we need to add serial capabilities over USB.
We were thinking about adding FTDI Chip ( FT232H ) connected to the...
I have been using SEGGER studio 4.22 on my MacBook for a while now. Today I went to open my project and it said I didn't have a license. I chose continue and it just opens...
Hi,
I have Power Profiler Board. It works on Windows Desktop.
But no on Ubuntu Machine:
Ubuntu 16.04,
nRFConnect 3.3.0 and nRFConnect 3.3.1 AppImage
Power Profile...
Feature request.
In the current Connect SDK, I must add the name of any new 9160-based board directory to ncs\nrf\cmake\multi_image.cmake.This requires anyone installing...