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...
When I run an infinite loop of NOP on the NRF52DK, the led's remain dark. But when I run an infinite loop of:
nrf_gpio_cfg(
pin,
NRF_GPIO_PIN_DIR_INPUT,
NRF_GPIO_PIN_INPUT_DISCONNECT...
I have worked on the new project with nRF5_SDK_13.1.0_7ca7556. I have got an compiling error with app_timer.c. The error message is as below:
Building ‘app_timer.c’ from...
Hi all!
I'm doing some tests on throughput and power consumption on the nRF51822, using SoftDevice 130. I use an application that sends 20 bytes notifications from slave...
Hello, Nordic Forum!
I've been developing a wrapper library that uses the FDS to store my application data.
I have 3 type of data to store: an array of 14 uint16_t , an...
I've been banging my head against this for a couple days now, and need some help. First the layout.
In our setup we have an accelerometer with a movement interrupt pin...
I got this error when trying to use the button library to debounce noisy buttons.
My application is a peripheral.
When I looked in the library source I saw
#if NRF_MODULE_ENABLED...
I am working on a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using an FTDI module for UART communication. I followed the steps in the following tutorial: link...
Hi everyone I'm Rookie....
Recently bought this board, want to do more applications in the expansion of the pin,
for example, control stepper motor or LED, but can not...
I am using the experimental_app_hrs_nfc_pairing_pca10040_s132 nrf52 example.
I want to set my custom uuid and I have followed the instructions given in the devzone.nordicsemi...
HEllo I am having an error saying
Undefined reference to
SEGGER_RTT_printf
I have looked into this post and tried it, however I am not able to fix it,I have defined...
nRF5_SDK_12.2.0.
app_timer_freertos.c
app_timer_stop() call xTimerStop/xTimerStopFromISR with timer_id parameter.
It seem to must use hTimer parameter.
It's bug?
MY application is using SDK 12.2, SD132 v3.1 and freeRTOS. I'm trying to debug a sensor that uses TWI. When I enable logging. #define NRF_LOG_ENABLED 1, NRF_LOG_BACKEND_SERIAL_USES_UART...
Hello Everyone,
I am new to keil and nrf51822 programming.
Currently I am using softdevice s130 with hex file for bootloader from
folder : nRF5_SDK_11.0.0_89a8197\examples...
Hello,
I would like to instruct my application to read the battery voltage on my nRF52pca1040 DK, I am intending to do so through the SADC.
I will feed the board with...
Hi,I have some problems in debug with experimental_ble_app_buttomless_dfu project.
First i build the experimental_ble_app_buttomless_dfu project,so i get the app_buttomless...