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 have a project based on the NUS (Nordic Uart Service) example.
I have bought a USB dongle MDBT50Q-RX manufactured by RAYTAC ( https://www.raytac.com/product/ins...
When I tried to send data in the form of float it shows an error and I changed it to another format as sending flag, mantissa(3 bytes), and exponent (1 Byte). Can anyone help...
To the kind attention of Nordic support team,
I have got an nRF52840 working application using usb and gazell, and I'm porting it from nRF52840 to nRF52833 these days. Yes...
I have some nRF52832 devices that have been flashed with a Softdevice v13 based firmware and can receive OTA firmware updates. Unfortunately their enclosures are sealed and...
Hi,
I am attempting to get the adxl362 sample working with the nrf9160 dk board. I am using the nordic SDK v1.2.0. I cannot get it to compile, compiling the code below fails...
Hello,
I am using SDK SDK_15.3.0_59ac345 in application that receives data from UART, and the aplication is running in background just ADV.
In the main function, after...
Sir,
With reference to the subject cited above the undersign is working as Assistant Professor in CSE Department and doing R & D in IOT.
I want to recommend your product...
Hi There,
ISSUE:
New Nordic Thingy:91 will not connect to the LTE network, it is giving:
2020-03-25T18:10:10.221Z DEBUG modem << cloud_connect failed: 22 \x0D\x0A...
Hi,
I'm working around to integrate FreeRTOS to Libuarte example, but i'm getting an error while building the project says:
For the Libuarte instance i'm using RTC instance...
Dear Sir,
I want to do the following scenario.
Once I power the device it will start advertising.
Now the advertising duration is 2minutes.
I have written...
I have a nRF52832 dev board and a separate J-link programmer. I want to do a sanity check on the programmer and I was wandering if there is a way to program the dev board...
I'm studying to perform DFU Peripheral from Central both using nRF52840, I'm able to issue command to let Peripheral into DFU mode, but got a "Received a fault" message in...
Hello,
I am using nRF52832 chip for freeRTOS project and using RTC2. I have SDK15.2. I want to have timestamp from RTC as hex format. I searched almost all forums but i...
I am trying to setup unit tests for my app using the instructions from here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_unity_testing.html
To get...