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 added service into ble_app_template
in static void services_init(void) {}
like this
#define NUS_BASE_UUID {{0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93...
A little background and what works:
I'm already familiar with using SD110 and SD130 APIs on the nRF51 series, so thats not an issue, also it confirms that my boards...
Hi,
I'm using the SDK10 bootloader and DFU mechanism. I can update the firmware using Master Control Panel 3.10.14 on a PC, but the update fails using the iOS library or...
Hi,
I want to turn peripheral device from application mode to bootloader mode from a central device(not app), so I am trying to write value 0x01 to dfu service.
Following...
Hi,
I am trying to evaluate the NRF51822 with S110 softdevice stack. My IDE is the IAR Workbench 7.10.1 for ARM. I downloaded the most recent s110 version (s110_nrf51822_6...
In the product specification page 165, I see than the continuos mode is 2 to 16kbps. In the page 167 this mode is 2 to 16ksps.
Which unit is correct, kbps or ksps?
If...
Recently I have put some code of my application into RAM. When I do not enable read back protection mechanism everything works, however when I want to enable protecting my...
Hi all,
I have updated a custom automotive PCB and am now using the nRF51824 instead of the nRF52832 I had been using previously.
Unfortunately, I have been unable to...
I am very excited about the Bluetooth 5 LR PHY, but do you plan to release an update to the nRF5 SDK to support the newest soft device S140 v5.0.0-3.alpha?
Hello
I am new to work on nrf52,
Please can someone help me regarding how to use hardware and software pwm together. I have a need of using 13 leds , so i need 13 pwm...
Please can anyone help me on how to use(program) PWM hardware with individual loading mode? My goal is to control 12 LEDs individually with different duty cycles and playbacks...
I want measure the current of a device over a resistor. It is connected to 5V which is over VDD(3V) of nRF52 Chip.
5V--->10ohm--->Device
the differential voltage of this...