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...
Dear employee
for bug 89,
According to <nRF52832_Rev_1_Errata_v1.8>
It is mean below?(spi with blocking mode)
But I think it should be this
when transfer...
Hi Support ,
I'm estimating the average consumption of nRF52840 chip .
Regarding the BT consumption , I used the Online Power Profiler an got the results . But these...
Hello everybody, I've got some of nodes for the light switch example. I'm working on nRF52832 chips. I tried to find answear for my questions, but i didn't. I want to create...
Using the nRF52832 device with the S132-v3.0 soft-device (s132_nrf52_3.0.0_softdevice) and SDK version 12 (SDK120200F12) (Customized for our application, which includes use...
Hi, I need to read a pulse signal with the nRF52840 . I tried to use the timers but it seems to go in conflict with the I2C that I use to communicate with another device....
Hi,
I am trying to make a simple function for writing via SPI. I am using the SPI example and it works fine. Now I would just like to make two SPI functions that I can use...
Hello Nordic,
I am trying to make NRF52840-DK Communication with MAX30003 ECG Board via SPI. I am using the SPI example and it works fine. Now I have made three SPI functions...
Hi,
I'm currently starting on my graduation internship. For my assignment, I have to implement a Bluetooth Mesh network using Thingy 52's. I'm currently researching what...
Hi,
in provisioner.c,
/* configure the publication parametrs for the on/off server */
case PROV__STATE_CONFIG_PUBLICATION_ONOFF:
I've changed publish_address.type...
Hi,
I am using nRF52832 and nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
We are planning to send data from the sensor via SPI communication via nRF52832...
Working with SDK 15.0.0
I am porting code from a much older version of the SDK and as such am having to make significant changes to the way the code functions. The previous...
hello,
I am interfacing NRF52840-DK with MAX30003 ECG Board Using SPI Communication. I am using SDK15.1.0 -Peripheral-SPI example code.
I have working MAX30003 Aurdino...