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...
Is it possible replace HRS to UART service (like ble_app_uart) on BLE LE Secure Connections multirole example project?
Any suggestion to easy to modify it?
Hello,
I am trying to get CLI working over UART and simultaneously use RTT for logging. I don't quite get my head around this. My platform is the nRF52840 DK. I am using...
Hi everyone,
I'm developping on nRF52840 with SDK 15.0.0 and Softdevice S140 v6.0.0
I'm using Peer Manager for pairing and bonding.
Everything work fine with io_caps...
The only examples I've found have been for ordinary single ended measurements at lower resolution, and even that is a crazy number of lines of code. Surely by now there is...
Dear nordic,
I want to change advertising data(manufacturer data including company identifier) before i start advertising
i choose central and peripheral example(because...
When I use the uart to transparently transmit, there is no problem at around 4k/s. When I increase the transparent transmission rate, there will be NRF_ERROR_SVC_HANDLER_MISSING...
Hi, I have the ble_app_uart with OTA functionality on SDK11 that works. Now I want to do the same with SDK12, but I see things have changed now. I've found this tutorial:...
Hi,
I am developing software supporting LEsecure using SDK 12.3 with nRF 51822.
I am using peermaneger to create central software and peripherals.
Peripherals are specifications...
Currently working on an app which will utilize the ADC component of an NRF chip.
The app will use the full bluetooth stack SF132;6.0.0, adc, and will need to have ability...
Hi everyone,
I am using NRF52832 and I use SPI as communication protocol. I check my SPI master by connect its MOSI and MISO pins together, and it works correctly. Now...
I have my own BLE application on the nRF52832 with SDK 11 and SD 2.0.0 that communicates to my own android app on a sony xperia z3 compact. The Android version is 6.0.1 and...
Hi, I bought TAIYO YUDEN "EKSHJNZWZ" evaluation kit. it is NRF52832.
it has 28 pin out. i don't know that pins are direct pin out from NRF52 or not
I don't have any example...
There appears to be a potential bug innrf_log_backend_flash function log_msg_queue_process ()....
In the case where the log message exceeds the serialization buffer size...