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 am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
I am noticing that FDS requires me to specify a "record size", but there is no maximum specified, so I am testing it. Currently my program attempts to store 32 words, but...
I want to add some code to static void app_onoff_server_set_cb(const app_onoff_server_t * p_server, bool onoff) in light switch server application.
My intention is when...
When nrf51422 passed the authentication, when entering the rx mode of DTM, there was always a -59dbm launch at the 2.79GHz frequency point, what caused it, and how to eliminate...
Hi, I am trying to interface MPU6050 IMU module with NRF52832 DK.
I need to send the Accelerometer and gyroscope data to mobile app by using BLE_UART program
this is my...
Hi,
I'm trying to send a broadcast message from my client to all my server. Actually i'm working over a modifed version of the light switch example.
i saw that in the...
Hi i am using nRF52832 with SDK v14.0.0 on LINUX, so usually a service and a characteristic have the same name space but you just change a few bytes for every id. But the...
Hi there,
I am having issues to run my program after a MTU increase size.
I am getting the following error:
I am not sure if it is related to the RAM size values...
How to select endpoint transfer type in hid keyboard example?
I am using nRF5 v15 with a nRF52832 and Soft Device s132 and the reports keep being sent as a bulk transfer...
I'm finding my PCA10056 nRF52840 Q1AAAA development kit to be acting very strangely.
1) I takes almost 3x as long to program as a PCA10040
2) Generally I have to program...
I'm using nRF24L01+ since some time, the version on board with LNA end PA with very good results. The electronic is shielded on that module.
Very rarely it happens that...
Hi,
here is the situation:
Compiler: VS 2017
CMake: 3.12
boost: 1.67.0
pc-ble-driver branch: master
Firstly I can successfully build the pc-ble-driver, with this...
So I came from the arduino world and made my life simple by making a resitor bridge with buttons so that I could spare many pins for other features. I have problems finding...
I'm trying to understand which part of the code provides the bluetooth connection between two nRF52840. I worked in sdk15.0.0 with multilink, blinky and uart examples to solve...
Hi, everyone,
We are developing project with nRF52832 chip.
For making it's monitoring we used UART communication port. But on the next step of development we had to enable...