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 using nRF51 (softdevice S130) in my project as BLE peripheral to send data to my smartphone. The current data flow has become insufficient because the maximum MTU...
Hi.
I tried to use SES 3.5, but can't found Text Editor Environment in
Tools -> Options... ->
In 3.4, I can find it in
Tools -> Options... ->
Does anyone know...
There is only Segger embedded studio example project file for nrf52832_xxAA with s132_3_1_0 softdevice in new Mesh SDK v1.0.1 released Friday 26th Jan.
Project files for...
Hi dear Support Team, we are from the University Albstadt-Sigmaringen in the South of Germany from the laboratory for building automation.
We have here some Nordic Thingy...
Would like to know how quickly the nRF51822 evaluation board wakes-up, after receiving an external hardware interrupt. Speifically, how fast can the evaluation begin making...
Hi!
nRF52832, SDK15, S132.
I try to use DFU. I already implemented same DFU on a SDK13. All works correct.
When flash SD132 and merged firmware with bootloader_setting...
I am currently trying to improve my positioning algorithm with nRF52832. Using a Nordic BLE sniffer, I found that having RSSI data per advertising channel would help. In short...
We've been having issues getting DFU to complete consistently with Android devices when using a two-step DFU package (BL+SD and App). Some devices seem to have far less trouble...
Hi there,
We have the application running on STM32 and we talk to connectivity chip ( nrf 52810) using serialization.
Now, I have to save bonding information on my STM32...
Hi there,
I've got something usual happening with the App Timers in my application, hopeing for some advice on how to track this one down.
There is one part in my code...
On powering up the nRF52840 I start the twis slave. The nRF52840 works as expected.
I install one i2c slave address on the system, external master has no issues communicating...
Hello,
I am using NRF52832, SDK v15.1.0.
For entering into various power down modes, does calling corresponding functions is enough to make entry into these modes or...