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 all,
On the iOS version of the Blinky APP, there is a statement
Created by Mostafa Berg on 01/12/2017. Copyright 2017 Nordic Semiconductor ASA. All rights reserved...
Hi,
I am using pin 27 as SCL and 26 as SDA on my custom board which is working on 1.8V.
There is no activity on SCL pin, while i am getting correct values on SDA pin when...
How can I read the ICCID (Integrated Circuit Card ID) of the SIM-card?
Normally (with competitive modems) I get the CCID by AT+CCID.
The nRF9160 reponds with +CME: 0 ...
Hi, I would like to develop a BLE central node that sends over UART when a button is pressed. I understand the memory is limited on nRF52810, but I think it'll fit. The example...
I am developing on the nRF52832. I just discovered that if my program enables Access Port protection by writing the UICR at runtime, then the program can still be read out...
Hello,
I want to use a third party bluetooth module (based on Nordic SOC) in my application, so far my understanding is that using your softDevice stack I have to implement...
Hi
My Thingy:52 works perfectly OK with Thingy app on my iPhone.
However when I use the Gateway on my iPhone and then nrf cloud I get an unstable connection on the cloud...
Hello Developers,
I have just started playing around with BLE Mesh Zephyr examples on my recently purchased nRF52840-PDK board.
Anyways, I am bit stuck with one fundamental...
Hi,
I've used the nRF51822 in the past to make sensors that connect to a mobile device. Basically it worked just like every other non-mesh BLE device:
1. It advertised...
Hi:
I'm developing a project with nRF 58232 in ble_app_hrs_rscs_relay example ( s132 sdk:nRF5SDK160098a08e2 ). The device need to be central and peripheral,My device worked...
Hi there,
I'm planning and hoping to use the nRF52840 (in module form) for an upcoming medical device design.
This will need to interface to a PC/Mac/Linux to send specific...
Is APP_TIMER_V2 supported by Mesh SDK 4.1? According to this forum, v2 should fix all sorts of issues related to v1. But it seems that app_timer_mesh.c is only partially compatible...
Hey,
I am working on a version which is uploaded from a bootloader (DFU), the bootloader print to UART and uses the UART libraries.
I want the application to close the...
Hey,
I am working on nRF51822, SDK12, S130, I wish to get more data into my advertising packet, however there is not enough space, I was thinking to COMPLETELY remove...