Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
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've began making a SPI module for programming a PIC16. It only transmits data, so two pins. My questions are: 1. any obvious errors? 2. does the EVENTS_ENDTX occur when...
Hello everyone
I have an question when I used the 52832.
First of all,I configed "nrf_drv_spi_init(&spi, &spi_config, spi_event_handler, NULL);" and the file (nrf_drv_spi...
We are about to use the nRF52832 and are looking at which SofDevice to select for a Central-only implementation. The S122 summary says it targets the nRF52820 and nRF52833...
i m using NRF52840 with sdk 15.2. In that i m testing direct test mode by UART.Now i can do transmit mode.i can check through nrfconnect dtm mode. i cannot check receiver...
Hi,
I tried the following AT settings on the nRF9160 DK board:
AT+CPSMS=1,,,"00111000","00011110"
AT+CFUN=1
After this the modem enters PSM mode and the current is...
Hi,
One of our modules using PCA10090 0.8.2 programming and production nRF9160/nRF52840 modules.
Our customer reported that they can't use PCA10090 0.9.0 re-programming...
Hi! I ran into a little misunderstanding in setting up clock frequency for PDM. I need to work with lower clock frequency than default - 0.64 MHz. I see, that PDM_CLK = 32...
Hi,
Some questions on the scan consumption of nRF52840 and using the attached Online Power Profiler for BLE as reference
If I am using my nRF52840 to scan 24hours at...
I wish to merge the cloud_client example with GPS example. How should I go about it? Along with main.c files of both, which other files will I need to merge?
I am currently making a program that will interpret serial commands from UARTE1 and then send + read something from the other (UARTE0). Previously, when I have been using...
Hello,
I want to be able to send 1 MB of data from a server node to a client node
I have made a simple model with an array that holds 300 bytes.
and upon a timer the...
Hi,
I want to connect Multi peripherals to one central and want to send the device name(peripheral which is connected) through the uart.
How do i get the device name which...
I have seen some variations of this issue but hoping someone can lead me in the right direction.
Similar to others, I am using NRF_LOG_INFO for debug messages. It works...
Hello, I am working on a project which uses nrf52832 module ( https://www.seeedstudio.com/MDBT42Q-nRF52832-based-BLE-module.html ). I just want someone to review its circuit...