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...
nrf connect sdk version :1.2.0
application:nrf_: desktop
I use command " west build -b nrf52840_pca20041 -d build_pca20041" , but it report error at last.
I don't know...
Hello
Currently, there are systems that operate with peripherals developed with nRF52832, SDK v.12.2.0. I have a question about supporting this for meshes.
1. Are you...
Hello,
I am trying to send a rather large HTTP payload from the nRF9160, the payload is about 10KB in size. The problem I am running into is that after about ~4KB of data...
I'm actually building a project that need to communicate with sdcard.
i read a lot about that and i'm very confusing when i passed on nordic sdk lot of code and ressources...
Hi all,
I am working on a project which uses a vibration motor. I want the vibration motor to vibrate with different patterns. I have read online that a 20kHz PWM can be...
Hi,
I've found this answer which states that the NUS throughput is around 2-4 kB/sec.
https://devzone.nordicsemi.com/f/nordic-q-a/27044/ble_uart-demo-throughput-is-very...
Hello guys
I am trying to compile the latest nrf sdk with version v1.2.0 it fails with the following error
but when i compile either v1.0.0 or v1.1.0 it is successfully...
Hello:
I am using the QSPI example on the NRF52840 dev board with the objective of implementing SPIFFS. After a lot of tinkering I believe this is not possible due to...
My PC is windows 7 64-bit. I use SDK16 with softdevice. I am porting CDC code to my application as follows. It has 2 issues. 1st: It will cause hardfault if I call the function...
I used dfu_bootloader with integrated usb function to perform jump application test, and found that after the disk is mounted to the computer, if the device is not removed...
Hello,
I am developing ble mesh module using nrf52832 and trying to do DFU for over 100 nrf52832 modules.
but sometime i got some problem that .....
(1)
I see a...
HI ,
We use official hardware and software to develop mesh products. Taking light_server as an example, the test is as follows: Hardware: nRF52840-DK Software: nrf5_SDK_for_Mesh_v4...
Hi!
Currently I'm using the nRF5 SDK and successfully configured the SDK to compile the blinky example for pca10059 (nRF52840-Dongle).
When I plug the dongle and program...
After fixing my nRF9160 DK certifications it now connects to the network and LED4 is on solid. Now that it's connected, I need to learn how to connect to a server and pass...