I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hello
Please tell me about sd_ble_gatts_value_get ().
Please tell me about sd_ble_gatts_value_set ().
For these two cases, it is not used in the SDK, but is it old?
Please...
Hello together,
I' am working on a Bluetooth application and have a problem with the transmitting time of the Bluetooth.
In this Screenshot you can see the end of...
Hi,
I want to connect an ADXL362 low-power accelerometer to a nRF51DK via SPI for a BLE application. However, I'm still quite unfamiliar with Nordic Semi's BLE offering...
In SDK12.2 init timer user APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, true);
but when I want to use more timer,how can i add the number?
Dear Nordic,
I am having some apparent delays in the time that passes from the pressing of a button, and the execution of the ISR that this button triggers. I am using...
Hi, Nordic
I checked DFU operation, found DFU work in bootload mode.
I want to know below operation is OK or not. Plz help me check:
download DFU bootloader
download...
Hi, I use the PCA10040 v1.1.
This is an example of a PCB stack-up.
My questions are,
In the case of PCA10040, which is 4 layered, what are the values of...
Hi,
I am writing a firmware for one of my custom boards which use GPIOTE to detect interrupt for 3 GPIOs inputs (P0.03, P0.06 and P0.09, both with internal pull-ups) and...
Hello,
I'm trying to write my ADC samples over spi on a sd card (Using SAADC like in the sdk 12 example with PPI and using fatfs like in the example in the sdk).
I open...
I have been using the pc-ble-driver Python bindings to implement a peripheral. I have extended BLEDriver to support sd_ble_gatts_* the functions. I now have a working peripheral...
Hi All,
I am struggling with this question from many days. Does the SPI transmit or receive operation in SPI master code uses DMA? While using SAADC DMA I have specified...
I'm using an app timer to blink an LED while in the bootloader.
Initially I was configuring an app timer when the bootloader started up and never stopped it, assuming the...
After failing in replacing a Cortex M4 for a NRF52832 I'm studying the possibility of using a NRF51822 as a BLE controller, used by my Cortex M4 MCU.
As I saw there is...
Hello
Please tell me about sd_ble_gatts_value_get ().
Before execution, handle is 0x11, but after execution it will be 0x00.
Is this an abnormal thing?
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...