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...
Platform: windows
hardware revisions: PCA10056
nrf5 SDK: 15.2.0
mesh SDK: V3.0.0
IDE: Keil MDK \ SEGGER embeded studio
I want to use keil to develop mesh projects...
Hi, I has a question.when I start the mode of debug ,the start code execution will automatically open.I dont know why .(I use sdk12.3,and the chip IC is 52832). compile the...
Hello, I'm trying to get an ANT+ peripheral example to work on an Adafruit nRF52832 breakout module. I'm using the 15.0 SDK, SD S212 and SES with a J-Link to program over...
Hi,all,
Now I am using nRF52832 to develop a Tire Pressure Monitoring System ,but I serached the ANT website and found that " a TPMS profile is "in the works". ANT+ members...
hi
i need to test the BT OTA test ( total radiated power (TRP), total isotropic sensitivity (TIS)
https://www.mwrf.com/test-measurement/ble-antenna-testing-helps-optimize...
Hello, maybe my answer didn´t get to you correctly. Referring to my post 10 days ago, I am still stuck controlling the joining procedure .
https://devzone.nordicsemi.com...
HELLO
I would like to know how to test RF for nrf24l0.
Of course, the RF test I'm talking about is frequency modulation for KC certificate
Previously, nrf24le1 was...
Hi,
Just to be clear, you are looking for reference DFU controller firmware for the Host MCU, in order to upgrade the firmware on the nRF52832。
I also need this feature...
Hello Developers,
I have configured a mesh network where I have a gateway node and multiple relays to relay messages from End nodes (sensors)
My question is the following...
Hi. I am working with nrf52832 trying to get Bluetooth and UART and a I2C peripheral working at the same time. I had a working version of the I2C peripheral and UART working...
hi.......
i need to run the program continuously using timer ......and want to check the data every one minute how to do that
i have seen timer example .. i am confused...
I am using nRF 5 SDK v 14.2.0.
I'd like to change the tone of the buzzer, how can I do it?
I'd like to make the following three settings.
Treble (+ 1 kHz), normal (+0...
HW: nrf52840
SW: nRF5_SDK_15.2.0_9412b96
source code: blinky_rtc_freertos example
Q1:
I read freeRTOS xtaskcreate operation on the web, it seem that I just need to...
Hi,
I am using Segger IDE.
I encounter error undefined reference to `nrf_drv_rng_init' .
I have include the below header file;
#include "nrf_drv_rng.h"
I already...
Happened when I occasionally compare the NRF_TWIM_Type struct in nrf52.h with the TWI registers (table 127) in nRF52832 Product Specification v1.4, there are many differences...