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 all,
in Central mode I would like to retrieve the list of all the devices present.
I have developped a litle USB dongle, and I need to list alls peripherals, but after...
Hello,
I am using hardware PWM on NRF52832 in order to drive a MOS. I found something unexpected with the rates. i understand the PWM rate is determined by the clock divider...
So I'm trying to merge the ble_app_uart example with a project of my own, using SDK 14.2.0, but keep getting errors with the ram.
At first, my own project's ram start was...
NRF_LOG_ERROR should be coded not NRF_LOG_DEBUG for error conditions.
Not only will the log calls not be compiled and not displayed if
NRF_LOG_DEFAULT_LEVEL is less than...
Dear Madam/Sir,
I'm measuring the nRF52840 DK current consumption with my custom ble_peripheral app and other example ble_peripheral apps, namely ble_app_proximity, ble_app_pwr_profiling...
Hello,
I'm using the nRF51422 uController and the SDK 11. I tranferd from Keil to Eclipse and followed the tutorial to do so. But now I got a Problem while flashing my...
Hello Nordic team
I am working on "ble_app_uart_pca10056_s140" SDK V-15.2. IDE: Segger Embedded Studio.
After compiling above project I am trying to download two files...
nrf52840
sdk 15.2
i am using termite for serial viewer. and problem is my code gets complied with no errors and when i open termite there is no data in termite. i checked...
As it is stated in documentation, RTS is active low. But a peripheral device we use expects it to be active high. Can this be changed in software somehow or it requires a...
Using NRF5 SDK 15.0.0 with nrf52832.
I'm curious about the intended use for the BUTTON_HIGH_ACCURACY_ENABLED flag in the button module. I have a project where the main loop...
Hello,
Can someone tell me what is the sampling rate of ADC of the nrf51422. I have read the product specification document and reference manual but I could not find the...
Hi,
Im migrating from SDK8 to SDK12
app_timer crashes
Debugging at app_error.c shows m_error_data to be :
softdevice, pc 0x000104AE, fault ID 0x00000001 error_info...
In this function :
/**@brief Function for handling events from the GATT library. */ void gatt_evt_handler(nrf_ble_gatt_t * p_gatt, nrf_ble_gatt_evt_t const * p_evt) { if...
Hi,
I am trying to send some data over bluetooth, using the nrf52840, and i am using the ble_app_uart example to send the data. I am not receiving any data, when i connect...